Home
last modified time | relevance | path

Searched refs:Macro (Results 1 – 25 of 126) sorted by relevance

123456

/external/clang/lib/Lex/
DTokenLexer.cpp32 Macro = MI; in Init()
41 Tokens = &*Macro->tokens_begin(); in Init()
44 NumTokens = Macro->tokens_end()-Macro->tokens_begin(); in Init()
61 MacroDefLength = Macro->getDefinitionLength(SM); in Init()
70 if (Macro->isFunctionLike() && Macro->getNumArgs()) in Init()
76 Macro->DisableMacro(); in Init()
89 Macro = nullptr; in Init()
125 SmallVectorImpl<Token> &ResultToks, bool HasPasteOperator, MacroInfo *Macro, in MaybeRemoveCommaBeforeVaArgs() argument
128 if (!Macro->isVariadic() || MacroArgNo != Macro->getNumArgs()-1) in MaybeRemoveCommaBeforeVaArgs()
143 && Macro->getNumArgs() < 2) in MaybeRemoveCommaBeforeVaArgs()
[all …]
DPPLexerChange.cpp162 MacroInfo *Macro, MacroArgs *Args) { in EnterMacro() argument
165 TokLexer = llvm::make_unique<TokenLexer>(Tok, ILEnd, Macro, Args, *this); in EnterMacro()
168 TokLexer->Init(Tok, ILEnd, Macro, Args); in EnterMacro()
/external/libxml2/os400/libxmlrpg/
Dxinclude.rpgle21 * Macro defining the Xinclude namespace: http://www.w3.org/2003/XInclude
35 * Macro defining "include"
41 * Macro defining "fallback"
48 * Macro defining "href"
54 * Macro defining "parse"
60 * Macro defining "xml"
67 * Macro defining "text"
74 * Macro defining "encoding"
81 * Macro defining "xpointer"
DHTMLtree.rpgle20 * Macro. A text node in a HTML document is really implemented
27 * Macro. An entity reference in a HTML document is really implemented
35 * Macro. A comment in a HTML document is really implemented
43 * Macro. A preserved node in a HTML document is really implemented
51 * Macro. A processing instruction in a HTML document is really implemented
/external/clang/tools/libclang/
DCIndexHigh.cpp250 const IdentifierInfo *Macro; member
254 const IdentifierInfo *Macro, in FindFileMacroRefVisitData()
256 : Unit(Unit), File(File), Macro(Macro), visitor(visitor) { } in FindFileMacroRefVisitData()
268 const IdentifierInfo *Macro = nullptr; in findFileMacroRefVisit() local
270 Macro = getCursorMacroDefinition(cursor)->getName(); in findFileMacroRefVisit()
272 Macro = getCursorMacroExpansion(cursor).getName(); in findFileMacroRefVisit()
273 if (!Macro) in findFileMacroRefVisit()
277 if (data->Macro != Macro) in findFileMacroRefVisit()
320 const IdentifierInfo *Macro = nullptr; in findMacroRefsInFile() local
322 Macro = getCursorMacroDefinition(Cursor)->getName(); in findMacroRefsInFile()
[all …]
/external/mesa3d/src/glsl/glcpp/tests/
D086-reserved-macro-names.c.expected1 0:1(10): preprocessor error: Macro names containing "__" are reserved.
3 0:2(9): preprocessor error: Macro names starting with "GL_" are reserved.
5 0:3(9): preprocessor error: Macro names containing "__" are reserved.
/external/clang/include/clang/Lex/
DTokenLexer.h33 MacroInfo *Macro; variable
111 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) { in TokenLexer()
127 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) { in TokenLexer()
197 MacroInfo *Macro, unsigned MacroArgNo,
DCodeCompletionHandler.h59 virtual void CodeCompleteMacroArgument(IdentifierInfo *Macro, in CodeCompleteMacroArgument() argument
/external/iptables/m4/
Dax_check_linker_flags.m439 # As a special exception, the respective Autoconf Macro's copyright owner
41 # scripts that are the output of Autoconf when processing the Macro. You
44 # Macro appear in them. The GNU General Public License (GPL) does govern
45 # all other use of the material that constitutes the Autoconf Macro.
48 # Macro released by the Autoconf Archive. When you make and distribute a
49 # modified version of the Autoconf Macro, you may extend this special
/external/jsilver/src/com/google/clearsilver/jsilver/template/
DDefaultRenderingContext.java57 private Map<String, Macro> macros = new HashMap<String, Macro>();
185 public void registerMacro(String name, Macro macro) { in registerMacro()
190 public Macro findMacro(String name) { in findMacro()
191 Macro macro = macros.get(name); in findMacro()
DRenderingContext.java97 void registerMacro(String name, Macro macro); in registerMacro()
103 Macro findMacro(String name) throws JSilverInterpreterException; in findMacro()
DMacro.java24 public interface Macro extends Template { interface
/external/libxml2/include/libxml/
Dxmlversion.h.in58 * Macro to check that the libxml version in use is compatible with
420 * Macro used to signal to GCC unused function parameters
434 * Macro used to indicate to GCC this is an allocator function
450 * Macro used to indicate to GCC the parameter are printf like
467 * Macro used to signal to GCC unused function parameters
473 * Macro used to indicate to GCC this is an allocator function
479 * Macro used to indicate to GCC the parameter are printf like
Dxmlwin32version.h.in57 * Macro to check that the libxml version in use is compatible with
253 * Macro used to signal to GCC unused function parameters
263 * Macro used to indicate to GCC this is an allocator function
279 * Macro used to indicate to GCC the parameter are printf like
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DInterpretedMacro.java24 import com.google.clearsilver.jsilver.template.Macro;
36 public class InterpretedMacro implements Macro {
/external/zlib/src/contrib/masmx64/
Dreadme.txt5 for use with Microsoft Macro Assembler (x64) for AMD64 and Microsoft C++ 64 bits.
26 run bld_64.bat with Microsoft Macro Assembler (x64) for AMD64 (ml64.exe)
/external/clang/lib/Sema/
DSemaFixItUtils.cpp167 MacroDirective *Macro = S.PP.getMacroDirectiveHistory(II); in isMacroDefined() local
168 return Macro && Macro->findDirectiveAtLoc(Loc, S.getSourceManager()); in isMacroDefined()
/external/google-breakpad/m4/
Dax_pthread.m465 # As a special exception, the respective Autoconf Macro's copyright owner
67 # scripts that are the output of Autoconf when processing the Macro. You
70 # Macro appear in them. The GNU General Public License (GPL) does govern
71 # all other use of the material that constitutes the Autoconf Macro.
74 # Macro released by the Autoconf Archive. When you make and distribute a
75 # modified version of the Autoconf Macro, you may extend this special
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h646 const IdentifierInfo *Macro;
713 CodeCompletionResult(const IdentifierInfo *Macro,
715 : Declaration(nullptr), Macro(Macro), Priority(Priority), StartParameter(0),
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/resources/jinja2_templates_compiled/
Dtmpl_3a79873b1b49be244fd5444b1258ce348be26de8.py2 from jinja2.runtime import LoopContext, TemplateReference, Macro, Markup, TemplateRuntimeError, mis…
/external/mesa3d/m4/
Dax_pthread.m472 # As a special exception, the respective Autoconf Macro's copyright owner
74 # scripts that are the output of Autoconf when processing the Macro. You
77 # Macro appear in them. The GNU General Public License (GPL) does govern
78 # all other use of the material that constitutes the Autoconf Macro.
81 # Macro released by the Autoconf Archive. When you make and distribute a
82 # modified version of the Autoconf Macro, you may extend this special
/external/pcre/dist/m4/
Dax_pthread.m472 # As a special exception, the respective Autoconf Macro's copyright owner
74 # scripts that are the output of Autoconf when processing the Macro. You
77 # Macro appear in them. The GNU General Public License (GPL) does govern
78 # all other use of the material that constitutes the Autoconf Macro.
81 # Macro released by the Autoconf Archive. When you make and distribute a
82 # modified version of the Autoconf Macro, you may extend this special
/external/harfbuzz_ng/m4/
Dax_pthread.m472 # As a special exception, the respective Autoconf Macro's copyright owner
74 # scripts that are the output of Autoconf when processing the Macro. You
77 # Macro appear in them. The GNU General Public License (GPL) does govern
78 # all other use of the material that constitutes the Autoconf Macro.
81 # Macro released by the Autoconf Archive. When you make and distribute a
82 # modified version of the Autoconf Macro, you may extend this special
/external/v8/tools/
Dcheck-name-clashes.py34 class Macro(object): class
88 found_macro = Macro(match)
/external/deqp/
DCMakeLists.txt201 # Macro for adding targets for copying binaries (usually target libraries) to the target destinatio…
218 # Macro for adding dEQP module
244 # Macro for adding data dirs to module
257 # Macro for adding individual data files to module

123456