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
449 #define ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) \ argument
452 #define ACPI_HW_DEPENDENT_RETURN_OK(Prototype) \ argument
458 #define ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) \ argument
462 #define ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) \ argument
465 #define ACPI_HW_DEPENDENT_RETURN_OK(Prototype) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp164 void ParsePrototype(StringRef Prototype) { in ParsePrototype()
177 void ParseTypes(StringRef &Prototype) { in ParseTypes()
H A DRISCVVEmitter.cpp51 SmallVector<PrototypeDescriptor> Prototype; member
671 auto Prototype = RVVIntrinsic::computeBuiltinTypes( in createRVVIntrinsics() local
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp920 ArrayRef<PrototypeDescriptor> Prototype) { in computeTypes()
1036 llvm::ArrayRef<PrototypeDescriptor> Prototype, bool IsMasked, in computeBuiltinTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp328 auto Prototype = ContinuationId->getPrototype(); in analyze() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp493 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1094 OverloadCandidate(FunctionProtoTypeLoc Prototype) in OverloadCandidate()
H A DDeclSpec.h1855 Prototype, // Within a function prototype. enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1313 ParseScope Prototype(this, Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1179 std::string Prototype; in getPrototype() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4626 CallArgList &Args, PrototypeWrapper Prototype, in EmitCallArgs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4009 const FunctionDecl *Function, const FunctionProtoType *Prototype, in AddOverloadParameterChunks()