Macros
attributes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ABSL_ATTRIBUTE_ALWAYS_INLINE
 
#define ABSL_ATTRIBUTE_COLD
 
#define ABSL_ATTRIBUTE_FUNC_ALIGN(bytes)
 
#define ABSL_ATTRIBUTE_HOT
 
#define ABSL_ATTRIBUTE_INITIAL_EXEC
 
#define ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS
 
#define ABSL_ATTRIBUTE_NO_SANITIZE_CFI
 
#define ABSL_ATTRIBUTE_NO_SANITIZE_MEMORY
 
#define ABSL_ATTRIBUTE_NO_SANITIZE_SAFESTACK
 
#define ABSL_ATTRIBUTE_NO_SANITIZE_THREAD
 
#define ABSL_ATTRIBUTE_NO_SANITIZE_UNDEFINED
 
#define ABSL_ATTRIBUTE_NO_TAIL_CALL
 
#define ABSL_ATTRIBUTE_NOINLINE
 
#define ABSL_ATTRIBUTE_NONNULL(...)
 
#define ABSL_ATTRIBUTE_NORETURN
 
#define ABSL_ATTRIBUTE_PACKED
 
#define ABSL_ATTRIBUTE_REINITIALIZES
 
#define ABSL_ATTRIBUTE_RETURNS_NONNULL
 
#define ABSL_ATTRIBUTE_SECTION(name)
 
#define ABSL_ATTRIBUTE_SECTION_START(name)   (reinterpret_cast<void *>(0))
 
#define ABSL_ATTRIBUTE_SECTION_STOP(name)   (reinterpret_cast<void *>(0))
 
#define ABSL_ATTRIBUTE_SECTION_VARIABLE(name)
 
#define ABSL_ATTRIBUTE_STACK_ALIGN_FOR_OLD_LIBC
 
#define ABSL_ATTRIBUTE_UNUSED
 
#define ABSL_ATTRIBUTE_WEAK
 
#define ABSL_CONST_INIT
 
#define ABSL_DECLARE_ATTRIBUTE_SECTION_VARS(name)
 
#define ABSL_DEFINE_ATTRIBUTE_SECTION_VARS(name)
 
#define ABSL_HAVE_ATTRIBUTE(x)   0
 
#define ABSL_HAVE_ATTRIBUTE_NO_TAIL_CALL   0
 
#define ABSL_HAVE_ATTRIBUTE_SECTION   0
 
#define ABSL_HAVE_ATTRIBUTE_WEAK   0
 
#define ABSL_HAVE_CPP_ATTRIBUTE(x)   0
 
#define ABSL_INIT_ATTRIBUTE_SECTION_VARS(name)
 
#define ABSL_MUST_USE_RESULT
 
#define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check)
 
#define ABSL_REQUIRE_STACK_ALIGN_TRAMPOLINE   (0)
 
#define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check)
 
#define ABSL_XRAY_ALWAYS_INSTRUMENT
 
#define ABSL_XRAY_LOG_ARGS(N)
 
#define ABSL_XRAY_NEVER_INSTRUMENT
 

Macro Definition Documentation

#define ABSL_ATTRIBUTE_ALWAYS_INLINE

Definition at line 129 of file attributes.h.

#define ABSL_ATTRIBUTE_COLD

Definition at line 471 of file attributes.h.

#define ABSL_ATTRIBUTE_FUNC_ALIGN (   bytes)

Definition at line 578 of file attributes.h.

#define ABSL_ATTRIBUTE_HOT

Definition at line 465 of file attributes.h.

#define ABSL_ATTRIBUTE_INITIAL_EXEC

Definition at line 559 of file attributes.h.

#define ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS

Definition at line 238 of file attributes.h.

#define ABSL_ATTRIBUTE_NO_SANITIZE_CFI

Definition at line 287 of file attributes.h.

#define ABSL_ATTRIBUTE_NO_SANITIZE_MEMORY

Definition at line 252 of file attributes.h.

