Home
last modified time | relevance | path

Searched defs:ATTR (Results 1 – 25 of 94) sorted by relevance

1234

/external/llvm-project/clang/test/CodeGen/
Dattr-cpuspecific.c5 #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 …]
Dms_struct-bitfield-2.c4 #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 …]
Dms_struct-bitfield-3.c4 #define ATTR __attribute__((__ms_struct__)) macro
17 } ATTR; variable
31 } ATTR; variable
Dms_struct.c3 #define ATTR __attribute__((__ms_struct__)) macro
/external/clang/test/CodeGen/
Dms_struct-bitfield-2.c4 #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 …]
Dms_struct-bitfield-3.c4 #define ATTR __attribute__((__ms_struct__)) macro
17 } ATTR; variable
31 } ATTR; variable
Dtbaa-struct.cpp42 #define ATTR __attribute__ ((ms_struct)) macro
48 } ATTR; variable
/external/harfbuzz_ng/src/
Dhb-ot-metrics.cc63 #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/
Dpreconfig.c133 #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
Dinitconfig.c572 #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/
Dobject-api.h210 #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/
DAttrVisitor.h34 #define ATTR(NAME) \ in Visit() macro
44 #define ATTR(NAME) \ macro
/external/e2fsprogs/resize/
Dtest_extent.c117 #define ATTR(x) __attribute__(x) macro
119 #define ATTR(x) macro
/external/e2fsprogs/lib/uuid/
Dtst_uuid.c66 #define ATTR(x) __attribute__(x) macro
68 #define ATTR(x) macro
/external/llvm-project/clang/test/CodeGenCXX/
Dms_struct.cpp6 #define ATTR __attribute__((__ms_struct__)) macro
/external/clang/test/CodeGenCXX/
Dms_struct.cpp6 #define ATTR __attribute__((__ms_struct__)) macro
/external/clang/include/clang/Basic/
DAttrKinds.h24 #define ATTR(X) X, macro
/external/llvm-project/clang/include/clang/Basic/
DAttrKinds.h23 #define ATTR(X) X, macro
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_verif_scale1.c5 #define ATTR __attribute__((noinline)) macro
Dtest_verif_scale2.c5 #define ATTR __always_inline macro
Dtest_verif_scale3.c5 #define ATTR __attribute__((noinline)) macro
/external/python/cpython3/Modules/
D_localemodule.c183 #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/
Dattr-sentinel.c5 #define ATTR __attribute__ ((__sentinel__)) macro
/external/llvm-project/clang/test/Sema/
Dattr-sentinel.c5 #define ATTR __attribute__ ((__sentinel__)) macro
/external/libnl/lib/netfilter/
Dqueue_obj.c172 #define NFNL_QUEUE_DIFF(ATTR, EXPR) \ in nfnl_queue_compare() argument
174 #define NFNL_QUEUE_DIFF_VAL(ATTR, FIELD) \ in nfnl_queue_compare() argument

1234