Home
last modified time | relevance | path

Searched refs:markInfeasible (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1309 TempDtorBuilder.markInfeasible(false); in processCleanupTemporaryBranch()
1312 TempDtorBuilder.markInfeasible(true); in processCleanupTemporaryBranch()
2415 NullCondBldr.markInfeasible(false); in processBranch()
2459 builder.markInfeasible(true); in processBranch()
2467 builder.markInfeasible(false); in processBranch()
2497 builder.markInfeasible(!initHasRun); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h472 void markInfeasible(bool branch) { in markInfeasible() function