Searched refs:InK (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp33 StreamState(Kind InK) : K(InK) { } argument
H A DMoveChecker.cpp33 RegionState(Kind InK) : K(InK) {} argument
H A DLocalizationChecker.cpp40 LocalizedState(Kind InK) : K(InK) {} argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp33 LoopState(Kind InK, const Stmt *S, const LocationContext *L, unsigned N) argument
34 : K(InK), LoopStmt(S), LCtx(L), maxStep(N) {}

Completed in 41 milliseconds