Home
last modified time | relevance | path

Searched defs:CallExpr (Results 1 – 25 of 50) sorted by relevance

12

/external/javassist/src/main/javassist/compiler/ast/
DCallExpr.java26 public class CallExpr extends Expr { class
31 private CallExpr(ASTree _head, ASTList _tail) { in CallExpr() method in CallExpr
/external/starlark-go/syntax/
Dsyntax.go277 type CallExpr struct { struct
278 commentsRef
279 Fn Expr
280 Lparen Position
281 Args []Expr // arg = expr | ident=expr | *expr | **expr
282 Rparen Position
285 func (x *CallExpr) Span() (start, end Position) {
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DAvoidNSObjectNewCheck.cpp109 if (const auto *CallExpr = in check() local
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DRedundantStrcatCallsCheck.cpp90 const CallExpr* CallExpr = CallsToProcess.front(); in ProcessCall() local
/external/llvm-project/clang/include/clang/Analysis/
DCallGraph.h151 Expr *CallExpr; member
/external/llvm-project/clang/examples/CallSuperAttribute/
DCallSuperAttrInfo.cpp50 bool VisitCallExpr(CallExpr *CallExpr) { in VisitCallExpr() argument
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp647 StatementMatcher CallExpr = in TEST() local
660 StatementMatcher CallExpr = in TEST() local
689 StatementMatcher CallExpr = in TEST() local
748 StatementMatcher CallExpr = in TEST() local
761 StatementMatcher CallExpr = in TEST() local
790 StatementMatcher CallExpr = in TEST() local
835 StatementMatcher CallExpr = in TEST() local
866 StatementMatcher CallExpr = in TEST() local
883 StatementMatcher CallExpr = in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCCodeEmitter.cpp119 const MCExpr *CallExpr = Func.getExpr(); in expandFunctionCall() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSmartPtrModeling.cpp452 const auto *CallExpr = Call.getOriginExpr(); in handleGet() local
565 const Expr *CallExpr = Call.getOriginExpr(); in handleBoolConversion() local
/external/llvm-project/clang/include/clang/AST/
DComputeDependence.h82 class CallExpr; variable
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCCodeEmitter.cpp136 const MCExpr *CallExpr = Func.getExpr(); in expandFunctionCall() local
/external/llvm-project/clang/lib/Analysis/
DCallGraph.cpp69 void addCalledDecl(Decl *D, Expr *CallExpr) { in addCalledDecl()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h41 class CallExpr; variable
493 virtual std::string getMessageForReturn(const CallExpr *CallExpr) { in getMessageForReturn()
/external/llvm-project/clang/test/SemaCXX/
Dsource_location.cpp148 struct CallExpr { struct
149 constexpr int operator()(int x = __builtin_LINE()) const { return x; } in operator ()()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h1466 AST_MATCHER(CallExpr, usesADL) { return Node.usesADL(); } in AST_MATCHER() argument
3586 AST_MATCHER_P(CallExpr, callee, internal::Matcher<Stmt>, in AST_MATCHER_P() argument
4049 AST_POLYMORPHIC_MATCHER_P(argumentCountIs, in AST_POLYMORPHIC_MATCHER_P()
4073 AST_POLYMORPHIC_MATCHER_P2(hasArgument, in AST_POLYMORPHIC_MATCHER_P2()
4298 AST_POLYMORPHIC_MATCHER_P(hasAnyArgument, in AST_POLYMORPHIC_MATCHER_P()
4430 AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, in AST_POLYMORPHIC_MATCHER_P2()
4491 AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, in AST_POLYMORPHIC_MATCHER_P2()
/external/llvm-project/llvm/lib/Transforms/Utils/
DEvaluator.cpp309 Constant *Evaluator::castCallResultIfNeeded(Value *CallExpr, Constant *RV) { in castCallResultIfNeeded()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp311 Constant *Evaluator::castCallResultIfNeeded(Value *CallExpr, Constant *RV) { in castCallResultIfNeeded()
/external/clang/lib/AST/
DExpr.cpp1129 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, Expr *fn, in CallExpr() function in CallExpr
1153 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, Expr *fn, in CallExpr() function in CallExpr
1158 CallExpr::CallExpr(const ASTContext &C, Expr *fn, ArrayRef<Expr *> args, in CallExpr() function in CallExpr
1163 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, EmptyShell Empty) in CallExpr() function in CallExpr
1166 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, unsigned NumPreArgs, in CallExpr() function in CallExpr
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp365 StatementMatcher CallExpr = in TEST() local
378 StatementMatcher CallExpr = in TEST() local
407 StatementMatcher CallExpr = in TEST() local
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h45 class CallExpr; variable
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h30 class CallExpr; variable
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h110 virtual std::string getMessageForReturn(const CallExpr *CallExpr) { in getMessageForReturn()
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h29 class CallExpr; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2557 AST_MATCHER_P(CallExpr, callee, internal::Matcher<Stmt>, in AST_MATCHER_P() argument
2915 AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, in AST_POLYMORPHIC_MATCHER_P()
2931 AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, in AST_POLYMORPHIC_MATCHER_P2()
3129 AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, in AST_POLYMORPHIC_MATCHER_P()
3200 AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, in AST_POLYMORPHIC_MATCHER_P2()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp70 const Expr *CallExpr = Call.getOriginExpr(); in performTrivialCopy() local

12