Home
last modified time | relevance | path

Searched defs:CondType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp475 QualType CondType = CondExpr->getType(); in ActOnCaseExpr() local
1189 QualType CondType = Cond->getType(); in checkEnumTypesInSwitchStmt() local
1229 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local
H A DSemaExprCXX.cpp6166 QualType CondType = Cond.get()->getType(); in CheckVectorConditionalTypes() local
6258 QualType CondType = Cond.get()->getType(); in CheckSizelessVectorConditionalTypes() local
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4925 Type *CondType = Type::getInt1Ty(Context); in parseFunctionBody() local
5110 Type *CondType = Type::getInt1Ty(Context); in parseFunctionBody() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp4653 llvm::Type *CondType = ConvertType(condExpr->getType()); in VisitAbstractConditionalOperator() local