Home
last modified time | relevance | path

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

/freebsd-src/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
443 ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) global() argument
446 ACPI_HW_DEPENDENT_RETURN_OK(Prototype) global() argument
452 ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) global() argument
456 ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) global() argument
459 ACPI_HW_DEPENDENT_RETURN_OK(Prototype) global() argument
465 ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) global() argument
479 ACPI_MSG_DEPENDENT_RETURN_VOID(Prototype) global() argument
483 ACPI_MSG_DEPENDENT_RETURN_VOID(Prototype) global() argument
497 ACPI_DBG_DEPENDENT_RETURN_VOID(Prototype) global() argument
501 ACPI_DBG_DEPENDENT_RETURN_VOID(Prototype) global() argument
515 ACPI_APP_DEPENDENT_RETURN_VOID(Prototype) global() argument
519 ACPI_APP_DEPENDENT_RETURN_VOID(Prototype) global() argument
533 ACPI_DBR_DEPENDENT_RETURN_OK(Prototype) global() argument
536 ACPI_DBR_DEPENDENT_RETURN_VOID(Prototype) global() argument
540 ACPI_DBR_DEPENDENT_RETURN_OK(Prototype) global() argument
543 ACPI_DBR_DEPENDENT_RETURN_VOID(Prototype) global() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp923 ArrayRef<PrototypeDescriptor> Prototype) { in computeTypes() argument
1040 computeBuiltinTypes(llvm::ArrayRef<PrototypeDescriptor> Prototype,bool IsMasked,bool HasMaskedOffOperand,bool HasVL,unsigned NF,PolicyScheme DefaultScheme,Policy PolicyAttrs,bool IsTuple) computeBuiltinTypes() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp52 SmallVector<PrototypeDescriptor> Prototype; member
552 auto Prototype = RVVIntrinsic::computeBuiltinTypes( createRVVIntrinsics() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp333 auto Prototype = ContinuationId->getPrototype(); buildFrom() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp494 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1093 OverloadCandidate(FunctionProtoTypeLoc Prototype) OverloadCandidate() argument
H A DDeclSpec.h1802 Prototype, // Within a function prototype. global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h46 Prototype, enumerator
H A DNVPTXISelLowering.cpp1565 std::string Prototype; getPrototype() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1368 ParseScope Prototype(this, Scope::FunctionPrototypeScope | ParseLambdaExpressionAfterIntroducer() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4429 EmitCallArgs(CallArgList & Args,PrototypeWrapper Prototype,llvm::iterator_range<CallExpr::const_arg_iterator> ArgRange,AbstractCallee AC,unsigned ParamsToSkip,EvaluationOrder Order) EmitCallArgs() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3840 AddOverloadParameterChunks(ASTContext & Context,const PrintingPolicy & Policy,const FunctionDecl * Function,const FunctionProtoType * Prototype,FunctionProtoTypeLoc PrototypeLoc,CodeCompletionBuilder & Result,unsigned CurrentArg,unsigned Start=0,bool InOptional=false) AddOverloadParameterChunks() argument