HomeSort by relevance Sort by last modified time
    Searched refs:Macro (Results 26 - 46 of 46) sorted by null

12

  /external/clang/include/clang/Lex/
PreprocessingRecord.h 46 /// preprocessor directive or macro expansion.
54 /// \brief A macro expansion.
60 /// \brief A macro definition.
136 /// \brief Record the location of a macro definition.
138 /// \brief The name of the macro being defined.
145 /// \brief Retrieve the name of the macro being defined.
148 /// \brief Retrieve the location of the macro name in the definition.
157 /// \brief Records the location of a macro expansion.
159 /// \brief The definition of this macro or the name of the macro if it i
    [all...]
Preprocessor.h 142 bool InMacroArgs : 1; // True if parsing fn macro invocation args.
147 /// DisableMacroExpansion - True if macro expansion is disabled.
169 /// \brief True if we are pre-expanding macro arguments.
244 /// not expanding a macro and we are lexing directly from source code.
249 /// not expanding from a macro and we are lexing from a PTH cache.
254 /// if not expanding a macro. This is an alias for either CurLexer or
263 /// CurTokenLexer - This is the current macro we are expanding, if we are
264 /// expanding a macro. One of CurLexer and CurTokenLexer must be null.
300 /// preprocessor (e.g., a macro) that was loaded from an AST file is
313 /// Macros - For each IdentifierInfo that was associated with a macro, w
    [all...]
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 10 ; with Microsoft Macro Assembler (x64) for AMD64
13 ; This file compile with Microsoft Macro Assembler (x64) for AMD64
gvmat64.asm 47 ; This file compile with Microsoft Macro Assembler (x64) for AMD64
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 326 case PathDiagnosticPiece::Macro: Kind = "Control"; break;
416 os << "Within the expansion of the macro '";
418 // Get the name of the macro by relexing it.
452 // Within a macro piece. Write out each event.
BugReporter.cpp 171 case clang::ento::PathDiagnosticPiece::Macro:
237 case PathDiagnosticPiece::Macro: {
238 PathDiagnosticMacroPiece *macro = cast<PathDiagnosticMacroPiece>(piece); local
239 if (!RemoveUnneededCalls(macro->subPieces, R))
894 // PathDiagnosticPieces that occur within a macro.
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 31 import static com.google.clearsilver.jsilver.compiler.JavaExpression.macro;
69 import com.google.clearsilver.jsilver.template.Macro;
124 * Holds Macro information used while generating code.
128 * JavaExpression used for outputting the static Macro variable name.
139 * Map of macro names to definition nodes and java expressions used to refer to them.
152 * register the macro.
154 * @param name name of the macro as defined in the template.
155 * @param symbol static variable name of the macro definition.
156 * @param defNode parser node holding the macro definition to be evaluated later.
160 // TODO: This macro is already defined. Should throw an error
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 41 %macro movq 2
100 ; Macro for the attribute to hide a global symbol for the target ABI.
153 ; This macro aligns the stack to the given alignment (in bytes). The stack
155 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
156 ; This macro uses one temporary register, which is not preserved, and thus
158 %macro ALIGN_STACK 2
183 %macro GET_GOT 1
201 %macro GET_GOT 1
224 %macro GET_GOT 1
238 %macro GET_GOT
    [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 54 /// \brief Helper types for tracking macro definitions.
73 /// \brief Helper class for storing information about an active macro
76 /// The macro being instantiated.
79 /// The macro instantiation with substitutions.
149 /// ActiveMacros - Stack of active macro instantiations.
152 /// Boolean tracking whether macro substitution is enabled.
254 /// \brief Lookup a previously defined macro.
255 /// \param Name Macro name.
256 /// \returns Pointer to macro. NULL if no such macro was defined
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 221 % #1 should be a macro which expects
809 % Argument #1 is generated by the calling \fooindex macro,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/grub/docs/
texinfo.tex 150 \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi
390 % macro which expects an ordinary undelimited TeX argument.
425 % We cannot use \next here, as it holds the macro to run;
492 % whether the environment name matches. The \checkenv macro can also be
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/bison/build-aux/
texinfo.tex 151 \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi
423 % macro which expects an ordinary undelimited TeX argument.
524 % whether the environment name matches. The \checkenv macro can also be
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 152 \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi
444 % macro which expects an ordinary undelimited TeX argument.
545 % whether the environment name matches. The \checkenv macro can also be
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 430 milliseconds

12