Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h51 Kind RangeKind; member
53 bool isComment() { return RangeKind == Comment; } in isComment()
54 bool isEmptyLine() { return RangeKind == EmptyLine; } in isEmptyLine()
55 bool isPPIfElse() { return RangeKind == PPIfElse; } in isPPIfElse()
61 RangeKind(K) {} in Range()
84 void AddSkippedRange(SourceRange Range, SkippedRange::Kind RangeKind);
H A DCoverageMappingGen.cpp80 SkippedRange::Kind RangeKind) { in AddSkippedRange() argument
87 SkippedRanges.push_back({Range, RangeKind, PrevTokLoc}); in AddSkippedRange()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp80 enum RangeKind { OutOfRange, WithinRange }; enum in __anon4d759d9c0111::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()