Searched defs:Include (Results 1 – 5 of 5) sorted by relevance
56 typedef struct Include Include; typedef190 struct Include struct192 Include *next; argument193 FILE *fp;194 Cond *conds;195 Line *expansion;196 char *fname;197 int lineno, lineinc;198 MMacro *mstk; /* stack of active macros/reps */
1403 void UseScratchRegisterScope::Include(const CPURegList& list) { in Include() function in vixl::UseScratchRegisterScope1414 void UseScratchRegisterScope::Include(const Register& reg1, in Include() function in vixl::UseScratchRegisterScope1426 void UseScratchRegisterScope::Include(const FPRegister& reg1, in Include() function in vixl::UseScratchRegisterScope
202 Include, enumerator
316 class Include(Stmt): class
7742 for (const auto &Include : Includes) in GetCommand() local