| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acpixf.h | 204 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 D | gcw0_proto.dts | 7 model = "GCW Zero Prototype"; 11 /* Prototype has only 256 MiB of RAM */
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 413 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 D | CloneDetection.cpp | 495 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 D | DeclSpec.h | 1763 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 D | pfctl_test_list.inc | 12 * Design (DSbD) Technology Platform Prototype".
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 112 // 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 D | arm_neon_incl.td | 228 // Prototype modifiers 265 string Prototype = p;
|
| H A D | arm_sve.td | 58 // Prototype modifiers 239 string Prototype = p;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 46 Prototype, enumerator
|
| H A D | NVPTXInstrInfo.td | 1968 def Prototype : 1969 SDNode<"NVPTXISD::Prototype", SDTCallVoidProfile, 2217 [(Prototype (i32 imm:$val))]>;
|
| H A D | NVPTXISelLowering.cpp | 636 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 D | SemaType.cpp | 3407 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 D | SemaCodeComplete.cpp | 3697 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 D | CGCall.cpp | 4065 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 D | CodeGenFunction.h | 4674 void EmitCallArgs(CallArgList &Args, PrototypeWrapper Prototype,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | structure | 248 txn-protorevs/rev Prototype rev file with new text reps
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 310 TypeResult TR = ParseTypeName(&Range, DeclaratorContext::Prototype, AS); in ParseOpenMPDeclareReductionDirective() 636 DeclaratorContext Context = DeclaratorContext::Prototype; in parseOpenMPDeclareMapperVarDecl()
|
| H A D | ParseDecl.cpp | 5997 !((D.getContext() == DeclaratorContext::Prototype || in ParseDirectDeclarator() 6863 : DeclaratorContext::Prototype); in ParseParameterDeclarationClause()
|
| H A D | ParseObjc.cpp | 1490 Declarator ParmDecl(DS, DeclaratorContext::Prototype); in ParseObjCMethodDecl()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | structure | 658 rev Prototype rev file with new text reps
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | CHANGES | 1312 - Prototype everything and assume an ansi compiler.
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 1560 (oncore_init_shmem): Prototype change 4974 * ntpd/refclock_oncore.c: Prototype cleanup. Enum cleanup.
|
| /freebsd-13.1/sys/contrib/zlib/ |
| H A D | ChangeLog | 626 - Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | Fixes | 444 9. Prototype fixes (Miloslav Trmac and Jean-Luc Leger)
|