Searched defs:prototype (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp23 ThreadPlanCallFunctionUsingABI( Thread &thread, const Address &function, llvm::Type &prototype, llvm::Type &return_type, llvm::ArrayRef<ABI::CallArgument> args, const EvaluateExpressionOptions &options) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1064 PrepareTrivialCall( Thread &thread, lldb::addr_t sp, lldb::addr_t pc, lldb::addr_t ra, llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const argument
/freebsd-13-stable/contrib/kyua/model/
H A Dtest_program.cpp329 model::test_program prototype; member in struct:model::test_program_builder::impl
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1385 llvm::Type *prototype = val->getType(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp197 PrepareTrivialCall(Thread &thread, addr_t sp, addr_t pc, addr_t ra, llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h438 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, argument
452 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, argument
457 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { argument
461 forPrototype(CanQual<FunctionProtoType> prototype) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp507 static std::string generateFilename(char const *prototype, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp286 auto prototype = FT.getAs<FunctionProtoType>(); local
[all...]

Completed in 1283 milliseconds