HomeSort by: relevance | last modified time | path
    Searched defs:constrain (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CloneDetection.h 179 /// `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);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CloneDetection.cpp 126 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
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 134 // Constrain the type set to be the intersection with VTS.
135 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 23 milliseconds