HomeSort by relevance Sort by last modified time
    Searched defs: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");
  /prebuilts/go/darwin-x86/src/reflect/
type.go 111 // Func: In, NumIn, Out, NumOut, IsVariadic.
126 // IsVariadic reports whether a function type's final input parameter
135 // t.IsVariadic() == true
137 // IsVariadic panics if the type's Kind is not Func.
138 IsVariadic() bool
860 mt := FuncOf(in, out, ft.IsVariadic())
928 func (t *rtype) IsVariadic() bool {
930 panic("reflect: IsVariadic of non-func type")
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 111 // Func: In, NumIn, Out, NumOut, IsVariadic.
126 // IsVariadic reports whether a function type's final input parameter
135 // t.IsVariadic() == true
137 // IsVariadic panics if the type's Kind is not Func.
138 IsVariadic() bool
860 mt := FuncOf(in, out, ft.IsVariadic())
928 func (t *rtype) IsVariadic() bool {
930 panic("reflect: IsVariadic of non-func type")
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 129 return proto->isVariadic();
132 return BD->isVariadic();
134 return cast<ObjCMethodDecl>(D)->isVariadic();
    [all...]
SemaType.cpp     [all...]

Completed in 371 milliseconds