Searched defs:Prototype (Results 1 – 13 of 13) sorted by relevance
203 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument208 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument213 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument218 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument223 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument443 #define ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) \ argument446 #define ACPI_HW_DEPENDENT_RETURN_OK(Prototype) \ argument452 #define ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) \ argument456 #define ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) \ argument459 #define ACPI_HW_DEPENDENT_RETURN_OK(Prototype) \ argument[all …]
38 void ParsePrototype(StringRef Prototype) { in ParsePrototype()43 void ParseTypes(StringRef &Prototype) { in ParseTypes()
52 SmallVector<PrototypeDescriptor> Prototype; member550 auto Prototype = RVVIntrinsic::computeBuiltinTypes( in createRVVIntrinsics() local
923 ArrayRef<PrototypeDescriptor> Prototype) { in computeTypes()1039 llvm::ArrayRef<PrototypeDescriptor> Prototype, bool IsMasked, in computeBuiltinTypes()
340 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local
494 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local
1095 OverloadCandidate(FunctionProtoTypeLoc Prototype) in OverloadCandidate()
1852 Prototype, // Within a function prototype. enumerator
46 Prototype, enumerator
1398 std::string Prototype; in getPrototype() local
1453 ParseScope Prototype(this, Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer() local
4451 CallArgList &Args, PrototypeWrapper Prototype, in EmitCallArgs()
3846 const FunctionDecl *Function, const FunctionProtoType *Prototype, in AddOverloadParameterChunks()