Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/include/
H A Dacpixf.h203 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument
208 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument
213 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument
218 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument
223 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument
446 #define ACPI_HW_DEPENDENT_RETURN_OK(Prototype) \ argument
452 #define ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) \ argument
459 #define ACPI_HW_DEPENDENT_RETURN_OK(Prototype) \ argument
465 #define ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) \ argument
533 #define ACPI_DBR_DEPENDENT_RETURN_OK(Prototype) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp923 ArrayRef<PrototypeDescriptor> Prototype) { in computeTypes()
1040 llvm::ArrayRef<PrototypeDescriptor> Prototype, bool IsMasked, in computeBuiltinTypes()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp52 SmallVector<PrototypeDescriptor> Prototype; member
552 auto Prototype = RVVIntrinsic::computeBuiltinTypes( in createRVVIntrinsics() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp333 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp494 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1093 OverloadCandidate(FunctionProtoTypeLoc Prototype) in OverloadCandidate()
H A DDeclSpec.h1802 Prototype, // Within a function prototype. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h46 Prototype, enumerator
H A DNVPTXISelLowering.cpp1565 std::string Prototype; in getPrototype() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1368 ParseScope Prototype(this, Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4429 CallArgList &Args, PrototypeWrapper Prototype, in EmitCallArgs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3840 const FunctionDecl *Function, const FunctionProtoType *Prototype, in AddOverloadParameterChunks()