Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp704 TempDtorBuilder.markInfeasible(false); in processCleanupTemporaryBranch()
707 TempDtorBuilder.markInfeasible(true); in processCleanupTemporaryBranch()
1535 NullCondBldr.markInfeasible(false); in processBranch()
1604 builder.markInfeasible(true); in processBranch()
1612 builder.markInfeasible(false); in processBranch()
1642 builder.markInfeasible(!initHasRun); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCoreEngine.h432 void markInfeasible(bool branch) { in markInfeasible() function