| /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
|
| D | ms_struct.c | 3 #define ATTR __attribute__((__ms_struct__)) macro
|
| D | ms_struct-bitfield-init.c | 5 #define ATTR __attribute__((__ms_struct__)) macro
|
| /external/python/cpython3/Python/ |
| D | preconfig.c | 131 #define COPY_ATTR(ATTR) \ in precmdline_get_preconfig() argument 147 #define COPY_ATTR(ATTR) \ in precmdline_set_preconfig() argument 161 #define COPY_ATTR(ATTR) \ in _PyPreCmdline_SetConfig() argument 389 #define COPY_ATTR(ATTR) config->ATTR = config2->ATTR in preconfig_copy() argument 419 #define SET_ITEM_INT(ATTR) \ in _PyPreConfig_AsDict() argument 458 #define COPY_ATTR(ATTR) \ in _PyPreConfig_GetConfig() argument 480 #define COPY_FLAG(ATTR, VALUE) \ in preconfig_get_global_vars() argument 484 #define COPY_NOT_FLAG(ATTR, VALUE) \ in preconfig_get_global_vars() argument 506 #define COPY_FLAG(ATTR, VAR) \ in preconfig_set_global_vars() argument 510 #define COPY_NOT_FLAG(ATTR, VAR) \ in preconfig_set_global_vars() argument
|
| D | initconfig.c | 648 #define CLEAR(ATTR) \ in PyConfig_Clear() argument 861 #define COPY_ATTR(ATTR) config->ATTR = config2->ATTR in _PyConfig_Copy() argument 862 #define COPY_WSTR_ATTR(ATTR) \ in _PyConfig_Copy() argument 968 #define SET_ITEM_INT(ATTR) \ in _PyConfig_AsDict() argument 970 #define SET_ITEM_UINT(ATTR) \ in _PyConfig_AsDict() argument 976 #define SET_ITEM_WSTR(ATTR) \ in _PyConfig_AsDict() argument 1387 #define COPY_FLAG(ATTR, VALUE) \ in config_get_global_vars() argument 1391 #define COPY_NOT_FLAG(ATTR, VALUE) \ in config_get_global_vars() argument 1424 #define COPY_FLAG(ATTR, VAR) \ in config_set_global_vars() argument 1428 #define COPY_NOT_FLAG(ATTR, VAR) \ in config_set_global_vars() argument
|
| /external/libnl/include/netlink-private/ |
| D | object-api.h | 204 #define AVAILABLE(A, B, ATTR) (((A)->ce_mask & (B)->ce_mask) & (ATTR)) argument 215 #define AVAILABLE_MISMATCH(A, B, ATTR) (((A)->ce_mask ^ (B)->ce_mask) & (ATTR)) argument 232 #define ATTR_MISMATCH(A, B, ATTR, EXPR) (AVAILABLE_MISMATCH(A, B, ATTR) || \ argument 256 #define ATTR_DIFF(LIST, ATTR, A, B, EXPR) \ argument
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-metrics.cc | 72 #define GET_METRIC_X(TABLE, ATTR) \ in _hb_ot_metrics_get_position_common() argument 76 #define GET_METRIC_Y(TABLE, ATTR) \ in _hb_ot_metrics_get_position_common() argument 155 #define GET_METRIC_X(TABLE, ATTR) \ in hb_ot_metrics_get_position() argument 158 #define GET_METRIC_Y(TABLE, ATTR) \ in hb_ot_metrics_get_position() argument
|
| /external/e2fsprogs/resize/ |
| D | test_extent.c | 120 #define ATTR(x) __attribute__(x) macro 122 #define ATTR(x) macro
|
| /external/e2fsprogs/lib/uuid/ |
| D | tst_uuid.c | 60 #define ATTR(x) __attribute__(x) macro 62 #define ATTR(x) 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/python/cpython3/Modules/ |
| D | _localemodule.c | 194 #define GET_LOCALE_STRING(ATTR) PyUnicode_DecodeLocale(lc->ATTR, NULL) in locale_decode_monetary() argument 202 #define RESULT_STRING(ATTR) \ in locale_decode_monetary() argument 273 #define GET_LOCALE_STRING(ATTR) PyUnicode_FromWideChar(lc->_W_ ## ATTR, -1) in _locale_localeconv_impl() argument 275 #define GET_LOCALE_STRING(ATTR) PyUnicode_DecodeLocale(lc->ATTR, NULL) in _locale_localeconv_impl() argument
|
| /external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
| D | test_verif_scale3.c | 5 #define ATTR __attribute__((noinline)) macro
|
| D | test_verif_scale1.c | 5 #define ATTR __attribute__((noinline)) macro
|
| D | test_verif_scale2.c | 5 #define ATTR __always_inline macro
|
| /external/clang/test/Sema/ |
| D | attr-sentinel.c | 5 #define ATTR __attribute__ ((__sentinel__)) macro
|
| /external/libnl/lib/netfilter/ |
| D | queue_obj.c | 165 #define NFNL_QUEUE_DIFF(ATTR, EXPR) \ in nfnl_queue_compare() argument 167 #define NFNL_QUEUE_DIFF_VAL(ATTR, FIELD) \ in nfnl_queue_compare() argument
|
| D | exp_obj.c | 312 #define EXP_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, EXP_ATTR_##ATTR, a, b, EXPR) in exp_compare() argument 313 #define EXP_DIFF_VAL(ATTR, FIELD) EXP_DIFF(ATTR, a->FIELD != b->FIELD) in exp_compare() argument 314 #define EXP_DIFF_STRING(ATTR, FIELD) EXP_DIFF(ATTR, (strcmp(a->FIELD, b->FIELD) != 0)) in exp_compare() argument 315 #define EXP_DIFF_ADDR(ATTR, FIELD) \ in exp_compare() argument 319 #define EXP_DIFF_L4PROTO_PORTS(ATTR, FIELD) \ in exp_compare() argument 321 #define EXP_DIFF_L4PROTO_ICMP(ATTR, FIELD) \ in exp_compare() argument
|
| D | log_obj.c | 239 #define NFNL_LOG_DIFF(ATTR, EXPR) \ in nfnl_log_compare() argument 241 #define NFNL_LOG_DIFF_VAL(ATTR, FIELD) \ in nfnl_log_compare() argument
|
| /external/ltp/testcases/kernel/syscalls/statx/ |
| D | statx04.c | 63 #define ATTR(x) {.attr = x, .name = #x} macro
|
| /external/clang/test/SemaObjC/ |
| D | method-sentinel-attr.m | 5 #define ATTR __attribute__ ((__sentinel__)) macro
|
| /external/bazelbuild-rules_android/src/tools/ak/res/proto/ |
| D | res_data.proto | 16 ATTR = 3; enumerator
|
| /external/selinux/libselinux/src/ |
| D | selinux_internal.h | 55 #define __pthread_mutex_init(LOCK, ATTR) \ argument
|