Home
last modified time | relevance | path

Searched refs:macro (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dreserved-keyword-methods.mm5 macro(asm) \
6 macro(bool) \
7 macro(catch) \
8 macro(class) \
10 macro(delete) \
13 macro(export) \
14 macro(false) \
18 macro(new) \
26 macro(this) \
28 macro(true) \
[all …]
/llvm-project-15.0.7/openmp/libompd/src/
H A Dompd-private.h19 #define FOREACH_OMPD_STATE(macro) \ argument
22 macro(ompt_state_undefined, 0x102) /* undefined thread state */ \
25 macro(ompt_state_work_serial, 0x000) /* working outside parallel */ \
26 macro(ompt_state_work_parallel, 0x001) /* working within parallel */ \
27 macro(ompt_state_work_reduction, 0x002) /* performing a reduction */ \
30 macro(ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \
31 macro(ompt_state_wait_barrier_implicit_parallel, \
33 macro(ompt_state_wait_barrier_implicit_workshare, \
35 macro(ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \
36 macro(ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \
[all …]
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dset-nomacro.s3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
4 .set macro define
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
106 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
110 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
113 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
122 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
[all …]
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h95 #define KMP_FOREACH_COUNTER(macro, arg) \ argument
96 macro(OMP_PARALLEL,stats_flags_e::onlyInMaster|stats_flags_e::noTotal,arg) \
97 macro(OMP_NESTED_PARALLEL, 0, arg) \
98 macro(OMP_LOOP_STATIC, 0, arg) \
99 macro(OMP_LOOP_STATIC_STEAL, 0, arg) \
100 macro(OMP_LOOP_DYNAMIC, 0, arg) \
101 macro(OMP_DISTRIBUTE, 0, arg) \
116 macro(TASK_stolen, 0, arg)
181 KMP_FOREACH_DEVELOPER_TIMER(macro, arg)
277 #define KMP_FOREACH_DEVELOPER_TIMER(macro, arg) argument
[all …]
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dmacro-required-argument-err.s4 # CHECK-NEXT:.macro missing_qualifier parameter:
6 .macro missing_qualifier parameter:
9 # CHECK-NEXT:.macro non_identifier_qualifier parameter:0
11 .macro non_identifier_qualifier parameter:0
14 # CHECK-NEXT:.macro invalid_qualifier parameter:invalid_qualifier
16 .macro invalid_qualifier parameter:invalid_qualifier
19 # CHECK-NEXT:.macro pointless_default parameter:req=default
21 .macro pointless_default parameter:req=default
27 .macro missing_required parameter:req
34 .macro missing_second_required first=0 second:req
[all …]
H A Dmacros-darwin.s4 .macro .test0
7 .macro .test1
22 .macro test2
28 .macro test3
41 .macro test4
51 .macro test5 _a
58 .macro test6 $a
65 .macro test7 .a
72 .macro test8 _a, _b, _c
76 .macro test9 _a _b _c
H A Dmacro-arg-err.s3 # CHECK:{{.*}}.s:[[#@LINE+3]]:22: error: macro 'dup_params' has multiple parameters named 'a'
4 # CHECK-NEXT:.macro dup_params a a
6 .macro dup_params a a
7 # CHECK:{{.*}}.s:[[#@LINE+3]]:6: error: unexpected '.endm' in file, no current macro definition
15 .macro one_arg bar
23 .macro no_arg
28 .macro double first = -1, second = -1
49 # CHECK-NEXT:.macro 23
51 .macro 23
54 # CHECK-NEXT:.macro a 23
[all …]
H A Dmacros-darwin-vararg.s3 .macro abc a b:vararg
12 .macro ifcc arg:vararg
18 .macro ifcc2 arg0 arg1:vararg
24 .macro ifcc3 arg0, arg1:vararg
30 .macro ifcc4 arg0, arg1:vararg
63 .macro abc arg:vararg=nop
67 .macro abcd arg0=%eax, arg1:vararg=%ebx
78 .macro .make_macro start, end, name, body:vararg
84 .make_macro .macro,.endmacro,.mybyte,.byte $0, $2, $1
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dmany-sections.s22 .macro gen_sections4 x
29 .macro gen_sections8 x
34 .macro gen_sections16 x
39 .macro gen_sections32 x
44 .macro gen_sections64 x
49 .macro gen_sections128 x
54 .macro gen_sections256 x
59 .macro gen_sections512 x
64 .macro gen_sections1024 x
69 .macro gen_sections2048 x
[all …]
H A Dmany-sections-2.s42 .macro gen_sections4 x
49 .macro gen_sections8 x
54 .macro gen_sections16 x
59 .macro gen_sections32 x
64 .macro gen_sections64 x
69 .macro gen_sections128 x
74 .macro gen_sections256 x
79 .macro gen_sections512 x
84 .macro gen_sections1024 x
89 .macro gen_sections2048 x
[all …]
H A Dmany-sections-3.s18 .macro gen_sections4 x
25 .macro gen_sections8 x
30 .macro gen_sections16 x
35 .macro gen_sections32 x
40 .macro gen_sections64 x
45 .macro gen_sections128 x
50 .macro gen_sections256 x
55 .macro gen_sections512 x
60 .macro gen_sections1024 x
65 .macro gen_sections2048 x
[all …]
/llvm-project-15.0.7/clang/test/Index/
H A Dget-cursor-macro-args.m2 // RUN: c-index-test -cursor-at=%S/get-cursor-macro-args.h:9:12 \
3 // RUN: -cursor-at=%S/get-cursor-macro-args.h:9:21 \
4 // RUN: -cursor-at=%S/get-cursor-macro-args.h:9:9 \
5 // RUN: -cursor-at=%S/get-cursor-macro-args.h:9:22 \
6 // RUN: -cursor-at=%S/get-cursor-macro-args.h:15:12 \
7 // RUN: -cursor-at=%S/get-cursor-macro-args.h:15:20 \
8 // RUN: %s -include %S/get-cursor-macro-args.h | FileCheck %s
12 // RUN: c-index-test -cursor-at=%S/get-cursor-macro-args.h:9:12 \
13 // RUN: -cursor-at=%S/get-cursor-macro-args.h:9:21 \
14 // RUN: -cursor-at=%S/get-cursor-macro-args.h:9:9 \
[all …]
/llvm-project-15.0.7/lld/test/ELF/
H A Dmany-sections.s31 .macro gen_sections4 x
38 .macro gen_sections8 x
43 .macro gen_sections16 x
48 .macro gen_sections32 x
53 .macro gen_sections64 x
58 .macro gen_sections128 x
63 .macro gen_sections256 x
68 .macro gen_sections512 x
73 .macro gen_sections1024 x
78 .macro gen_sections2048 x
[all …]
H A Dmany-alloc-sections.s59 .macro gen_sections4 x
74 .macro gen_sections8 x
79 .macro gen_sections16 x
84 .macro gen_sections32 x
89 .macro gen_sections64 x
94 .macro gen_sections128 x
99 .macro gen_sections256 x
104 .macro gen_sections512 x
109 .macro gen_sections1024 x
114 .macro gen_sections2048 x
[all …]
H A Dicf-many-sections.s7 .macro gen_sections4 z
14 .macro gen_sections8 z
19 .macro gen_sections16 z
24 .macro gen_sections32 x
29 .macro gen_sections64 z
34 .macro gen_sections128 z
39 .macro gen_sections256 z
44 .macro gen_sections512 z
49 .macro gen_sections1024 z
54 .macro gen_sections2048 z
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Ddebugmacinfo-dwo.test1 RUN: llvm-dwarfdump -debug-macro %p/Inputs/dwarfdump-macro.dwo \
6 ; dwarfdump-macro.dwo has been generated from Inputs/dwarfdump-macro.cc
7 ; clang++ -c -O0 -DM3=Value3 -include dwarfdump-macro-cmd.h dwarfdump-macro.cc -fdebug-macro -gspli…
12 TEST_MACINFODWO: DW_MACINFO_define - lineno: 1 macro: M4 Value4
14 TEST_MACINFODWO: DW_MACINFO_define - lineno: 1 macro: M1 Value1
16 TEST_MACINFODWO: DW_MACINFO_undef - lineno: 4 macro: M1
17 TEST_MACINFODWO: DW_MACINFO_define - lineno: 5 macro: M1 NewValue1
19 TEST_MACINFODWO: DW_MACINFO_define - lineno: 3 macro: M2(x,y) ((x)+(y)* Value2)
H A Ddebugmacinfo.test1 RUN: llvm-dwarfdump -debug-macro %p/Inputs/dwarfdump-macro.o \
3 RUN: llvm-dwarfdump -debug-line %p/Inputs/dwarfdump-macro.o \
11 TEST_MACINFO: DW_MACINFO_define - lineno: 0 macro: M3 Value3
14 TEST_MACINFO: DW_MACINFO_define - lineno: 1 macro: M4 Value4
16 TEST_MACINFO: DW_MACINFO_define - lineno: 1 macro: M1 Value1
18 TEST_MACINFO: DW_MACINFO_undef - lineno: 4 macro: M1
19 TEST_MACINFO: DW_MACINFO_define - lineno: 5 macro: M1 NewValue1
21 TEST_MACINFO: DW_MACINFO_define - lineno: 3 macro: M2(x,y) ((x)+(y)* Value2)
26 TEST_LINE-NEXT: name: "dwarfdump-macro.cc"
29 TEST_LINE-NEXT: name: "dwarfdump-macro-cmd.h"
[all …]
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp-tools.h.var37 #define FOREACH_OMPT_INQUIRY_FN(macro) \
38 macro (ompt_enumerate_states) \
39 macro (ompt_enumerate_mutex_impls) \
41 macro (ompt_set_callback) \
42 macro (ompt_get_callback) \
44 macro (ompt_get_state) \
46 macro (ompt_get_parallel_info) \
47 macro (ompt_get_task_info) \
48 macro (ompt_get_task_memory) \
49 macro (ompt_get_thread_data) \
[all …]
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DELF_shndex.s6 .macro gen_sections4 x
13 .macro gen_sections8 x
18 .macro gen_sections16 x
23 .macro gen_sections32 x
28 .macro gen_sections64 x
33 .macro gen_sections128 x
38 .macro gen_sections256 x
43 .macro gen_sections512 x
48 .macro gen_sections1024 x
53 .macro gen_sections2048 x
[all …]
/llvm-project-15.0.7/clang/test/Lexer/
H A Dcxx-features.cpp19 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23) (cxx98 == 0 ? defined(__cpp_##macro)… argument
21 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23) (cxx11 == 0 ? defined(__cpp_##macro)… argument
23 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23) (cxx14 == 0 ? defined(__cpp_##macro)… argument
25 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23) (cxx17 == 0 ? defined(__cpp_##macro)… argument
27 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23) (cxx20 == 0 ? defined(__cpp_##macro)… argument
29 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23) (cxx23 == 0 ? defined(__cpp_##macro)… argument
/llvm-project-15.0.7/clang/test/Modules/Inputs/macro-ambiguity/
H A Dmodule.modulemap2 header "Inputs/macro-ambiguity/a/quote/a_quote.h"
3 header "Inputs/macro-ambiguity/a/system/a_system.h"
7 header "Inputs/macro-ambiguity/b/quote/b_quote.h"
8 header "Inputs/macro-ambiguity/b/system/b_system.h"
12 header "Inputs/macro-ambiguity/c/quote/c_quote.h"
13 header "Inputs/macro-ambiguity/c/system/c_system.h"
17 header "Inputs/macro-ambiguity/d/quote/d_quote.h"
18 header "Inputs/macro-ambiguity/d/system/d_system.h"
22 textual header "Inputs/macro-ambiguity/e/quote/e_quote.h"
23 textual header "Inputs/macro-ambiguity/e/system/e_system.h"
/llvm-project-15.0.7/libunwind/cmake/Modules/
H A DHandleLibunwindFlags.cmake14 macro(mangle_name str output)
28 macro(remove_flags)
48 macro(append_flags DEST)
109 macro(add_target_flags)
140 macro(add_flags)
166 macro(add_compile_flags)
191 macro(add_c_flags)
216 macro(add_cxx_flags)
241 macro(add_link_flags)
266 macro(add_library_flags)
[all …]
/llvm-project-15.0.7/libcxxabi/cmake/Modules/
H A DHandleLibcxxabiFlags.cmake13 macro(mangle_name str output)
27 macro(remove_flags)
47 macro(append_flags DEST)
71 macro(define_if condition def)
108 macro(add_target_flags)
139 macro(add_flags)
148 macro(add_flags_if condition)
165 macro(add_compile_flags)
200 macro(add_link_flags)
225 macro(add_library_flags)
[all …]
/llvm-project-15.0.7/libcxx/cmake/Modules/
H A DHandleLibcxxFlags.cmake13 macro(mangle_name str output)
28 macro(remove_flags)
48 macro(append_flags DEST)
72 macro(define_if condition def)
106 macro(add_target_flags)
137 macro(add_flags)
146 macro(add_flags_if condition)
163 macro(add_compile_flags)
188 macro(add_link_flags)
213 macro(add_library_flags)
[all …]
/llvm-project-15.0.7/clang/test/Modules/
H A Dsubmodules-preprocess.cpp8 # error HAVE_VECTOR macro is not available (but should be)
12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be)
22 # error HAVE_VECTOR macro is not available (but should be)
26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
30 # error HAVE_HASH_MAP macro is available (but shouldn't be)
52 # error HAVE_VECTOR macro is not available (but should be)
56 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
60 # error HAVE_HASH_MAP macro is not available (but should be)

12345678910>>...23