#define ABSL_ATTRIBUTE_NO_SANITIZE_SAFESTACK

Definition at line 298 of file attributes.h.

#define ABSL_ATTRIBUTE_NO_SANITIZE_THREAD

Definition at line 263 of file attributes.h.

#define ABSL_ATTRIBUTE_NO_SANITIZE_UNDEFINED

Definition at line 277 of file attributes.h.

#define ABSL_ATTRIBUTE_NO_TAIL_CALL

Definition at line 151 of file attributes.h.

#define ABSL_ATTRIBUTE_NOINLINE

Definition at line 136 of file attributes.h.

#define ABSL_ATTRIBUTE_NONNULL (   ...)

Definition at line 213 of file attributes.h.

#define ABSL_ATTRIBUTE_NORETURN

Definition at line 224 of file attributes.h.

#define ABSL_ATTRIBUTE_PACKED

Definition at line 568 of file attributes.h.

#define ABSL_ATTRIBUTE_REINITIALIZES

Definition at line 535 of file attributes.h.

#define ABSL_ATTRIBUTE_RETURNS_NONNULL

Definition at line 310 of file attributes.h.

#define ABSL_ATTRIBUTE_SECTION (   name)

Definition at line 383 of file attributes.h.

#define ABSL_ATTRIBUTE_SECTION_START (   name)    (reinterpret_cast<void *>(0))

Definition at line 388 of file attributes.h.

#define ABSL_ATTRIBUTE_SECTION_STOP (   name)    (reinterpret_cast<void *>(0))

Definition at line 389 of file attributes.h.

#define ABSL_ATTRIBUTE_SECTION_VARIABLE (   name)

Definition at line 384 of file attributes.h.

#define ABSL_ATTRIBUTE_STACK_ALIGN_FOR_OLD_LIBC

Definition at line 410 of file attributes.h.

#define ABSL_ATTRIBUTE_UNUSED

Definition at line 549 of file attributes.h.

#define ABSL_ATTRIBUTE_WEAK

Definition at line 168 of file attributes.h.

#define ABSL_CONST_INIT

Definition at line 605 of file attributes.h.

#define ABSL_DECLARE_ATTRIBUTE_SECTION_VARS (   name)

Definition at line 387 of file attributes.h.

#define ABSL_DEFINE_ATTRIBUTE_SECTION_VARS (   name)

Definition at line 386 of file attributes.h.

#define ABSL_HAVE_ATTRIBUTE (   x)    0

Definition at line 76 of file attributes.h.

#define ABSL_HAVE_ATTRIBUTE_NO_TAIL_CALL   0

Definition at line 152 of file attributes.h.

#define ABSL_HAVE_ATTRIBUTE_SECTION   0

Definition at line 380 of file attributes.h.

#define ABSL_HAVE_ATTRIBUTE_WEAK   0

Definition at line 169 of file attributes.h.

#define ABSL_HAVE_CPP_ATTRIBUTE (   x)    0

Definition at line 90 of file attributes.h.

#define ABSL_INIT_ATTRIBUTE_SECTION_VARS (   name)

Definition at line 385 of file attributes.h.

#define ABSL_MUST_USE_RESULT

Definition at line 449 of file attributes.h.

#define ABSL_PRINTF_ATTRIBUTE (   string_index,
  first_to_check 
)

Definition at line 116 of file attributes.h.

#define ABSL_REQUIRE_STACK_ALIGN_TRAMPOLINE   (0)

Definition at line 411 of file attributes.h.

#define ABSL_SCANF_ATTRIBUTE (   string_index,
  first_to_check 
)

Definition at line 117 of file attributes.h.

#define ABSL_XRAY_ALWAYS_INSTRUMENT

Definition at line 519 of file attributes.h.

#define ABSL_XRAY_LOG_ARGS (   N)

Definition at line 521 of file attributes.h.

#define ABSL_XRAY_NEVER_INSTRUMENT

Definition at line 520 of file attributes.h.



abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59