| /external/llvm-project/clang/test/CodeGen/ |
| D | attr-cpuspecific.c | 5 #define ATTR(X) __declspec(X) macro 7 #define ATTR(X) __attribute__((X)) macro 32 ATTR(cpu_specific(ivybridge)) in ATTR() function 37 ATTR(cpu_specific(ivybridge)) in ATTR() function 64 ATTR(cpu_specific(ivybridge)) in ATTR() function 68 ATTR(cpu_specific(knl)) in ATTR() function 72 ATTR(cpu_specific(ivybridge, knl)) in ATTR() function 77 ATTR(cpu_specific(atom, ivybridge, knl)) in ATTR() function 118 ATTR(cpu_dispatch(atom, ivybridge, knl)) in ATTR() function 257 ATTR(cpu_specific(atom)) in ATTR() function [all …]
|
| D | ms_struct-bitfield-2.c | 4 #define ATTR __attribute__((__ms_struct__)) macro 20 } ATTR; variable 27 } ATTR; variable 39 } ATTR; variable 47 } ATTR; variable 58 } ATTR; variable 67 } ATTR; variable 79 } ATTR; variable 86 } ATTR; variable 100 } ATTR; variable [all …]
|
| D | ms_struct-bitfield-3.c | 4 #define ATTR __attribute__((__ms_struct__)) macro 17 } ATTR; variable 31 } ATTR; variable
|
| D | ms_struct.c | 3 #define ATTR __attribute__((__ms_struct__)) macro
|
| /external/clang/test/CodeGen/ |
| D | ms_struct-bitfield-2.c | 4 #define ATTR __attribute__((__ms_struct__)) macro 20 } ATTR; variable 27 } ATTR; variable 39 } ATTR; variable 47 } ATTR; variable 58 } ATTR; variable 67 } ATTR; variable 79 } ATTR; variable 86 } ATTR; variable 100 } ATTR; variable [all …]
|
| D | ms_struct-bitfield-3.c | 4 #define ATTR __attribute__((__ms_struct__)) macro 17 } ATTR; variable 31 } ATTR; variable
|
| D | tbaa-struct.cpp | 42 #define ATTR __attribute__ ((ms_struct)) macro 48 } ATTR; variable
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-metrics.cc | 63 #define GET_METRIC_X(TABLE, ATTR) \ in _hb_ot_metrics_get_position_common() argument 67 #define GET_METRIC_Y(TABLE, ATTR) \ in _hb_ot_metrics_get_position_common() argument 141 #define GET_METRIC_X(TABLE, ATTR) \ in hb_ot_metrics_get_position() argument 144 #define GET_METRIC_Y(TABLE, ATTR) \ in hb_ot_metrics_get_position() argument
|
| /external/python/cpython3/Python/ |
| D | preconfig.c | 133 #define COPY_ATTR(ATTR) \ in precmdline_get_preconfig() argument 149 #define COPY_ATTR(ATTR) \ in precmdline_set_preconfig() argument 163 #define COPY_ATTR(ATTR) \ in _PyPreCmdline_SetConfig() argument 372 #define COPY_ATTR(ATTR) config->ATTR = config2->ATTR in preconfig_copy() argument 402 #define SET_ITEM_INT(ATTR) \ in _PyPreConfig_AsDict() argument 441 #define COPY_ATTR(ATTR) \ in _PyPreConfig_GetConfig() argument 463 #define COPY_FLAG(ATTR, VALUE) \ in preconfig_get_global_vars() argument 467 #define COPY_NOT_FLAG(ATTR, VALUE) \ in preconfig_get_global_vars() argument 489 #define COPY_FLAG(ATTR, VAR) \ in preconfig_set_global_vars() argument 493 #define COPY_NOT_FLAG(ATTR, VAR) \ in preconfig_set_global_vars() argument
|
| D | initconfig.c | 572 #define CLEAR(ATTR) \ in PyConfig_Clear() argument 785 #define COPY_ATTR(ATTR) config->ATTR = config2->ATTR in _PyConfig_Copy() argument 786 #define COPY_WSTR_ATTR(ATTR) \ in _PyConfig_Copy() argument 894 #define SET_ITEM_INT(ATTR) \ in config_as_dict() argument 896 #define SET_ITEM_UINT(ATTR) \ in config_as_dict() argument 902 #define SET_ITEM_WSTR(ATTR) \ in config_as_dict() argument 1038 #define COPY_FLAG(ATTR, VALUE) \ in config_get_global_vars() argument 1042 #define COPY_NOT_FLAG(ATTR, VALUE) \ in config_get_global_vars() argument 1075 #define COPY_FLAG(ATTR, VAR) \ in config_set_global_vars() argument 1079 #define COPY_NOT_FLAG(ATTR, VAR) \ in config_set_global_vars() argument
|
| /external/libnl/include/netlink-private/ |
| D | object-api.h | 210 #define AVAILABLE(A, B, ATTR) (((A)->ce_mask & (B)->ce_mask) & (ATTR)) argument 221 #define AVAILABLE_MISMATCH(A, B, ATTR) (((A)->ce_mask ^ (B)->ce_mask) & (ATTR)) argument 238 #define ATTR_MISMATCH(A, B, ATTR, EXPR) (AVAILABLE_MISMATCH(A, B, ATTR) || \ argument 262 #define ATTR_DIFF(LIST, ATTR, A, B, EXPR) \ argument
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | AttrVisitor.h | 34 #define ATTR(NAME) \ in Visit() macro 44 #define ATTR(NAME) \ macro
|
| /external/e2fsprogs/resize/ |
| D | test_extent.c | 117 #define ATTR(x) __attribute__(x) macro 119 #define ATTR(x) macro
|
| /external/e2fsprogs/lib/uuid/ |
| D | tst_uuid.c | 66 #define ATTR(x) __attribute__(x) macro 68 #define ATTR(x) macro
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | ms_struct.cpp | 6 #define ATTR __attribute__((__ms_struct__)) macro
|
| /external/clang/test/CodeGenCXX/ |
| D | ms_struct.cpp | 6 #define ATTR __attribute__((__ms_struct__)) macro
|
| /external/clang/include/clang/Basic/ |
| D | AttrKinds.h | 24 #define ATTR(X) X, macro
|
| /external/llvm-project/clang/include/clang/Basic/ |
| D | AttrKinds.h | 23 #define ATTR(X) X, macro
|
| /external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
| D | test_verif_scale1.c | 5 #define ATTR __attribute__((noinline)) macro
|
| D | test_verif_scale2.c | 5 #define ATTR __always_inline macro
|
| D | test_verif_scale3.c | 5 #define ATTR __attribute__((noinline)) macro
|
| /external/python/cpython3/Modules/ |
| D | _localemodule.c | 183 #define GET_LOCALE_STRING(ATTR) PyUnicode_DecodeLocale(lc->ATTR, NULL) in locale_decode_monetary() argument 191 #define RESULT_STRING(ATTR) \ in locale_decode_monetary() argument 258 #define GET_LOCALE_STRING(ATTR) PyUnicode_FromWideChar(lc->_W_ ## ATTR, -1) in PyLocale_localeconv() argument 260 #define GET_LOCALE_STRING(ATTR) PyUnicode_DecodeLocale(lc->ATTR, NULL) in PyLocale_localeconv() argument
|
| /external/clang/test/Sema/ |
| D | attr-sentinel.c | 5 #define ATTR __attribute__ ((__sentinel__)) macro
|
| /external/llvm-project/clang/test/Sema/ |
| D | attr-sentinel.c | 5 #define ATTR __attribute__ ((__sentinel__)) macro
|
| /external/libnl/lib/netfilter/ |
| D | queue_obj.c | 172 #define NFNL_QUEUE_DIFF(ATTR, EXPR) \ in nfnl_queue_compare() argument 174 #define NFNL_QUEUE_DIFF_VAL(ATTR, FIELD) \ in nfnl_queue_compare() argument
|