Home
last modified time | relevance | path

Searched refs:Prototype (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td90 let Prototype = "T(T)";
97 let Prototype = "__float128(__float128)";
104 let Prototype = "T(T)";
111 let Prototype = "__float128(__float128)";
118 let Prototype = "T(T)";
125 let Prototype = "__float128(__float128)";
131 let Prototype = "__float128(__float128)";
137 let Prototype = "T(T)";
143 let Prototype = "T(T)";
149 let Prototype = "T(T)";
[all …]
H A DBuiltinsBPF.td15 let Prototype = "unsigned int(...)";
22 let Prototype = "long unsigned int(...)";
29 let Prototype = "long unsigned int(...)";
36 let Prototype = "long int(...)";
H A Darm_sve_sme_incl.td60 // Prototype modifiers
131 // Prototype modifiers added for SVE2p1
275 string Prototype = p;
H A DBuiltinsBase.td82 string Prototype;
H A DBuiltinsRISCV.td17 let Prototype = prototype;
H A Darm_neon_incl.td228 // Prototype modifiers
265 string Prototype = p;
/freebsd/sys/contrib/dev/acpica/include/
H A Dacpixf.h203 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument
204 Prototype;
208 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument
209 Prototype;
213 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument
214 Prototype;
218 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument
219 Prototype;
223 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument
224 Prototype;
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp38 void ParsePrototype(StringRef Prototype) { in ParsePrototype() argument
39 Prototype = Prototype.trim(); in ParsePrototype()
40 ParseTypes(Prototype); in ParsePrototype()
43 void ParseTypes(StringRef &Prototype) { in ParseTypes() argument
44 auto ReturnType = Prototype.take_until([](char c) { return c == '('; }); in ParseTypes()
46 Prototype = Prototype.drop_front(ReturnType.size() + 1); in ParseTypes()
47 if (!Prototype.ends_with(")")) in ParseTypes()
49 Prototype = Prototype.drop_back(); in ParseTypes()
52 const size_t end = Prototype.size(); in ParseTypes()
54 const StringRef Current = Prototype.substr(I, end); in ParseTypes()
H A DRISCVVEmitter.cpp52 SmallVector<PrototypeDescriptor> Prototype; member
269 InsertToSignatureSet(SR.Prototype); in init()
550 auto Prototype = RVVIntrinsic::computeBuiltinTypes( in createRVVIntrinsics() local
565 TypeCache.computeTypes(BT, Log2LMUL, NF, Prototype); in createRVVIntrinsics()
687 SR.Prototype = std::move(BasicPrototype); in createRVVIntrinsics()
716 R.PrototypeIndex = SST.getIndex(SR.Prototype); in createRVVIntrinsicRecords()
719 R.PrototypeLength = SR.Prototype.size(); in createRVVIntrinsicRecords()
/freebsd/sys/contrib/device-tree/src/mips/ingenic/
H A Dgcw0_proto.dts7 model = "GCW Zero Prototype";
11 /* Prototype has only 256 MiB of RAM */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp340 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local
341 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
379 Prototype->getFunctionType()->dump(); in buildFrom()
388 Prototype->getFunctionType()->dump(); in buildFrom()
407 Prototype->getFunctionType()->dump(); in buildFrom()
415 Prototype->getFunctionType()->dump(); in buildFrom()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp923 ArrayRef<PrototypeDescriptor> Prototype) { in computeTypes() argument
925 for (const PrototypeDescriptor &Proto : Prototype) { in computeTypes()
1039 llvm::ArrayRef<PrototypeDescriptor> Prototype, bool IsMasked, in computeBuiltinTypes() argument
1042 SmallVector<PrototypeDescriptor> NewPrototype(Prototype.begin(), in computeBuiltinTypes()
1043 Prototype.end()); in computeBuiltinTypes()
1053 PrototypeDescriptor BasePtrOperand = Prototype[1]; in computeBuiltinTypes()
1092 PrototypeDescriptor BasePtrOperand = Prototype[0]; in computeBuiltinTypes()
1104 PrototypeDescriptor MaskoffType = Prototype[1]; in computeBuiltinTypes()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp494 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local
495 CloneDetector::CloneGroup PotentialGroup = {Prototype}; in splitCloneGroups()
507 if (!Compare(Prototype, Candidate)) in splitCloneGroups()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1095 OverloadCandidate(FunctionProtoTypeLoc Prototype) in OverloadCandidate() argument
1096 : Kind(CK_FunctionProtoTypeLoc), ProtoTypeLoc(Prototype) { in OverloadCandidate()
1097 assert(!Prototype.isNull()); in OverloadCandidate()
H A DDeclSpec.h1852 Prototype, // Within a function prototype. enumerator
2075 return (Context == DeclaratorContext::Prototype || in isPrototypeContext()
2148 case DeclaratorContext::Prototype: in mayOmitIdentifier()
2182 case DeclaratorContext::Prototype: in mayHaveIdentifier()
2223 case DeclaratorContext::Prototype: in mayHaveDecompositionDeclarator()
2286 case DeclaratorContext::Prototype: in mayBeFollowedByCXXDirectInit()
2528 case DeclaratorContext::Prototype: in isFunctionDeclarationContext()
2564 case DeclaratorContext::Prototype: in isExpressionContext()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h367 llvm::ArrayRef<PrototypeDescriptor> Prototype);
468 computeBuiltinTypes(llvm::ArrayRef<PrototypeDescriptor> Prototype,
/freebsd/sys/dev/sram/
H A Dmmio_sram_if.m7 # Design (DSbD) Technology Platform Prototype".
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc12 * Design (DSbD) Technology Platform Prototype".
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXSf.td123 string Prototype = !if(!eq(type, VCIX_X), "$funct6_lo2, $rs2, $rd, $rs1",
136 info.Ins, info.OpcodeStr, info.Prototype> {
143 info.Ins, info.OpcodeStr, info.Prototype> {
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h46 Prototype, enumerator
H A DNVPTXISelLowering.cpp921 MAKE_CASE(NVPTXISD::Prototype) in getTargetNodeName()
1398 std::string Prototype; in getPrototype() local
1399 raw_string_ostream O(Prototype); in getPrototype()
1497 return Prototype; in getPrototype()
2042 Chain = DAG.getNode(NVPTXISD::Prototype, dl, PrototypeVTs, PrototypeOps); in LowerCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4451 CallArgList &Args, PrototypeWrapper Prototype, in EmitCallArgs() argument
4456 assert((ParamsToSkip == 0 || Prototype.P) && in EmitCallArgs()
4468 if (Prototype.P) { in EmitCallArgs()
4469 const auto *MD = Prototype.P.dyn_cast<const ObjCMethodDecl *>(); in EmitCallArgs()
4477 const auto *FPT = Prototype.P.get<const FunctionProtoType *>(); in EmitCallArgs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3846 const FunctionDecl *Function, const FunctionProtoType *Prototype, in AddOverloadParameterChunks() argument
3849 if (!Function && !Prototype) { in AddOverloadParameterChunks()
3856 Function ? Function->getNumParams() : Prototype->getNumParams(); in AddOverloadParameterChunks()
3867 AddOverloadParameterChunks(Context, Policy, Function, Prototype, in AddOverloadParameterChunks()
3883 assert(P < Prototype->getNumParams()); in AddOverloadParameterChunks()
3892 Placeholder = Prototype->getParamType(P).getAsString(Policy); in AddOverloadParameterChunks()
3902 if (Prototype && Prototype->isVariadic()) { in AddOverloadParameterChunks()
H A DSemaType.cpp3161 case DeclaratorContext::Prototype: in GetDeclSpecTypeForDeclarator()
3164 if (D.getContext() == DeclaratorContext::Prototype) { in GetDeclSpecTypeForDeclarator()
3388 case DeclaratorContext::Prototype: in GetDeclSpecTypeForDeclarator()
4359 case DeclaratorContext::Prototype: in GetFullTypeForDeclarator()
4876 if (D.getContext() == DeclaratorContext::Prototype) in GetFullTypeForDeclarator()
5553 (D.getContext() == DeclaratorContext::Prototype || in GetFullTypeForDeclarator()
5565 case DeclaratorContext::Prototype: in GetFullTypeForDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1453 ParseScope Prototype(this, Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer() local
1604 Prototype.Exit(); in ParseLambdaExpressionAfterIntroducer()

12