Home
last modified time | relevance | path

Searched defs:Prototype (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/clang/utils/TableGen/
DRISCVVEmitter.cpp52 SmallVector<PrototypeDescriptor> Prototype; member
540 auto Prototype = RVVIntrinsic::computeBuiltinTypes( in createRVVIntrinsics() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp337 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DCloneDetection.cpp494 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DCodeCompleteConsumer.h1085 OverloadCandidate(FunctionProtoTypeLoc Prototype) in OverloadCandidate()
DDeclSpec.h1786 Prototype, // Within a function prototype. enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h46 Prototype, enumerator
DNVPTXISelLowering.cpp1330 std::string Prototype; in getPrototype() local
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c75 void llvm_raise(value Prototype, char *Message) { in llvm_raise()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGCall.cpp4199 CallArgList &Args, PrototypeWrapper Prototype, in EmitCallArgs()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaCodeComplete.cpp3763 const FunctionDecl *Function, const FunctionProtoType *Prototype, in AddOverloadParameterChunks()