Home
last modified time | relevance | path

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

12345678910>>...86

/external/clang/test/SemaObjCXX/
Dreserved-keyword-methods.mm4 #define FOR_EACH_KEYWORD(macro) \
5 macro(asm) \
6 macro(bool) \
7 macro(catch) \
8 macro(class) \
9 macro(const_cast) \
10 macro(delete) \
11 macro(dynamic_cast) \
12 macro(explicit) \
13 macro(export) \
[all …]
/external/v8/src/builtins/
Dbase.tq52 extern macro MakeWeak(HeapObject): WeakHeapObject;
53 extern macro GetHeapObjectAssumeWeak(MaybeObject): HeapObject labels IfCleared;
54 extern macro GetHeapObjectIfStrong(MaybeObject): HeapObject labels IfNotStrong;
55 extern macro IsWeakOrCleared(MaybeObject): bool;
56 extern macro IsWeakReferenceToObject(MaybeObject, Object): bool;
57 extern macro IsStrong(MaybeObject): bool;
59 macro StrongToWeak<T: type>(x: T): Weak<T> {
62 macro WeakToStrong<T: type>(x: Weak<T>): T labels ClearedWeakPointer {
121 macro Value(): float64 labels IfHole {
127 macro ValueUnsafeAssumeNotHole(): float64 {
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dset-nomacro.s3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
4 .set macro define
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@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
[all …]
/external/llvm/test/MC/Mips/
Dset-nomacro.s3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
4 .set macro define
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@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
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dmacro-qualifier-diagnostics.s3 .macro missing_qualifier parameter:
5 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'missing_qualifier'
6 # CHECK: .macro missing_qualifier parameter:
9 .macro non_identifier_qualifier parameter:0
11 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'non_identifier_qualifier'
12 # CHECK: .macro non_identifier_qualifier parameter:0
15 .macro invalid_qualifier parameter:invalid_qualifier
17 # CHECK: error: invalid_qualifier is not a valid parameter qualifier for 'parameter' in macro 'inva…
18 # CHECK: .macro invalid_qualifier parameter:invalid_qualifier
21 .macro pointless_default parameter:req=default
[all …]
Dmacros-gas.s4 .macro .test0
7 .macro .test1
22 .macro test2 _a
28 .macro test3 _a _b _c
38 .macro test3_prime _a _b _c
51 .macro test5 _a
58 .macro test6 $a
65 .macro test7 .a
72 .macro test8 _a, _b, _c
76 .macro test9 _a _b _c
[all …]
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
/external/llvm/test/MC/AsmParser/
Dmacro-qualifier-diagnostics.s3 .macro missing_qualifier parameter:
5 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'missing_qualifier'
6 # CHECK: .macro missing_qualifier parameter:
9 .macro non_identifier_qualifier parameter:0
11 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'non_identifier_qualifier'
12 # CHECK: .macro non_identifier_qualifier parameter:0
15 .macro invalid_qualifier parameter:invalid_qualifier
17 # CHECK: error: invalid_qualifier is not a valid parameter qualifier for 'parameter' in macro 'inva…
18 # CHECK: .macro invalid_qualifier parameter:invalid_qualifier
21 .macro pointless_default parameter:req=default
[all …]
Dmacros-gas.s4 .macro .test0
7 .macro .test1
22 .macro test2 _a
28 .macro test3 _a _b _c
38 .macro test3_prime _a _b _c
51 .macro test5 _a
58 .macro test6 $a
65 .macro test7 .a
72 .macro test8 _a, _b, _c
76 .macro test9 _a _b _c
[all …]
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
/external/v8/src/objects/
Dfixed-array.tq57 extern operator '.length_intptr' macro LoadAndUntagFixedArrayBaseLength(
60 extern operator '.objects[]' macro LoadFixedArrayElement(
62 extern operator '.objects[]' macro LoadFixedArrayElement(
64 extern operator '.objects[]' macro LoadFixedArrayElement(
66 extern operator '.objects[]=' macro StoreFixedArrayElement(
68 extern operator '.objects[]=' macro StoreFixedArrayElement(
70 extern operator '.objects[]=' macro StoreFixedArrayElement(
72 extern operator '.objects[]=' macro StoreFixedArrayElement(
74 extern operator '.objects[]=' macro StoreFixedArrayElement(
76 extern operator '.objects[]=' macro StoreFixedArrayElement(
[all …]
/external/angle/src/compiler/preprocessor/
DMacroExpander.cpp77 for (const std::shared_ptr<Macro> &macro : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local
81 ASSERT(macro->name.substr() != ""); in ~ScopedMacroReenabler()
82 macro->disabled = false; in ~ScopedMacroReenabler()
171 std::shared_ptr<Macro> macro = iter->second; in lex() local
172 if (macro->disabled) in lex()
181 macro->expansionCount++; in lex()
182 if ((macro->type == Macro::kTypeFunc) && !isNextTokenLeftParen()) in lex()
186 macro->expansionCount--; in lex()
190 pushMacro(macro, *token); in lex()
246 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro() argument
[all …]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.cpp86 for (auto macro : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local
90 assert(macro->name.substr() != ""); in ~ScopedMacroReenabler()
91 macro->disabled = false; in ~ScopedMacroReenabler()
177 std::shared_ptr<Macro> macro = iter->second; in lex() local
178 if (macro->disabled) in lex()
187 macro->expansionCount++; in lex()
188 if ((macro->type == Macro::kTypeFunc) && !isNextTokenLeftParen()) in lex()
192 macro->expansionCount--; in lex()
196 pushMacro(macro, *token); in lex()
252 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro() argument
[all …]
/external/u-boot/arch/arm/include/asm/
Dunified.h62 .macro it, cond
64 .macro itt, cond
66 .macro ite, cond
68 .macro ittt, cond
70 .macro itte, cond
72 .macro itet, cond
74 .macro itee, cond
76 .macro itttt, cond
78 .macro ittte, cond
80 .macro ittet, cond
[all …]
/external/selinux/secilc/docs/
Dcil_call_macro_statements.md7macro](#macro) within the current namespace. There may be zero or more parameters passed to the ma…
9 …e [macro](#macro), these can be named or anonymous but must conform to the parameter types defined…
29 <td align="left"><p>The identifier of the <code>macro</code> to be instantiated.</p></td>
33 <td align="left"><p>Zero or more parameters that are passed to the macro.</p></td>
40 See the [`macro`](cil_call_macro_statements.md#macro) statement for an example.
42 macro section in Call / Macro Statements
45macro in the current namespace with its associated parameters. The macro identifier is used by the…
49 - Items defined inside the macro
51 - Items passed into the macro as arguments
53 - Items defined in the same namespace of the macro
[all …]
/external/arm-trusted-firmware/include/arch/aarch64/
Dasm_macros.S32 .macro func_prologue
37 .macro func_epilogue
42 .macro dcache_line_size reg, tmp
50 .macro icache_line_size reg, tmp
58 .macro smc_check label
72 .macro vector_base label, section_name=.vectors
85 .macro vector_entry label, section_name=.vectors
99 .macro end_vector_entry label
111 .macro get_my_mp_stack _name, _size
124 .macro get_up_stack _name, _size
[all …]
/external/clang/test/Index/
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
11 // RUN: c-index-test -write-pch %t.pch -x objective-c-header %S/get-cursor-macro-args.h
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 \
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
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 …]
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 …]
Dmany-sections-2.s45 .macro gen_sections4 x
52 .macro gen_sections8 x
57 .macro gen_sections16 x
62 .macro gen_sections32 x
67 .macro gen_sections64 x
72 .macro gen_sections128 x
77 .macro gen_sections256 x
82 .macro gen_sections512 x
87 .macro gen_sections1024 x
92 .macro gen_sections2048 x
[all …]
/external/llvm/test/MC/ELF/
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 …]
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 …]
Dmany-sections-2.s45 .macro gen_sections4 x
52 .macro gen_sections8 x
57 .macro gen_sections16 x
62 .macro gen_sections32 x
67 .macro gen_sections64 x
72 .macro gen_sections128 x
77 .macro gen_sections256 x
82 .macro gen_sections512 x
87 .macro gen_sections1024 x
92 .macro gen_sections2048 x
[all …]
/external/u-boot/arch/xtensa/include/asm/
Dcacheasm.h39 .macro __loop_cache_all ar at insn size line_width
55 .macro __loop_cache_range ar as at insn line_width
67 .macro __loop_cache_page ar at insn line_width
81 .macro ___unlock_dcache_all ar at
90 .macro ___unlock_icache_all ar at
99 .macro ___flush_invalidate_dcache_all ar at
108 .macro ___flush_dcache_all ar at
117 .macro ___invalidate_dcache_all ar at
127 .macro ___invalidate_icache_all ar at
138 .macro ___flush_invalidate_dcache_range ar as at
[all …]
/external/arm-trusted-firmware/include/arch/aarch32/
Dasm_macros.S32 .macro ldcopr reg, coproc, opc1, CRn, CRm, opc2
36 .macro ldcopr16 reg1, reg2, coproc, opc1, CRm
40 .macro stcopr reg, coproc, opc1, CRn, CRm, opc2
44 .macro stcopr16 reg1, reg2, coproc, opc1, CRm
49 .macro dcache_line_size reg, tmp
56 .macro icache_line_size reg, tmp
67 .macro vector_base label
80 .macro get_my_mp_stack _name, _size
92 .macro get_up_stack _name, _size
101 .macro eret
[all …]

12345678910>>...86