/llvm-project/clang/unittests/AST/ |
H A D | ASTExprTest.cpp | 65 auto *IntExpr = createIntLiteral(Ctx, 10); in TEST() local 73 auto *IntExpr = createIntLiteral(Ctx, 10); in TEST() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | MisplacedPointerArithmeticInAllocCheck.cpp | 31 const auto IntExpr = expr(hasType(isInteger())); in registerMatchers() local
|
H A D | TooSmallLoopVariableCheck.cpp | 121 const Expr *IntExpr) { in calcMagnitudeBits() argument
|
/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 150 Expr *IntExpr, in Create() argument 118 OpenACCNumWorkersClause(SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * IntExpr,SourceLocation EndLoc) OpenACCNumWorkersClause() argument 129 Create(const ASTContext & C,SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * IntExpr,SourceLocation EndLoc) Create() argument 139 OpenACCVectorLengthClause(SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * IntExpr,SourceLocation EndLoc) OpenACCVectorLengthClause() argument 159 OpenACCAsyncClause(SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * IntExpr,SourceLocation EndLoc) OpenACCAsyncClause() argument 171 Create(const ASTContext & C,SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * IntExpr,SourceLocation EndLoc) Create() argument [all...] |
H A D | ASTDiagnostic.cpp | 1981 PrintValueDeclAndInteger(ValueDecl * VD,bool NeedAddressOf,bool IsNullPtr,Expr * VDExpr,bool DefaultDecl,const llvm::APSInt & Val,QualType IntType,Expr * IntExpr,bool DefaultInt) PrintValueDeclAndInteger() argument 2001 PrintIntegerAndValueDecl(const llvm::APSInt & Val,QualType IntType,Expr * IntExpr,bool DefaultInt,ValueDecl * VD,bool NeedAddressOf,bool IsNullPtr,Expr * VDExpr,bool DefaultDecl) PrintIntegerAndValueDecl() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 1235 ActOnIntExpr(OpenACCDirectiveKind DK,OpenACCClauseKind CK,SourceLocation Loc,Expr * IntExpr) ActOnIntExpr() argument 1248 Expr *IntExpr; ActOnIntExpr() member in SemaOpenACC::ActOnIntExpr::IntExprConverter 1262 IntExprConverter(OpenACCDirectiveKind DK,OpenACCClauseKind CK,Expr * IntExpr) ActOnIntExpr() argument [all...] |
H A D | TreeTransform.h | 11426 Expr *IntExpr = const_cast<Expr *>(C.getIntExpr()); VisitNumWorkersClause() local 11449 Expr *IntExpr = const_cast<Expr *>(C.getIntExpr()); VisitVectorLengthClause() local [all...] |
H A D | SemaExpr.cpp | 1093 handleComplexIntegerToFloatConversion(Sema & S,ExprResult & IntExpr,ExprResult & ComplexExpr,QualType IntTy,QualType ComplexTy,bool SkipCast) handleComplexIntegerToFloatConversion() argument 1169 handleIntToFloatConversion(Sema & S,ExprResult & FloatExpr,ExprResult & IntExpr,QualType FloatTy,QualType IntTy,bool ConvertFloat,bool ConvertInt) handleIntToFloatConversion() argument [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 1083 if (IntExpr.isInvalid()) { in ParseOpenACCClauseParams() local 1013 ExprResult IntExpr = ParseOpenACCIntExpr(OpenACCDirectiveKind::Invalid, ParseOpenACCClauseParams() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 487 Expr *IntExpr; global() variable 491 OpenACCClauseWithSingleIntExpr(OpenACCClauseKind K,SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * IntExpr,SourceLocation EndLoc) OpenACCClauseWithSingleIntExpr() argument [all...] |
/llvm-project/flang/lib/Semantics/ |
H A D | runtime-type-info.cpp | 363 template <int KIND> static SomeExpr IntExpr(std::int64_t n) { IntExpr() function [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 11917 Expr *IntExpr = readSubExpr(); readOpenACCClause() local 11923 Expr *IntExpr = readSubExpr(); readOpenACCClause() local
|
/llvm-project/flang/include/flang/Parser/ |
H A D | parse-tree.h | 332 using IntExpr = Integer<common::Indirection<Expr>>; // R1026 global() variable
|