Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp6288 QualType CondType = Cond.get()->getType(); in CheckVectorConditionalTypes() local
6378 QualType CondType = Cond.get()->getType(); in CheckSizelessVectorConditionalTypes() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3099 Type *CondType = CondVal->getType(); in visitSelectInst() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5090 Type *CondType = Type::getInt1Ty(Context); in parseFunctionBody() local
5275 Type *CondType = Type::getInt1Ty(Context); in parseFunctionBody() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp4824 llvm::Type *CondType = ConvertType(condExpr->getType()); in VisitAbstractConditionalOperator() local