Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h61 BlockEntranceKind, enumerator
223 : ProgramPoint(B, BlockEntranceKind, L, tag) { in ProgramPoint() argument
240 return Location.getKind() == BlockEntranceKind; in isKind()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp60 case ProgramPoint::BlockEntranceKind: in printJson()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp190 case ProgramPoint::BlockEntranceKind: in dispatchWorkItem()