Home
last modified time | relevance | path

Searched defs:IntExpr (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DASTExprTest.cpp65 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 DMisplacedPointerArithmeticInAllocCheck.cpp31 const auto IntExpr = expr(hasType(isInteger())); in registerMatchers() local
H A DTooSmallLoopVariableCheck.cpp121 const Expr *IntExpr) { in calcMagnitudeBits() argument
/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp150 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 DASTDiagnostic.cpp1981 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 DSemaOpenACC.cpp1235 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 DTreeTransform.h11426 Expr *IntExpr = const_cast<Expr *>(C.getIntExpr()); VisitNumWorkersClause() local
11449 Expr *IntExpr = const_cast<Expr *>(C.getIntExpr()); VisitVectorLengthClause() local
[all...]
H A DSemaExpr.cpp1093 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 DParseOpenACC.cpp1083 if (IntExpr.isInvalid()) { in ParseOpenACCClauseParams() local
1013 ExprResult IntExpr = ParseOpenACCIntExpr(OpenACCDirectiveKind::Invalid, ParseOpenACCClauseParams() local
/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h487 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 Druntime-type-info.cpp363 template <int KIND> static SomeExpr IntExpr(std::int64_t n) { IntExpr() function
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11917 Expr *IntExpr = readSubExpr(); readOpenACCClause() local
11923 Expr *IntExpr = readSubExpr(); readOpenACCClause() local
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h332 using IntExpr = Integer<common::Indirection<Expr>>; // R1026 global() variable