Searched refs:CondT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.cpp | 582 PrimType CondT = this->classifyPrim(Cond->getType()); in visitSwitchStmt() local 586 unsigned CondVar = this->allocateLocalPrimitive(Cond, CondT, true, false); in visitSwitchStmt() 595 if (!this->emitSetLocal(CondT, CondVar, S)) in visitSwitchStmt() 612 if (!this->emitGetLocal(CondT, CondVar, CS)) in visitSwitchStmt()
|
| /freebsd-14.2/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()
|