Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp458 QualType CondType = CondExpr->getType(); in ActOnCaseExpr() local
1152 QualType CondType = Cond->getType(); in checkEnumTypesInSwitchStmt() local
1192 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local
H A DSemaExprCXX.cpp6057 QualType CondType = Cond.get()->getType(); in CheckVectorConditionalTypes() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4589 llvm::Type *CondType = ConvertType(condExpr->getType()); in VisitAbstractConditionalOperator() local