Home
last modified time | relevance | path

Searched full:requirement (Results 1 – 25 of 1582) sorted by relevance

12345678910>>...64

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h166 /// \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 DRefactoringActionRuleRequirements.h23 /// 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 DRefactoringActionRule.h55 /// 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 DRefactoringActionRulesInternal.h76 void operator()(const RefactoringOptionsRequirement &Requirement) { in visitRefactoringOptionsImpl()
77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl()
/freebsd-src/contrib/libucl/
H A DMakefile.am14 .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 DExprConcepts.cpp108 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 Dh_initfini_align.S17 /* 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 Drealtek,rt5682s.yaml62 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 Drt5682.txt56 - 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 DGCNSubtarget.h1406 /// 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 DNOTES-VMS.md4 - [Requirement details](#requirement-details)
11 Requirement details
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dnth_element.h122 … "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 Dsort.h333 "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 Dmakefs_cd9660_tests.sh179 # 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 DModule.h287 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 DParseExprCXX.cpp3581 /// 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 DREADME.contributors16 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 Ddminit.c73 /* 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 Dsminit.c76 /* 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 DOFL.TXT26 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 Drcorder.c286 * 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 Drcorder.8188 .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 Dfill_pkg.sh94 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 Dsci_memory_descriptor_list.h105 * 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 DSemaConcept.cpp1143 && "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...]

12345678910>>...64