HomeSort by relevance Sort by last modified time
    Searched refs:IsVariadic (Results 1 - 6 of 6) sorted by null

  /external/llvm/utils/TableGen/
CodeGenSchedule.h 44 /// IsVariadic controls whether the variants are expanded into multiple operands
53 bool IsVariadic;
60 HasVariants(false), IsVariadic(false), IsSequence(false) {}
62 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) {
67 IsVariadic = Def->getValueAsBit("Variadic");
78 HasVariants(false), IsVariadic(false), IsSequence(true), Sequence(Seq) {
84 assert((!IsVariadic || HasVariants) && "Variadic write needs variants");
CodeGenSchedule.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 124 unsigned IsVariadic : 1;
229 bool isVariadic = false, bool isPropertyAccessor = false,
235 IsInstance(isInstance), IsVariadic(isVariadic),
257 bool isVariadic = false, bool isPropertyAccessor = false,
412 bool isVariadic() const { return IsVariadic; }
413 void setVariadic(bool isVar) { IsVariadic = isVar; }
    [all...]
Decl.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 893 milliseconds