/external/v8/src/builtins/ |
D | base.tq | 145 extern macro TheHoleConstant(): Oddball; 146 extern macro NullConstant(): Oddball; 147 extern macro UndefinedConstant(): Oddball; 148 extern macro TrueConstant(): Boolean; 149 extern macro FalseConstant(): Boolean; 150 extern macro Int32TrueConstant(): bool; 151 extern macro Int32FalseConstant(): bool; 172 extern macro Is64(): constexpr bool; 174 extern macro SelectBooleanConstant(bool): Boolean; 176 extern macro Print(constexpr string); [all …]
|
/external/epid-sdk/ext/ipp/sources/include/ |
D | ia_emm.inc | 43 ; This macro package requires an assembler vesion 7.10 or later. 54 ; beginning of the MACRO section : ; 57 DEFINED MACRO symbol:REQ 86 CALLASM macro x:req 116 IPPASM macro x:req, y:VARARG 145 IF DEFINED (OSX32) OR DEFINED (_YASM) OR DEFINED (LINUX32); MNI macro for Linux or for Windows 147 sha1rnds4 MACRO op1:req, op2:req, imm8:req 150 sha1nexte MACRO op1:req, op2:req 153 sha1msg1 MACRO op1:req, op2:req 156 sha1msg2 MACRO op1:req, op2:req [all …]
|
D | ia_32e.inc | 43 ; Bug for PMULUDQ fixed with MACRO substitution 45 ; The latest version from 25.04.07: Kobby' mni macro substituted with IPP 52 ; in REST_XMM_AVX macro 54 ; 14.12.2009 - FMA macro added for AVX2.0 (ml10.0 support only) 56 ; 01.06.2012 - AVX2 vpsllvd/vq variable shifts added FMA macro fixed for ymm10-15 support 109 IPPASM macro x:req, y:VARARG 143 DEFINED MACRO symbol:REQ 152 IFSAME_GPR MACRO x, f 173 @ArgRev MACRO arglist:vararg 186 USES_GPR MACRO z:vararg [all …]
|
/external/clang/test/SemaObjCXX/ |
D | reserved-keyword-methods.mm | 4 #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/clang/test/Headers/ |
D | float.c | 19 #error "Mandatory macro FLT_RADIX is missing." 21 #error "Mandatory macro FLT_RADIX is invalid." 26 #error "Mandatory macro FLT_MANT_DIG is missing." 28 #error "Mandatory macro FLT_MANT_DIG is invalid." 31 #error "Mandatory macro DBL_MANT_DIG is missing." 33 #error "Mandatory macro DBL_MANT_DIG is invalid." 36 #error "Mandatory macro LDBL_MANT_DIG is missing." 38 #error "Mandatory macro LDBL_MANT_DIG is invalid." 47 #error "Mandatory macro FLT_DECIMAL_DIG is missing." 49 #error "Mandatory macro FLT_DECIMAL_DIG is invalid." [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | set-nomacro.s | 3 # 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/clang/test/Modules/ |
D | macro-ambiguity.cpp | 6 // RUN: -iquote Inputs/macro-ambiguity/a/quote \ 7 // RUN: -isystem Inputs/macro-ambiguity/a/system \ 11 // RUN: Inputs/macro-ambiguity/module.modulemap 15 // RUN: -iquote Inputs/macro-ambiguity/b/quote \ 16 // RUN: -isystem Inputs/macro-ambiguity/b/system \ 20 // RUN: Inputs/macro-ambiguity/module.modulemap 24 // RUN: -iquote Inputs/macro-ambiguity/c/quote \ 25 // RUN: -isystem Inputs/macro-ambiguity/c/system \ 29 // RUN: Inputs/macro-ambiguity/module.modulemap 33 // RUN: -iquote Inputs/macro-ambiguity/d/quote \ [all …]
|
D | macro-hiding.cpp | 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 5 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 7 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 8 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 9 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 10 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 11 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… [all …]
|
D | macro-reexport.cpp | 2 // RUN: %clang_cc1 -fsyntax-only -DC1 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify 3 // RUN: %clang_cc1 -fsyntax-only -DC1 -I%S/Inputs/macro-reexport -fmodules -fimplicit-module-maps %… 4 // RUN: %clang_cc1 -fsyntax-only -DD1 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify 5 // RUN: %clang_cc1 -fsyntax-only -DD1 -I%S/Inputs/macro-reexport -fmodules -fimplicit-module-maps %… 6 // RUN: %clang_cc1 -fsyntax-only -DD2 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify 7 // RUN: %clang_cc1 -fsyntax-only -DD2 -I%S/Inputs/macro-reexport -fmodules -fimplicit-module-maps %… 8 // RUN: %clang_cc1 -fsyntax-only -DF1 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify 9 // RUN: %clang_cc1 -fsyntax-only -DF1 -I%S/Inputs/macro-reexport -fmodules -fimplicit-module-maps %… 11 // RUN: %clang_cc1 -fmodules-local-submodule-visibility -fsyntax-only -DC1 -I%S/Inputs/macro-reexpo… 12 // RUN: %clang_cc1 -fmodules-local-submodule-visibility -fsyntax-only -DC1 -I%S/Inputs/macro-reexpo… [all …]
|
/external/llvm/test/MC/Mips/ |
D | set-nomacro.s | 3 # 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/u-boot/arch/arm/include/asm/ |
D | unified.h | 62 .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/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | MacroExpander.cpp | 86 for (auto macro : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local 90 assert(macro->name.substr() != ""); in ~ScopedMacroReenabler() 91 macro->disabled = false; in ~ScopedMacroReenabler() 129 // Defined operator is parsed here since it may be generated by macro expansion. in lex() 130 // Defined operator produced by macro expansion has undefined behavior according to C++ in lex() 177 std::shared_ptr<Macro> macro = iter->second; in lex() local 178 if (macro->disabled) in lex() 186 // otherwise there could be a #undef of the macro before the next token. in lex() 187 macro->expansionCount++; in lex() 188 if ((macro->type == Macro::kTypeFunc) && !isNextTokenLeftParen()) in lex() [all …]
|
D | Macro.cpp | 15 #include "Macro.h" 22 Macro::Macro() : predefined(false), disabled(false), expansionCount(0), type(kTypeObj) in Macro() function in pp::Macro 26 Macro::~Macro() in ~Macro() 30 bool Macro::equals(const Macro &other) const in equals() 42 std::shared_ptr<Macro> macro = std::make_shared<Macro>(); in PredefineMacro() local 43 macro->predefined = true; in PredefineMacro() 44 macro->type = Macro::kTypeObj; in PredefineMacro() 45 macro->name = name; in PredefineMacro() 46 macro->replacements.push_back(token); in PredefineMacro() 48 (*macroSet)[name] = macro; in PredefineMacro()
|
/external/clang/include/clang/Lex/ |
D | MacroInfo.h | 31 /// \brief Encapsulates the data about a macro definition (e.g. its tokens). 36 // State set when the macro is defined. 38 /// \brief The location the macro is defined. 40 /// \brief The location of the last token in the macro. 43 /// \brief The list of arguments for a function-like macro. 48 /// macro, this includes the \c __VA_ARGS__ identifier on the list. 54 /// \brief This is the list of tokens that the macro is defined to. 57 /// \brief Length in characters of the macro definition. 61 /// \brief True if this macro is function-like, false if it is object-like. 64 /// \brief True if this macro is of the form "#define X(...)" or [all …]
|
D | TokenLexer.h | 25 /// TokenLexer - This implements a lexer that returns tokens from a macro body 27 /// macro expansion and _Pragma handling, for example. 30 /// Macro - The macro we are expanding from. This is null if expanding a 33 MacroInfo *Macro; variable 35 /// ActualArgs - The actual arguments specified for a function-like macro, or 43 /// Tokens - This is the pointer to an array of tokens that the macro is 46 /// the macro definition we are lexing from, a cache buffer that is owned by 62 /// ExpandLocStart/End - The source location range where this macro was 67 /// was reserved for the current macro expansion. 70 /// \brief The offset of the macro expansion in the [all …]
|
/external/clang/test/Misc/ |
D | macro-backtrace.c | 1 // Tests for macro expansion backtraces. The RUN and CHECK lines are grouped 21 …// CHECK-LIMIT: macro-backtrace.c:18:7: warning: comparison of distinct pointer types ('int *' and… in f() 23 // CHECK-LIMIT: macro-backtrace.c:15:19: note: expanded from macro 'M12' in f() 25 // CHECK-LIMIT: macro-backtrace.c:14:19: note: expanded from macro 'M11' in f() 28 // CHECK-LIMIT: macro-backtrace.c:6:18: note: expanded from macro 'M3' in f() 30 // CHECK-LIMIT: macro-backtrace.c:5:18: note: expanded from macro 'M2' in f() 32 // CHECK-LIMIT: macro-backtrace.c:4:23: note: expanded from macro 'M1' in f() 37 …// CHECK-NO-CARETS: macro-backtrace.c:18:7: warning: comparison of distinct pointer types ('int *'… in f() 38 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:15:19: note: expanded from macro 'M12' in f() 39 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:14:19: note: expanded from macro 'M11' in f() [all …]
|
D | caret-diags-macros.c | 9 // CHECK: {{.*}}:4:{{[0-9]+}}: note: expanded from macro 'M2' in foo() 10 // CHECK: {{.*}}:3:{{[0-9]+}}: note: expanded from macro 'M1' in foo() 30 // PR9279: comprehensive tests for multi-level macro back traces 52 // CHECK: {{.*}}:37:55: note: expanded from macro 'macro_many_args3' in test() 53 // CHECK: {{.*}}:36:55: note: expanded from macro 'macro_many_args2' in test() 54 // CHECK: {{.*}}:35:35: note: expanded from macro 'macro_many_args1' in test() 61 // CHECK: {{.*}}:4:12: note: expanded from macro 'M2' in test() 62 // CHECK: {{.*}}:37:55: note: expanded from macro 'macro_many_args3' in test() 63 // CHECK: {{.*}}:36:55: note: expanded from macro 'macro_many_args2' in test() 64 // CHECK: {{.*}}:35:35: note: expanded from macro 'macro_many_args1' in test() [all …]
|
/external/selinux/secilc/docs/ |
D | cil_call_macro_statements.md | 1 Call / Macro Statements 7 …macro](#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 45 …macro 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 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | macro-qualifier-diagnostics.s | 3 .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 …]
|
/external/llvm/test/MC/AsmParser/ |
D | macro-qualifier-diagnostics.s | 3 .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 …]
|
/external/clang/test/Index/ |
D | annotate-tokens-pp.c | 49 // CHECK: Identifier: "STILL_NOTHING" [2:9 - 2:22] macro definition=STILL_NOTHING 50 // CHECK: Identifier: "NOTHING" [2:23 - 2:30] macro expansion=NOTHING:1:9 51 // CHECK: Punctuation: "(" [2:30 - 2:31] macro definition=STILL_NOTHING 52 // CHECK: Identifier: "honk" [2:31 - 2:35] macro definition=STILL_NOTHING 53 // CHECK: Punctuation: "," [2:35 - 2:36] macro definition=STILL_NOTHING 54 // CHECK: Identifier: "warble" [2:36 - 2:42] macro definition=STILL_NOTHING 55 // CHECK: Punctuation: ")" [2:42 - 2:43] macro definition=STILL_NOTHING 58 // CHECK: Identifier: "BAR" [3:9 - 3:12] macro definition=BAR 59 // CHECK: Identifier: "baz" [3:13 - 3:16] macro definition=BAR 62 // CHECK: Identifier: "WIBBLE" [4:9 - 4:15] macro definition=WIBBLE [all …]
|
/external/freetype/include/freetype/config/ |
D | ftheader.h | 24 /* <Macro> */ 28 /* This macro is used in association with @FT_END_HEADER in header */ 42 /* <Macro> */ 46 /* This macro is used in association with @FT_BEGIN_HEADER in header */ 73 * Macro definitions used to #include specific header files. 101 * @macro: 105 * A macro used in #include statements to name the file containing 116 * @macro: 120 * A macro used in #include statements to name the file containing 131 * @macro: [all …]
|
/external/v8/src/js/ |
D | macros.py | 44 macro IS_ARRAY(arg) = (%_IsArray(arg)); 45 macro IS_NULL(arg) = (arg === null); 46 macro IS_NULL_OR_UNDEFINED(arg) = (arg == null); 47 macro IS_NUMBER(arg) = (typeof(arg) === 'number'); 48 macro IS_STRING(arg) = (typeof(arg) === 'string'); 49 macro IS_SYMBOL(arg) = (typeof(arg) === 'symbol'); 50 macro IS_UNDEFINED(arg) = (arg === (void 0)); 52 # Macro for ES queries of the type: "Type(O) is Object." 53 macro IS_RECEIVER(arg) = (%_IsJSReceiver(arg)); 55 # Macro for ES queries of the type: "IsCallable(O)" [all …]
|
/external/libcxx/cmake/Modules/ |
D | HandleLibcxxFlags.cmake | 13 macro(mangle_name str output) 28 macro(remove_flags) 43 macro(check_flag_supported flag) 48 macro(append_flags DEST) 56 macro(append_flags_if condition DEST) 63 macro(append_flags_if_supported DEST) 71 # Add a macro definition if condition is true. 72 macro(define_if condition def) 78 # Add a macro definition if condition is not true. 79 macro(define_if_not condition def) [all …]
|
/external/libcxxabi/cmake/Modules/ |
D | HandleLibcxxabiFlags.cmake | 13 macro(mangle_name str output) 27 macro(remove_flags) 42 macro(check_flag_supported flag) 47 # Add a macro definition if condition is true. 48 macro(define_if condition def) 54 # Add a macro definition if condition is not true. 55 macro(define_if_not condition def) 61 # Add a macro definition to the __config_site file if the specified condition 64 macro(config_define_if condition def) 71 macro(config_define_if_not condition def) [all …]
|