Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp5666 PrimType CondT = this->classifyPrim(Cond->getType()); in visitSwitchStmt() local
5672 this->allocateLocalPrimitive(Cond, CondT, /*IsConst=*/true); in visitSwitchStmt()
5685 if (!this->emitSetLocal(CondT, CondVar, S)) in visitSwitchStmt()
5705 if (!this->emitGetLocal(CondT, CondVar, CS)) in visitSwitchStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1136 QualType CondT = SVB.getConditionType(); in apply() local
1146 if (auto CompV = SVB.evalBinOp(State, Op, V, OtherV, CondT) in apply()