Home
last modified time | relevance | path

Searched refs:constrain (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dscreen.py60 def constrain (n, min, max): function
158 rs = constrain (rs, 1, self.rows)
159 re = constrain (re, 1, self.rows)
160 cs = constrain (cs, 1, self.cols)
161 ce = constrain (ce, 1, self.cols)
203 r = constrain (r, 1, self.rows)
204 c = constrain (c, 1, self.cols)
229 r = constrain (r, 1, self.rows)
230 c = constrain (c, 1, self.cols)
244 r = constrain (r, 1, self.rows)
[all …]
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DCloneDetection.h186 C.constrain(CloneGroups); in constrainClones()
256 void constrain(std::vector<CloneDetector::CloneGroup> &Sequences);
267 void constrain(std::vector<CloneDetector::CloneGroup> &Sequences);
289 void constrain(std::vector<CloneDetector::CloneGroup> &CloneGroups) { in constrain() function
309 void constrain(std::vector<CloneDetector::CloneGroup> &CloneGroups) { in constrain() function
319 void constrain(std::vector<CloneDetector::CloneGroup> &Result);
334 void constrain(std::vector<CloneDetector::CloneGroup> &CloneGroups) { in constrain() function
433 void constrain(std::vector<CloneDetector::CloneGroup> &CloneGroups);
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DCloneDetection.cpp126 void OnlyLargestCloneConstraint::constrain( in constrain() function in OnlyLargestCloneConstraint
350 void RecursiveCloneTypeIIHashConstraint::constrain( in constrain() function in RecursiveCloneTypeIIHashConstraint
410 void RecursiveCloneTypeIIVerifyConstraint::constrain( in constrain() function in RecursiveCloneTypeIIVerifyConstraint
464 void MatchingVariablePatternConstraint::constrain( in constrain() function in MatchingVariablePatternConstraint
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenDAGPatterns.h240 bool constrain(const TypeSetByHwMode &VTS);
241 template <typename Predicate> bool constrain(Predicate P);
DCodeGenDAGPatterns.cpp150 bool TypeSetByHwMode::constrain(const TypeSetByHwMode &VTS) { in constrain() function in TypeSetByHwMode
176 bool TypeSetByHwMode::constrain(Predicate P) { in constrain() function in TypeSetByHwMode
381 bool Changed = Out.constrain(In); in MergeInTypeInfo()
412 return Out.constrain(isIntegerOrPtr); in EnforceInteger()
422 return Out.constrain(isFloatingPoint); in EnforceFloatingPoint()
432 return Out.constrain(isScalar); in EnforceScalar()
442 return Out.constrain(isVector); in EnforceVector()
/openbsd/src/gnu/llvm/llvm/lib/Support/Windows/
DThreading.inc216 // If there's an affinity mask set, assume the user wants to constrain the
/openbsd/src/gnu/llvm/llvm/docs/GlobalISel/
DGMIR.rst100 instructions. Register Banks are a means to constrain the register allocator to
/openbsd/src/gnu/llvm/llvm/docs/
DConvergenceAndUniformity.rst24 at a *divergent branch*. Divergent branches constrain
183 constrain changes to ``converged-with``, but it is expressed in
DFAQ.rst191 of leaving it in a local variable. If you really want to constrain the
/openbsd/src/gnu/usr.bin/cvs/doc/
Dcvs.info-6454 The options shown as `-flags' constrain or expand the report without
468 The options shown as `-options ARGS' constrain the report based on
Dcvsclient.info-3286 tag may be documented to constrain the tagged text responses which
Dcvsclient.texi1714 documented to constrain the tagged text responses which are valid
Dcvs.texinfo9348 The options shown as @samp{-flags} constrain or expand
9365 The options shown as @samp{-options @var{args}} constrain the report
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlsecpolicy.pod236 engine are the developer's responsibility to constrain.
Dperl589delta.pod2194 not started already. Alternatively, if business requirements constrain
/openbsd/src/gnu/llvm/llvm/docs/TableGen/
DProgRef.rst260 and to help interface designers constrain the allowed input. Every value is
312 the ``list`` type; for example, to constrain the elements of the list to a
/openbsd/src/gnu/gcc/gcc/config/iq2000/
Diq2000.md1006 ;; done, so that we can constrain things appropriately. There
/openbsd/src/gnu/gcc/gcc/config/mips/
Dmips.md2464 ;; therefore get rid of register->register instructions if we constrain
4289 ;; done, so that we can constrain things appropriately. There
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i370/
Di370.md2405 * below, in the M/MR isntruction pattern, and constrain it to
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dg77.texi2431 It is best to constrain such uses to isolated portions of
2753 It is best to constrain such uses to isolated portions of
2792 It is best to constrain such uses to isolated portions of
2842 It is best to constrain such uses to isolated portions of
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td957 // occupies; register operands can be used to enforce dependency and constrain
8744 // I could add a bits<5> xzr_pair. But without a way to constrain it to 0b11111 here it would
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2499 // could constrain the register class to force this constraint and then loosen
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/
Dmips.md7813 ;; done, so that we can constrain things appropriately. There
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dmd.texi1040 the case, they do not constrain---but they must at least point the way to
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAttrDocs.td294 so that the implementation need not constrain ordering upon return from that

12