Searched refs:exprType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-case.cpp | 226 if (T::kind == exprType.kind()) { in Test() 227 CaseValues<T>(context, exprType).Check(caseList); in Test() 234 const evaluate::DynamicType &exprType; member 248 if (auto exprType{x->GetType()}) { in Enter() local 251 switch (exprType->category()) { in Enter() 254 TypeVisitor<TypeCategory::Integer>{context_, *exprType, caseList}); in Enter() 257 CaseValues<evaluate::Type<TypeCategory::Logical, 1>>{context_, *exprType} in Enter() 262 TypeVisitor<TypeCategory::Character>{context_, *exprType, caseList}); in Enter()
|
| H A D | check-select-type.cpp | 261 if (auto exprType{selector->GetType()}) { in Enter() local 265 TypeCaseValues{context_, *exprType}.Check(typeCaseList); in Enter()
|
| H A D | resolve-names.cpp | 6153 auto exprType{association.selector.expr->GetType()}; in Post() local 6157 if (exprType && !exprType->IsPolymorphic()) { // C1159 in Post()
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Parser.cpp | 607 ast::Type exprType = expr->getType(); in convertExpressionTo() local 608 if (exprType == type) in convertExpressionTo() 616 exprType, type)); in convertExpressionTo() 622 if (auto exprOpType = exprType.dyn_cast<ast::OperationType>()) { in convertExpressionTo() 676 if ((exprType == valueTy || exprType == valueRangeTy) && in convertExpressionTo() 679 if ((exprType == typeTy || exprType == typeRangeTy) && in convertExpressionTo() 684 if (auto exprTupleType = exprType.dyn_cast<ast::TupleType>()) { in convertExpressionTo()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Bridge.cpp | 956 mlir::Type exprType = expr.getType(); in genFIR() local 958 if (exprType.isSignlessInteger()) { in genFIR() 966 valueList.push_back(builder->createIntegerConstant(loc, exprType, -1)); in genFIR() 969 valueList.push_back(builder->createIntegerConstant(loc, exprType, 1)); in genFIR() 982 loc, exprType, builder->getFloatAttr(exprType, 0.0)); in genFIR()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4587 QualType exprType) { in CheckObjCARCUnavailableWeakConversion() argument 4591 Context.getCanonicalType(exprType).getUnqualifiedType(); in CheckObjCARCUnavailableWeakConversion()
|