| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | ConstructDecompositionT.h | 88 using ExprTy = typename ClauseTy::ExprTy; member 90 using ObjectTy = tomp::ObjectT<IdTy, ExprTy>; 146 void addClauseSymsToMap(const tomp::ObjectListT<IdTy, ExprTy> &objects, 149 void addClauseSymsToMap(const ExprTy &item, const ClauseTy *); 150 void addClauseSymsToMap(const tomp::clause::MapT<TypeTy, IdTy, ExprTy> &item, 210 bool applyClause(const tomp::clause::CollapseT<TypeTy, IdTy, ExprTy> &clause, 212 bool applyClause(const tomp::clause::PrivateT<TypeTy, IdTy, ExprTy> &clause, 215 applyClause(const tomp::clause::FirstprivateT<TypeTy, IdTy, ExprTy> &clause, 218 applyClause(const tomp::clause::LastprivateT<TypeTy, IdTy, ExprTy> &clause, 220 bool applyClause(const tomp::clause::SharedT<TypeTy, IdTy, ExprTy> &clause, [all …]
|
| H A D | ClauseT.h | 1322 using ExprTy = ExprType;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 34 OMPArrayShapingExpr(QualType ExprTy, Expr *Op, SourceLocation L, 196 OMPIteratorExpr(QualType ExprTy, SourceLocation IteratorKwLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCAtomic.cpp | 58 QualType ExprTy = E->getType(); in CheckOperandExpr() local 62 if (ExprTy->isInstantiationDependentType() || ExprTy->isScalarType()) in CheckOperandExpr() 66 PD << diag::OACCLValScalar::Scalar << ExprTy); in CheckOperandExpr()
|
| H A D | SemaChecking.cpp | 8211 QualType ExprTy = E->getType(); in checkFormatExpr() local 8212 while (const TypeOfExprType *TET = dyn_cast<TypeOfExprType>(ExprTy)) { in checkFormatExpr() 8213 ExprTy = TET->getUnderlyingExpr()->getType(); in checkFormatExpr() 8219 if (ExprTy->canDecayToPointerType()) in checkFormatExpr() 8220 ExprTy = S.Context.getDecayedType(ExprTy); in checkFormatExpr() 8241 ExprTy->isObjCObjectPointerType()) { in checkFormatExpr() 8250 ArgType::MatchKind Match = AT.matchesType(S.Context, ExprTy); in checkFormatExpr() 8268 ExprTy = E->getType(); in checkFormatExpr() 8276 ImplicitMatch = AT.matchesType(S.Context, ExprTy); in checkFormatExpr() 8295 if (ExprTy == S.Context.IntTy && in checkFormatExpr() [all …]
|
| H A D | Sema.cpp | 791 QualType ExprTy = Context.getCanonicalType(E->getType()); in ImpCastExprToType() local 803 if (ExprTy == TypeTy) in ImpCastExprToType() 2717 QualType ExprTy = E.getType(); in tryExprAsCall() local 2719 QualType PointeeTy = ExprTy->getPointeeType(); in tryExprAsCall() 2723 FunTy = ExprTy->getAs<FunctionType>(); in tryExprAsCall()
|
| H A D | SemaInit.cpp | 1353 QualType ExprTy = T; in CheckExplicitInitList() local 1354 if (!ExprTy->isArrayType()) in CheckExplicitInitList() 1355 ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context); in CheckExplicitInitList() 1357 IList->setType(ExprTy); in CheckExplicitInitList() 1358 StructuredList->setType(ExprTy); in CheckExplicitInitList()
|
| H A D | SemaExpr.cpp | 4147 QualType ExprTy = E->getType(); in ActOnParenExpr() local 4149 !E->isLValue() && ExprTy->hasFloatingRepresentation()) in ActOnParenExpr() 4265 QualType ExprTy = E->getType(); in CheckUnaryExprOrTypeTraitOperand() local 4266 assert(!ExprTy->isReferenceType()); in CheckUnaryExprOrTypeTraitOperand() 4291 return CheckVecStepTraitOperandType(*this, ExprTy, E->getExprLoc(), in CheckUnaryExprOrTypeTraitOperand() 4295 return CheckVectorElementsTraitOperandType(*this, ExprTy, E->getExprLoc(), in CheckUnaryExprOrTypeTraitOperand() 4299 if (!CheckExtensionTraitOperandType(*this, ExprTy, E->getExprLoc(), in CheckUnaryExprOrTypeTraitOperand() 4330 ExprTy = E->getType(); in CheckUnaryExprOrTypeTraitOperand() 4331 assert(!ExprTy->isReferenceType()); in CheckUnaryExprOrTypeTraitOperand() 4333 if (ExprTy->isFunctionType()) { in CheckUnaryExprOrTypeTraitOperand() [all …]
|
| H A D | SemaOpenMP.cpp | 20566 QualType ExprTy = RefExpr->getType().getNonReferenceType(); in ActOnOpenMPDependClause() local 20574 ExprTy = ATy->getElementType(); in ActOnOpenMPDependClause() 20576 ExprTy = BaseType->getPointeeType(); in ActOnOpenMPDependClause() 20577 if (BaseType.isNull() || ExprTy.isNull()) in ActOnOpenMPDependClause() 20579 ExprTy = ExprTy.getNonReferenceType(); in ActOnOpenMPDependClause() 20601 ExprTy.getTypePtr()))) { in ActOnOpenMPDependClause()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 611 QualType ExprTy = E->getType(); in EmitCompoundStmtWithoutScope() local 612 if (hasAggregateEvaluationKind(ExprTy)) { in EmitCompoundStmtWithoutScope() 618 RetAlloca = CreateMemTemp(ExprTy); in EmitCompoundStmtWithoutScope()
|
| H A D | CGExpr.cpp | 3356 QualType ExprTy = getContext().getCanonicalType(E->getSubExpr()->getType()); in EmitUnaryOpLValue() local 3368 LV.getQuals().setAddressSpace(ExprTy.getAddressSpace()); in EmitUnaryOpLValue() 3393 QualType T = ExprTy->castAs<ComplexType>()->getElementType(); in EmitUnaryOpLValue() 5733 QualType ExprTy = E->getType(); in EmitHLSLOutArgLValues() local 5734 Address OutTemp = CreateIRTemp(ExprTy); in EmitHLSLOutArgLValues() 5735 LValue TempLV = MakeAddrLValue(OutTemp, ExprTy); in EmitHLSLOutArgLValues()
|
| H A D | CGOpenMPRuntime.cpp | 6917 QualType ExprTy = E->getType().getCanonicalType(); in getExprTypeSize() local 6934 if (const auto *RefTy = ExprTy->getAs<ReferenceType>()) in getExprTypeSize() 6935 ExprTy = RefTy->getPointeeType().getCanonicalType(); in getExprTypeSize() 6988 return CGF.getTypeSize(ExprTy); in getExprTypeSize()
|
| H A D | CGExprScalar.cpp | 1876 llvm::Type *ExprTy = ConvertType(E->getType()); in VisitSYCLUniqueStableNameExpr() local 1877 return Builder.CreatePointerBitCastOrAddrSpaceCast(GlobalConstStr, ExprTy, in VisitSYCLUniqueStableNameExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 5251 OMPArrayShapingExpr::OMPArrayShapingExpr(QualType ExprTy, Expr *Op, in OMPArrayShapingExpr() argument 5254 : Expr(OMPArrayShapingExprClass, ExprTy, VK_LValue, OK_Ordinary), LPLoc(L), in OMPArrayShapingExpr() 5371 QualType ExprTy, SourceLocation IteratorKwLoc, SourceLocation L, in OMPIteratorExpr() argument 5374 : Expr(OMPIteratorExprClass, ExprTy, VK_LValue, OK_Ordinary), in OMPIteratorExpr()
|