Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp449 : IsConditional(false), KnownExecuted(true), Succ(nullptr), in TempDtorContext()
453 : IsConditional(true), KnownExecuted(KnownExecuted), Succ(nullptr), in TempDtorContext()
463 return IsConditional && !TerminatorExpr; in needsTempDtorBranch()
473 const bool IsConditional; member