Home
last modified time | relevance | path

Searched defs:Include (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-pp.c56 typedef struct Include Include; typedef
190 struct Include struct
192 Include *next; argument
193 FILE *fp;
194 Cond *conds;
195 Line *expansion;
196 char *fname;
197 int lineno, lineinc;
198 MMacro *mstk; /* stack of active macros/reps */
/external/vixl/src/a64/
Dmacro-assembler-a64.cc1403 void UseScratchRegisterScope::Include(const CPURegList& list) { in Include() function in vixl::UseScratchRegisterScope
1414 void UseScratchRegisterScope::Include(const Register& reg1, in Include() function in vixl::UseScratchRegisterScope
1426 void UseScratchRegisterScope::Include(const FPRegister& reg1, in Include() function in vixl::UseScratchRegisterScope
/external/clang/include/clang/Lex/
DPreprocessingRecord.h202 Include, enumerator
/external/chromium_org/third_party/jinja2/
Dnodes.py316 class Include(Stmt): class
/external/clang/lib/Driver/
DTools.cpp7742 for (const auto &Include : Includes) in GetCommand() local