Searched refs:CondT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 4530 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 D | StdLibraryFunctionsChecker.cpp | 1138 QualType CondT = SVB.getConditionType(); in apply() local 1148 if (auto CompV = SVB.evalBinOp(State, Op, V, OtherV, CondT) in apply()
|