Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp4530 PrimType CondT = this->classifyPrim(Cond->getType()); in visitSwitchStmt() local
4534 unsigned CondVar = this->allocateLocalPrimitive(Cond, CondT, true, false); in visitSwitchStmt()
4547 if (!this->emitSetLocal(CondT, CondVar, S)) in visitSwitchStmt()
4564 if (!this->emitGetLocal(CondT, CondVar, CS)) in visitSwitchStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1138 QualType CondT = SVB.getConditionType(); in apply() local
1148 if (auto CompV = SVB.evalBinOp(State, Op, V, OtherV, CondT) in apply()