Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp24 Thread &thread, const Address &function, llvm::Type &prototype, in ThreadPlanCallFunctionUsingABI()
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h516 if (!prototype->isVariadic()) return All; in forPrototype() argument
520 prototype->getExtParameterInfos(), in forPrototype() argument
497 forPrototypePlus(const FunctionProtoType * prototype,unsigned additional) forPrototypePlus() argument
511 forPrototypePlus(CanQual<FunctionProtoType> prototype,unsigned additional) forPrototypePlus() argument
[all...]
/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1052 llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const { in PrepareTrivialCall() argument
/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp75 const PrototypeDescriptor &prototype) in RVVType() argument
/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp197 addr_t ra, llvm::Type &prototype, in PrepareTrivialCall() argument
/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp510 static std::string generateFilename(char const *prototype, in generateFilename()
/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp174 PrepareTrivialCall(Thread & thread,addr_t sp,addr_t pc,addr_t ra,llvm::Type & prototype,llvm::ArrayRef<ABI::CallArgument> args) const PrepareTrivialCall() argument
/llvm-project/flang/lib/Evaluate/
H A Dfold-implementation.h1425 ArrayConstructorFromMold(const A & prototype,std::optional<Expr<SubscriptInteger>> && length) ArrayConstructorFromMold() argument
/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1471 llvm::FunctionType *prototype = call_inst->getFunctionType(); Interpret() local
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp313 auto prototype = FT.getAs<FunctionProtoType>(); in arrangeCXXMethodDeclaration() local
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5847 auto prototype = WriteDeclUpdatesBlocks() local