Home
last modified time | relevance | path

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

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