/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprConcepts.h | 166 /// \brief A static requirement that can be used in a requires-expression to 168 class Requirement { 192 Requirement(RequirementKind Kind, bool IsDependent, 223 /// \brief A requires-expression requirement which queries the existence of a 225 class TypeRequirement : public Requirement { 239 /// \brief Construct a type requirement from a type. If the given type is not 240 /// dependent, this indicates that the type exists and the requirement will be 245 /// \brief Construct a type requirement when the nested name specifier is 246 /// invalid due to a bad substitution. The requirement is unsatisfied. 248 Requirement(RK_Type, false, false, false), Value(Diagnostic), in TypeRequirement() [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRuleRequirements.h | 23 /// A refactoring action rule requirement determines when a refactoring action 40 /// A base class for any requirement that expects some part of the source to be 44 /// A selection requirement that is satisfied when any portion of the source 55 /// An AST selection requirement is satisfied when any portion of the AST 58 /// The requirement will be evaluated only once during the initiation and 65 /// A selection requirement that is satisfied when the selection range overlaps 70 /// The requirement will be evaluated only once during the initiation and search 80 /// A base class for any requirement that requires some refactoring options. 86 /// requirement. 91 /// A requirement that evaluates to the value of the given \c OptionType when [all …]
|
H A D | RefactoringActionRule.h | 55 /// Returns true when the rule has a source selection requirement that has 63 /// requirements that use options, the options from the first requirement 64 /// are visited before the options in the second requirement.
|
H A D | RefactoringActionRulesInternal.h | 76 void operator()(const RefactoringOptionsRequirement &Requirement) { in visitRefactoringOptionsImpl() 77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl()
|
/freebsd-src/contrib/libucl/ |
H A D | Makefile.am | 14 .PHONY = coverage-requirement-check clean-coverage-report 16 coverage-requirement-check: 22 coverage: coverage-requirement-check clean-coverage coverage-build coverage-check coverage-report 25 coverage-build: coverage-requirement-check 39 coverage-check: coverage-requirement-check 48 coverage-lcov: coverage-check coverage-requirement-check
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConcepts.cpp | 108 static bool RequirementContainsError(concepts::Requirement *R) { in RequirementContainsError() 123 ArrayRef<concepts::Requirement *> Requirements, in RequiresExpr() 139 for (concepts::Requirement *R : Requirements) { in RequiresExpr() 154 getTrailingObjects<concepts::Requirement *>()); in RequiresExpr() 160 // requirement, but its parameters are instantiation-dependent. RequiresExpr in RequiresExpr() 176 SourceLocation RParenLoc, ArrayRef<concepts::Requirement *> Requirements, in Create() 179 C.Allocate(totalSizeToAlloc<ParmVarDecl *, concepts::Requirement *>( in Create() 191 C.Allocate(totalSizeToAlloc<ParmVarDecl *, concepts::Requirement *>( in Create()
|
/freebsd-src/contrib/netbsd-tests/lib/csu/arch/ia64/ |
H A D | h_initfini_align.S | 17 /* ar.bsp has an 8-byte alignment requirement */ 28 /* sp has a 16-byte alignment requirement */
|
/freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | realtek,rt5682s.yaml | 62 Set the clock rate (hz) for the requirement of the particular DMIC. 66 Set the delay time (ms) for the requirement of the particular DMIC. 70 Set the delay time (ms) for the requirement of the particular platform or AMIC.
|
H A D | rt5682.txt | 56 - realtek,dmic-clk-rate-hz : Set the clock rate (hz) for the requirement of 59 - realtek,dmic-delay-ms : Set the delay time (ms) for the requirement of
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSubtarget.h | 1406 /// execution unit requirement supported by the subtarget. 1412 /// execution unit requirement supported by the subtarget. 1436 /// unit requirement for function \p MF, or number of SGPRs explicitly 1439 /// \returns Value that meets number of waves per execution unit requirement in getMaxWorkGroupsPerCU() 1442 /// unit requirement. 1446 /// unit requirement for function \p F, or number of SGPRs explicitly 1449 /// \returns Value that meets number of waves per execution unit requirement in getMaxFlatWorkGroupSize() 1452 /// unit requirement. 1498 /// unit requirement for function \p F, or number of VGPRs explicitly 1501 /// \returns Value that meets number of waves per execution unit requirement in getNumKernargPreloadSGPRs() [all...] |
/freebsd-src/crypto/openssl/ |
H A D | NOTES-VMS.md | 4 - [Requirement details](#requirement-details) 11 Requirement details
|
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | nth_element.h | 122 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); in __nth_element() 127 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); in __nth_element() 158 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); in __nth_element() 164 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); in __nth_element()
|
H A D | sort.h | 333 "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); 552 "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); 565 "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); 643 "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); 655 "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); 673 "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); 678 "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); 709 "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); 722 "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); 732 "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement [all...] |
/freebsd-src/usr.sbin/makefs/tests/ |
H A D | makefs_cd9660_tests.sh | 179 # Make sure the "more than 8 levels deep" requirement is met. 204 # Make sure the "37 char name" limit requirement is met. 321 # Make sure the "more than 8 levels deep" requirement is met. 325 # Make sure the "pathname larger than 255 chars" requirement is met.
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Module.h | 287 struct Requirement { 296 SmallVector<Requirement, 2> Requirements; 302 /// it's missing a requirement from \p Requirements or because it's been 516 /// requirement, this parameter will be set to one of the requirements that 522 Requirement &Req, Module *&ShadowingModule) const; 539 /// \param Req If this module is unavailable because of a missing requirement, 550 Requirement &Req, 727 /// Add the given feature requirement to the list of features 289 using Requirement = std::pair<std::string, bool>; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3581 /// template arguments. A requirement is one that can be checked by name in ParseRequiresExpression() 3585 /// 'requires' requirement-parameter-list[opt] requirement-body in ParseRequiresExpression() 3587 /// requirement-parameter-list: in ParseRequiresExpression() 3590 /// requirement-body: in ParseRequiresExpression() 3591 /// '{' requirement-seq '}' in ParseRequiresExpression() 3593 /// requirement-seq: in ParseRequiresExpression() 3594 /// requirement in ParseRequiresExpression() 3595 /// requirement-seq requirement in ParseRequiresExpression() [all...] |
/freebsd-src/contrib/arm-optimized-routines/math/ |
H A D | README.contributors | 16 linking so this is a best effort requirement. 37 modes the quality requirement can be relaxed. (Non-nearest rounded
|
/freebsd-src/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dminit.c | 73 /* memory requirement for dmRoot, CACHE memory */ in dmGetRequirements() 82 /* memory requirement for Port Context Links, CACHE memory */ in dmGetRequirements() 91 /* memory requirement for Device Links, CACHE memory */ in dmGetRequirements() 100 /* memory requirement for Expander Device Links, CACHE memory */ in dmGetRequirements() 145 /* memory requirement for SMP command Links, CACHE memory */ in dmGetRequirements() 154 /* memory requirement for INDIRECT SMP command/response Links, DMA memory */ in dmGetRequirements() 164 /* set up memory requirement count */ in dmGetRequirements() 167 /* requirement for locks */ in dmGetRequirements()
|
/freebsd-src/sys/dev/pms/RefTisa/sat/src/ |
H A D | sminit.c | 76 /* memory requirement for smRoot, CACHE memory */ in smGetRequirements() 114 /* memory requirement for Device Links, CACHE memory */ in smGetRequirements() 123 /* memory requirement for IO inks, CACHE memory */ in smGetRequirements() 139 /* set up memory requirement count */ in smGetRequirements() 142 /* requirement for locks */ in smGetRequirements()
|
/freebsd-src/contrib/terminus/ |
H A D | OFL.TXT | 26 requirement for fonts to remain under this license does not apply 77 distributed under any other license. The requirement for fonts to
|
/freebsd-src/sbin/rcorder/ |
H A D | rcorder.c | 286 * add a requirement to a filenode. 469 * for provision and requirement lines, building the graphs as needed. 587 * for each entry in the provision list for S, add a requirement to 778 * given a requirement node (in a filename) we attempt to satisfy it. 800 warnx("requirement `%s' in file `%s' has no providers.", in satisfy_req() 806 /* return if the requirement is already satisfied. */ in satisfy_req() 910 * for each requirement of fnode -> r in do_file() 1031 /* no providers for this requirement */ in generate_graphviz_providers()
|
H A D | rcorder.8 | 188 .It "Requirement %s in file %s has no providers." 227 this missing provider and the requirement will be drawn in bold red as well.
|
/freebsd-src/tools/tools/nanobsd/ |
H A D | fill_pkg.sh | 94 msg 2 "Check $arg as requirement for port $pkgname" 110 msg 2 "Check $arg as requirement for package $pkgname"
|
/freebsd-src/sys/dev/isci/scil/ |
H A D | sci_memory_descriptor_list.h | 105 * This field contains the size requirement for this memory descriptor. 112 * This field contains the alignment requirement for this memory
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 1143 && "Diagnose() can only be used on an unsatisfied requirement"); in diagnoseUnsatisfiedConstraintExpr() 1146 llvm_unreachable("Diagnosing a dependent requirement"); in diagnoseUnsatisfiedConstraintExpr() 1208 && "Diagnose() can only be used on an unsatisfied requirement"); in substituteParameterMappings() 1211 llvm_unreachable("Diagnosing a dependent requirement"); in substituteParameterMappings() 1333 for (concepts::Requirement *Req : RE->getRequirements()) in fromConstraintExpr() 1891 Requirement(IsSimple ? RK_Simple : RK_Compound, Status == SS_Dependent, 1899 "Simple requirement must not have a return type requirement or a " 1908 Requirement(IsSimple ? RK_Simple : RK_Compound, Req.isDependent(), 1913 "Simple requirement mus [all...] |