Home
last modified time | relevance | path

Searched refs:RangeKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h46 Kind RangeKind; member
48 bool isComment() { return RangeKind == Comment; } in isComment()
49 bool isEmptyLine() { return RangeKind == EmptyLine; } in isEmptyLine()
50 bool isPPIfElse() { return RangeKind == PPIfElse; } in isPPIfElse()
56 RangeKind(K) {} in Range()
79 void AddSkippedRange(SourceRange Range, SkippedRange::Kind RangeKind);
H A DCoverageMappingGen.cpp69 SkippedRange::Kind RangeKind) { in AddSkippedRange() argument
76 SkippedRanges.push_back({Range, RangeKind, PrevTokLoc}); in AddSkippedRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp80 enum RangeKind { OutOfRange, WithinRange }; enum in __anon892b0c920111::StdLibraryFunctionsChecker
82 static RangeKind negateKind(RangeKind K) { in negateKind()
269 RangeKind Kind;
280 RangeConstraint(ArgNo ArgN, RangeKind Kind, const IntRangeVector &Ranges, in RangeConstraint()
340 void applyOnRange(RangeKind Kind, BasicValueFactory &BVF, QualType ArgT, in applyOnRange()
1756 auto ArgumentCondition = [](ArgNo ArgN, RangeKind Kind, IntRangeVector Ranges, in initFunctionSummaries()
1764 auto operator()(RangeKind Kind, IntRangeVector Ranges) { in initFunctionSummaries()