Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmt.cpp166 Likelihood LHT = ::getLikelihood(Then).first; in getLikelihood() local
169 return LHT; in getLikelihood()
172 if (LHT == LHE) in getLikelihood()
175 if (LHT != LH_None) in getLikelihood()
176 return LHT; in getLikelihood()
184 std::pair<Likelihood, const Attr *> LHT = ::getLikelihood(Then); in determineLikelihoodConflict() local
187 if (LHT.first != LH_None && LHT.first == LHE.first) in determineLikelihoodConflict()
188 return std::make_tuple(true, LHT.second, LHE.second); in determineLikelihoodConflict()