/freebsd-src/sys/contrib/dev/acpica/include/ |
H A D | acpixf.h | 203 #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 D | RISCVVIntrinsicUtils.cpp | 923 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 D | RISCVVEmitter.cpp | 52 SmallVector<PrototypeDescriptor> Prototype; member 552 auto Prototype = RVVIntrinsic::computeBuiltinTypes( createRVVIntrinsics() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 333 auto Prototype = ContinuationId->getPrototype(); buildFrom() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 494 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 1093 OverloadCandidate(FunctionProtoTypeLoc Prototype) OverloadCandidate() argument
|
H A D | DeclSpec.h | 1802 Prototype, // Within a function prototype. global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.h | 46 Prototype, enumerator
|
H A D | NVPTXISelLowering.cpp | 1565 std::string Prototype; getPrototype() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1368 ParseScope Prototype(this, Scope::FunctionPrototypeScope | ParseLambdaExpressionAfterIntroducer() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 4429 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 D | SemaCodeComplete.cpp | 3840 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
|