HomeSort by relevance Sort by last modified time
    Searched refs:CallExpr (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 327 static bool _evalCall(void *checker, const CallExpr *CE, CheckerContext &C) {
341 static bool _inlineCall(void *checker, const CallExpr *CE,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 279 void VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred,
478 bool InlineCall(ExplodedNodeSet &Dst, const CallExpr *CE, ExplodedNode *Pred);
484 /// The GDM stores the corresponding CallExpr pointer.
  /external/clang/include/clang/Sema/
Sema.h 75 class CallExpr;
634 llvm::SmallVector<CallExpr*, 8> DelayedDecltypeCalls;
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 69 isa<CallExpr>(Expr) ||
SemaExceptionSpec.cpp     [all...]
  /external/javassist/src/main/javassist/compiler/
JvstTypeChecker.java 140 public void atCallExpr(CallExpr expr) throws CompileError {
TypeChecker.java 316 e = CallExpr.makeCall(Expr.make('.', e,
490 return CallExpr.makeCall(Expr.make('.', target, new Member("append")),
625 public void atCallExpr(CallExpr expr) throws CompileError {
    [all...]
JvstCodeGen.java 229 public void atCallExpr(CallExpr expr) throws CompileError {
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 354 CallExpr *SynthesizeCallToFunctionDecl(FunctionDecl *FD,
386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 377 /// traversing the CallExpr associated with the call and checking if the given
400 virtual std::string getMessageForReturn(const CallExpr *CallExpr) {
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 243 if (const CallExpr* CE =
244 dyn_cast_or_null<CallExpr>(CEnter.getCallExpr()))
498 // Still use the index of the CallExpr. It's needed to create the callee
PathDiagnostic.cpp 673 const CallExpr *CE = dyn_cast_or_null<CallExpr>(CExit->getStmt());
687 for (CallExpr::const_arg_iterator I = CE->arg_begin(),
BugReporterVisitors.cpp 59 // Callee is checked as a PreVisit to the CallExpr.
61 if (const CallExpr *CE = dyn_cast<CallExpr>(S))
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 31 CallExpr::const_arg_iterator ArgBeg,
32 CallExpr::const_arg_iterator ArgEnd) {
162 if (const CallExpr *CE = dyn_cast<CallExpr>(Base))
183 && !isa<CallExpr>(ME->getBase())) {
    [all...]
CGExprComplex.cpp 154 ComplexPairTy VisitCallExpr(const CallExpr *E);
341 ComplexPairTy ComplexExprEmitter::VisitCallExpr(const CallExpr *E) {
CGBuiltin.cpp 81 const CallExpr *E) {
115 const CallExpr *E,
169 const CallExpr *E, llvm::Value *calleeValue) {
175 unsigned BuiltinID, const CallExpr *E) {
    [all...]
CGExprAgg.cpp 143 void VisitCallExpr(const CallExpr *E);
644 void AggExprEmitter::VisitCallExpr(const CallExpr *E) {
    [all...]
CGExpr.cpp 661 return EmitCallExprLValue(cast<CallExpr>(E));
    [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
StmtPrinter.cpp 68 void PrintCallArgs(CallExpr *E);
932 void StmtPrinter::PrintCallArgs(CallExpr *Call) {
944 void StmtPrinter::VisitCallExpr(CallExpr *Call) {
    [all...]
ExprClassification.cpp 271 return ClassifyUnnamed(Ctx, cast<CallExpr>(E)->getCallReturnType());
  /external/v8/tools/gcmole/
gcmole.cc 133 virtual bool VisitCallExpr(clang::CallExpr* expr) {
545 VISIT(CallExpr);
844 ExprEffect VisitCallExpr(clang::CallExpr* call,
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 717 milliseconds

1 23 4 5