HomeSort by relevance Sort by last modified time
    Searched refs:CallExpr (Results 76 - 100 of 128) sorted by null

1 2 34 5 6

  /external/clang/lib/Analysis/
ReachableCode.cpp 184 dyn_cast_or_null<FunctionDecl>(cast<CallExpr>(S)->getCalleeDecl());
CFG.cpp 328 if (CallExpr *CE = dyn_cast<CallExpr>(S)) {
432 CFGBlock *VisitCallExpr(CallExpr *C, AddStmtChoice asc);
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGExprCXX.cpp 30 QualType ImplicitParamTy, const CallExpr *CE, CallArgList &Args) {
67 "No CallExpr specified for function with non-zero number of arguments");
75 const CallExpr *CE) {
88 const CallExpr *CE, StructorType Type) {
133 const CallExpr *CE, const CXXMethodDecl *MD, ReturnValueSlot ReturnValue,
    [all...]
CGExprComplex.cpp 161 ComplexPairTy VisitCallExpr(const CallExpr *E);
379 ComplexPairTy ComplexExprEmitter::VisitCallExpr(const CallExpr *E) {
    [all...]
CGObjC.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGExprAgg.cpp 151 void VisitCallExpr(const CallExpr *E);
755 void AggExprEmitter::VisitCallExpr(const CallExpr *E) {
    [all...]
CGExprConstant.cpp     [all...]
CGStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp 243 if (const CallExpr *CE = dyn_cast<CallExpr>(E)) {
    [all...]
AnalysisBasedWarnings.cpp 174 const CallExpr *CE = dyn_cast<CallExpr>(B.getAs<CFGStmt>()->getStmt());
    [all...]
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 360 bool VisitCallExpr(CallExpr *Call) {
  /external/javassist/src/main/javassist/compiler/
JvstCodeGen.java 229 public void atCallExpr(CallExpr expr) throws CompileError {
MemberCodeGen.java 448 public void atCallExpr(CallExpr expr) throws CompileError {
    [all...]
Parser.java     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 644 /// \brief Matches declarations for QualType and CallExpr.
707 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
709 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder,
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 892 isa<CallExpr>(Expr) ||
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 966 Call(SExpr *T, const clang::CallExpr *Ce = nullptr)
973 const clang::CallExpr *clangCallExpr() const { return Cexpr; }
988 const clang::CallExpr *Cexpr;
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 106 friend class CallExpr; // ctor
182 friend class CallExpr;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 217 /// 5. PostStmt<CallExpr>
243 // If the callee returns an expression, bind its value to CallExpr.
320 // Step 5: Perform the post-condition check of the CallExpr and enqueue the
483 void ExprEngine::VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred,
485 // Perform the previsit of the CallExpr.
503 // Finally, perform the post-condition check of the CallExpr and store
506 // The post-CallExpr check will occur in processCallExit.
    [all...]

Completed in 3423 milliseconds

1 2 34 5 6