HomeSort by relevance Sort by last modified time
    Searched full:call_expr (Results 1 - 25 of 31) sorted by null

1 2

  /external/v8/tools/clang/plugins/
CheckIPCVisitor.cpp 70 void CheckIPCVisitor::VisitCallExpr(CallExpr* call_expr) {
71 ValidateWriteParam(call_expr);
74 bool CheckIPCVisitor::ValidateWriteParam(const CallExpr* call_expr) {
75 const FunctionDecl* callee_decl = call_expr->getDirectCallee();
81 return ValidateWriteParamSignature(call_expr) &&
82 ValidateWriteParamArgument(call_expr->getArg(1));
87 const CallExpr* call_expr) {
88 if (call_expr->getNumArgs() != 2) {
90 call_expr->getExprLoc(), error_write_param_bad_signature_);
CheckIPCVisitor.h 50 void VisitCallExpr(clang::CallExpr* call_expr);
57 bool ValidateWriteParam(const clang::CallExpr* call_expr);
58 bool ValidateWriteParamSignature(const clang::CallExpr* call_expr);
FindBadConstructsConsumer.h 56 bool VisitCallExpr(clang::CallExpr* call_expr);
FindBadConstructsConsumer.cpp 208 bool FindBadConstructsConsumer::VisitCallExpr(CallExpr* call_expr) {
209 if (ipc_visitor_) ipc_visitor_->VisitCallExpr(call_expr);
    [all...]
  /external/v8/tools/clang/pass_to_move/
PassToMove.cpp 42 const clang::CXXMemberCallExpr* call_expr = local
45 clang::dyn_cast<clang::MemberExpr>(call_expr->getCallee());
65 result.SourceManager->getSpellingLoc(call_expr->getRParenLoc())),
  /external/clang/lib/Index/
IndexTypeSourceInfo.cpp 45 #define TRY_TO(CALL_EXPR) \
47 if (!CALL_EXPR) \
IndexDecl.cpp 17 #define TRY_TO(CALL_EXPR) \
19 if (!CALL_EXPR) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 491 CALL_EXPR
548 CALL_EXPR
571 CALL_EXPR
596 CALL_EXPR
664 CALL_EXPR
    [all...]
tree-check.h 66 #define CALL_EXPR_CHECK(t) TREE_CHECK (t, CALL_EXPR)
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 438 if c.kind == CursorKind.CALL_EXPR:
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 66 // invokes CALL_EXPR, which must be a method call, on the derived
68 // in CALL_EXPR).
69 #define TRY_TO(CALL_EXPR) \
71 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h 77 // invokes CALL_EXPR, which must be a method call, on the derived
79 // in CALL_EXPR).
80 #define TRY_TO(CALL_EXPR) \
82 if (!getDerived().CALL_EXPR) \
    [all...]

Completed in 2396 milliseconds

1 2