Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/include/
H A Dacpixf.h449 #define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \ argument
462 #define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \ argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp24 Thread &thread, const Address &function, llvm::Type &prototype, in ThreadPlanCallFunctionUsingABI()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1052 llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const { in PrepareTrivialCall()
/freebsd/contrib/kyua/model/
H A Dtest_program.cpp329 model::test_program prototype; member
/freebsd/contrib/libdiff/lib/
H A Ddiff_output.c265 diff_output_match_function_prototype(char *prototype, size_t prototype_size, in diff_output_match_function_prototype()
H A Ddiff_output_unidiff.c205 char prototype[DIFF_FUNCTION_CONTEXT_SIZE]; member
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp75 const PrototypeDescriptor &prototype) in RVVType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp197 addr_t ra, llvm::Type &prototype, in PrepareTrivialCall()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp510 static std::string generateFilename(char const *prototype, in generateFilename()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp174 Thread &thread, addr_t sp, addr_t pc, addr_t ra, llvm::Type &prototype, in PrepareTrivialCall()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1471 llvm::FunctionType *prototype = call_inst->getFunctionType(); in Interpret() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp303 auto prototype = FT.getAs<FunctionProtoType>(); in arrangeCXXMethodDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5364 auto prototype = in WriteDeclUpdatesBlocks() local