Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacpixf.h204 Prototype;
209 Prototype;
214 Prototype;
219 Prototype;
224 Prototype;
447 ACPI_EXTERNAL_RETURN_OK(Prototype)
453 ACPI_EXTERNAL_RETURN_VOID(Prototype)
480 Prototype;
498 Prototype;
516 Prototype;
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp413 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local
414 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
452 Prototype->getFunctionType()->dump(); in buildFrom()
461 Prototype->getFunctionType()->dump(); in buildFrom()
480 Prototype->getFunctionType()->dump(); in buildFrom()
488 Prototype->getFunctionType()->dump(); in buildFrom()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp495 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local
496 CloneDetector::CloneGroup PotentialGroup = {Prototype}; in splitCloneGroups()
508 if (!Compare(Prototype, Candidate)) in splitCloneGroups()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1763 Prototype, // Within a function prototype. enumerator
1938 return (Context == DeclaratorContext::Prototype || in isPrototypeContext()
2010 case DeclaratorContext::Prototype: in mayOmitIdentifier()
2043 case DeclaratorContext::Prototype: in mayHaveIdentifier()
2083 case DeclaratorContext::Prototype: in mayHaveDecompositionDeclarator()
2145 case DeclaratorContext::Prototype: in mayBeFollowedByCXXDirectInit()
2370 case DeclaratorContext::Prototype: in isFunctionDeclarationContext()
2405 case DeclaratorContext::Prototype: in isExpressionContext()
/freebsd-13.1/sbin/pfctl/tests/
H A Dpfctl_test_list.inc12 * Design (DSbD) Technology Platform Prototype".
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td112 // sequence of type transformers described in Suffix and Prototype.
122 // The C/C++ prototype of the builtin is defined by the Prototype attribute.
123 // Prototype is a non-empty sequence of type transformers, the first of which
125 // builtin, in order. For instance if Prototype is "wvv" and TypeRange is "si"
140 // underscore (_). It is instantiated like Prototype.
149 // underscore (_). It is instantiated like Prototype.
157 // Prototype attribute defines the C/C++ prototype of the builtin. It is a
160 // order. For instance if Prototype is "wvv", TypeRange is "si" and LMUL=1, a
164 string Prototype = prototype;
H A Darm_neon_incl.td228 // Prototype modifiers
265 string Prototype = p;
H A Darm_sve.td58 // Prototype modifiers
239 string Prototype = p;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h46 Prototype, enumerator
H A DNVPTXInstrInfo.td1968 def Prototype :
1969 SDNode<"NVPTXISD::Prototype", SDTCallVoidProfile,
2217 [(Prototype (i32 imm:$val))]>;
H A DNVPTXISelLowering.cpp636 case NVPTXISD::Prototype: in getTargetNodeName()
1742 Chain = DAG.getNode(NVPTXISD::Prototype, dl, PrototypeVTs, PrototypeOps); in LowerCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3407 case DeclaratorContext::Prototype: in GetDeclSpecTypeForDeclarator()
3410 if (D.getContext() == DeclaratorContext::Prototype) { in GetDeclSpecTypeForDeclarator()
3617 case DeclaratorContext::Prototype: in GetDeclSpecTypeForDeclarator()
4592 case DeclaratorContext::Prototype: in GetFullTypeForDeclarator()
5031 if (D.getContext() == DeclaratorContext::Prototype) in GetFullTypeForDeclarator()
5645 (D.getContext() == DeclaratorContext::Prototype || in GetFullTypeForDeclarator()
5657 case DeclaratorContext::Prototype: in GetFullTypeForDeclarator()
H A DSemaCodeComplete.cpp3697 const FunctionProtoType *Prototype, in AddOverloadParameterChunks() argument
3703 Function ? Function->getNumParams() : Prototype->getNumParams(); in AddOverloadParameterChunks()
3714 AddOverloadParameterChunks(Context, Policy, Function, Prototype, Opt, in AddOverloadParameterChunks()
3736 Placeholder = Prototype->getParamType(P).getAsString(Policy); in AddOverloadParameterChunks()
3746 if (Prototype && Prototype->isVariadic()) { in AddOverloadParameterChunks()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4065 CallArgList &Args, PrototypeWrapper Prototype, in EmitCallArgs() argument
4070 assert((ParamsToSkip == 0 || Prototype.P) && in EmitCallArgs()
4082 if (Prototype.P) { in EmitCallArgs()
4083 const auto *MD = Prototype.P.dyn_cast<const ObjCMethodDecl *>(); in EmitCallArgs()
4091 const auto *FPT = Prototype.P.get<const FunctionProtoType *>(); in EmitCallArgs()
H A DCodeGenFunction.h4674 void EmitCallArgs(CallArgList &Args, PrototypeWrapper Prototype,
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dstructure248 txn-protorevs/rev Prototype rev file with new text reps
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp310 TypeResult TR = ParseTypeName(&Range, DeclaratorContext::Prototype, AS); in ParseOpenMPDeclareReductionDirective()
636 DeclaratorContext Context = DeclaratorContext::Prototype; in parseOpenMPDeclareMapperVarDecl()
H A DParseDecl.cpp5997 !((D.getContext() == DeclaratorContext::Prototype || in ParseDirectDeclarator()
6863 : DeclaratorContext::Prototype); in ParseParameterDeclarationClause()
H A DParseObjc.cpp1490 Declarator ParmDecl(DS, DeclaratorContext::Prototype); in ParseObjCMethodDecl()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstructure658 rev Prototype rev file with new text reps
/freebsd-13.1/contrib/tcpdump/
H A DCHANGES1312 - Prototype everything and assume an ansi compiler.
/freebsd-13.1/contrib/ntp/
H A DCommitLog-4.1.01560 (oncore_init_shmem): Prototype change
4974 * ntpd/refclock_oncore.c: Prototype cleanup. Enum cleanup.
/freebsd-13.1/sys/contrib/zlib/
H A DChangeLog626 - Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but
/freebsd-13.1/contrib/tcsh/
H A DFixes444 9. Prototype fixes (Miloslav Trmac and Jean-Luc Leger)

12