Searched refs:constrain (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCloneDetection.h179 /// `void constrain(std::vector<CloneDetector::CloneGroup> &Sequences)`
186 C.constrain(CloneGroups);
264 void constrain(std::vector<CloneDetector::CloneGroup> &Sequences);
275 void constrain(std::vector<CloneDetector::CloneGroup> &Sequences);
297 void constrain(std::vector<CloneDetector::CloneGroup> &CloneGroups) { function in class:clang::MinComplexityConstraint
317 void constrain(std::vector<CloneDetector::CloneGroup> &CloneGroups) { function in class:clang::MinGroupSizeConstraint
327 void constrain(std::vector<CloneDetector::CloneGroup> &Result);
342 void constrain(std::vector<CloneDetector::CloneGroup> &CloneGroups) { function in struct:clang::FilenamePatternConstraint
441 void constrain(std::vector<CloneDetector::CloneGroup> &CloneGroups);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp126 void OnlyLargestCloneConstraint::constrain( function in class:OnlyLargestCloneConstraint
351 void RecursiveCloneTypeIIHashConstraint::constrain( function in class:RecursiveCloneTypeIIHashConstraint
411 void RecursiveCloneTypeIIVerifyConstraint::constrain( function in class:RecursiveCloneTypeIIVerifyConstraint
465 void MatchingVariablePatternConstraint::constrain( function in class:MatchingVariablePatternConstraint
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DThreading.inc198 // If there's an affinity mask set, assume the user wants to constrain the
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h237 bool constrain(const TypeSetByHwMode &VTS);
238 template <typename Predicate> bool constrain(Predicate P);
H A DCodeGenDAGPatterns.cpp135 bool TypeSetByHwMode::constrain(const TypeSetByHwMode &VTS) { function in class:TypeSetByHwMode
161 bool TypeSetByHwMode::constrain(Predicate P) { function in class:TypeSetByHwMode
350 bool Changed = Out.constrain(In);
381 return Out.constrain(isIntegerOrPtr);
391 return Out.constrain(isFloatingPoint);
401 return Out.constrain(isScalar);
411 return Out.constrain(isVector);
2538 // If this is an INSERT_SUBREG, constrain the source and destination VTs to

Completed in 294 milliseconds