Searched defs:CallExpr (Results 1 - 9 of 9) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DCallExpr.java25 public class CallExpr extends Expr { class in inherits:Expr
28 private CallExpr(ASTree _head, ASTList _tail) { method in class:CallExpr
41 public static CallExpr makeCall(ASTree target, ASTree args) {
42 return new CallExpr(target, new ASTList(args));
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp84 const Expr *CallExpr = Call.getOriginExpr(); local
85 evalBind(Dst, CallExpr, Pred, ThisVal, V, true);
87 PostStmt PS(CallExpr, LCtx);
92 State = State->BindExpr(CallExpr, LCtx, ThisVal);
/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h73 FunctionExpr, BracketExpr, DotExpr, CallExpr, enumerator in enum:JSC::SyntaxChecker::__anon15601
118 ExpressionType makeFunctionCallNode(int, int, int, int, int) { return CallExpr; }
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h436 /// traversing the CallExpr associated with the call and checking if the given
455 virtual std::string getMessageForReturn(const CallExpr *CallExpr) { argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp121 check::PreStmt<CallExpr>,
122 check::PostStmt<CallExpr>,
149 void checkPreStmt(const CallExpr *S, CheckerContext &C) const;
150 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
179 const CallExpr *CE,
181 static ProgramStateRef MallocMemAux(CheckerContext &C, const CallExpr *CE,
189 static ProgramStateRef MallocMemAux(CheckerContext &C, const CallExpr *CE,
195 const CallExpr *CE,
198 ProgramStateRef FreeMemAttr(CheckerContext &C, const CallExpr *CE,
200 ProgramStateRef FreeMemAux(CheckerContext &C, const CallExpr *C
352 getMessageForReturn(const CallExpr *CallExpr) argument
[all...]
/external/clang/lib/AST/
H A DExpr.cpp1022 CallExpr::CallExpr(ASTContext& C, StmtClass SC, Expr *fn, unsigned NumPreArgs,
1051 CallExpr::CallExpr(ASTContext& C, Expr *fn, ArrayRef<Expr*> args, function in class:CallExpr
1079 CallExpr::CallExpr(ASTContext &C, StmtClass SC, EmptyShell Empty) function in class:CallExpr
1086 CallExpr::CallExpr(ASTContext &C, StmtClass SC, unsigned NumPreArgs, function in class:CallExpr
1094 Decl *CallExpr::getCalleeDecl() {
1118 FunctionDecl *CallExpr
[all...]
/external/clang/include/clang/AST/
H A DExpr.h2110 /// CallExpr - Represents a function call (C99 6.5.2.2, C++ [expr.call]).
2111 /// CallExpr itself represents a normal function call, e.g., "f(x, 2)",
2116 class CallExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
2124 CallExpr(ASTContext& C, StmtClass SC, Expr *fn, unsigned NumPreArgs,
2127 CallExpr(ASTContext &C, StmtClass SC, unsigned NumPreArgs, EmptyShell Empty);
2145 CallExpr(ASTContext& C, Expr *fn, ArrayRef<Expr*> args, QualType t,
2149 CallExpr(ASTContext &C, StmtClass SC, EmptyShell Empty);
2157 return const_cast<CallExpr*>(this)->getCalleeDecl();
2163 return const_cast<CallExpr*>(this)->getDirectCallee();
2175 return const_cast<CallExpr*>(thi
[all...]
/external/clang/lib/Sema/
H A DSemaOverload.cpp5788 // Note that it is safe to allocate CallExpr on the stack here because
5792 CallExpr Call(Context, &ConversionFn, MultiExprArg(), CallResultType, VK,
9881 // create a type dependent CallExpr. The goal is to postpone name lookup
9886 CallExpr *CE = new (Context) CallExpr(Context, Fn,
10145 CallExpr *TheCall =
11386 /// CallExpr is set to a valid expression and FRS_Success returned on success,
11387 /// otherwise CallExpr is set to ExprError() and some non-success value
11396 Expr *Range, ExprResult *CallExpr) {
11407 *CallExpr
11390 BuildForRangeBeginEndCall(Scope *S, SourceLocation Loc, SourceLocation RangeLoc, VarDecl *Decl, BeginEndFunction BEF, const DeclarationNameInfo &NameInfo, LookupResult &MemberLookup, OverloadCandidateSet *CandidateSet, Expr *Range, ExprResult *CallExpr) argument
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 176 milliseconds