Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp476 QualType CondType = CondExpr->getType(); ActOnCaseExpr() local
1197 QualType CondType = Cond->getType(); checkEnumTypesInSwitchStmt() local
1237 QualType CondType = CondExpr->getType(); ActOnFinishSwitchStmt() local
[all...]
H A DSemaExprCXX.cpp6405 QualType CondType = Cond.get()->getType(); CheckVectorConditionalTypes() local
6495 QualType CondType = Cond.get()->getType(); CheckSizelessVectorConditionalTypes() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5129 Type *CondType = Type::getInt1Ty(Context); parseFunctionBody() local
5319 Type *CondType = Type::getInt1Ty(Context); parseFunctionBody() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3382 Type *CondType = CondVal->getType(); visitSelectInst() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4922 llvm::Type *CondType = ConvertType(condExpr->getType()); VisitAbstractConditionalOperator() local