Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp24 Thread &thread, const Address &function, llvm::Type &prototype, in ThreadPlanCallFunctionUsingABI()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h497 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus()
511 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus()
516 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype()
520 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp967 llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const { in PrepareTrivialCall()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp77 const PrototypeDescriptor &prototype) in RVVType()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp197 addr_t ra, llvm::Type &prototype, in PrepareTrivialCall()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.cpp510 static std::string generateFilename(char const *prototype, in generateFilename()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-implementation.h1361 const A &prototype, std::optional<Expr<SubscriptInteger>> &&length) { in ArrayConstructorFromMold()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp1378 llvm::FunctionType *prototype = call_inst->getFunctionType(); in Interpret() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp298 auto prototype = FT.getAs<FunctionProtoType>(); in arrangeCXXMethodDeclaration() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp5165 auto prototype = in WriteDeclUpdatesBlocks() local