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

1 2 34 5

  /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/lib/CodeGen/
CGExprAgg.cpp 145 void VisitCallExpr(const CallExpr *E);
720 void AggExprEmitter::VisitCallExpr(const CallExpr *E) {
    [all...]
CGExprComplex.cpp 153 ComplexPairTy VisitCallExpr(const CallExpr *E);
369 ComplexPairTy ComplexExprEmitter::VisitCallExpr(const CallExpr *E) {
    [all...]
CGExpr.cpp 788 return EmitCallExprLValue(cast<CallExpr>(E));
    [all...]
CGObjC.cpp     [all...]
CGExprConstant.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 892 isa<CallExpr>(Expr) ||
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaStmt.cpp 210 if (const CallExpr *CE = dyn_cast<CallExpr>(E)) {
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 249 if (CallExpr *CE = dyn_cast<CallExpr>(S)) {
354 CFGBlock *VisitCallExpr(CallExpr *C, AddStmtChoice asc);
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
StmtPrinter.cpp 70 void PrintCallArgs(CallExpr *E);
956 void StmtPrinter::PrintCallArgs(CallExpr *Call) {
968 void StmtPrinter::VisitCallExpr(CallExpr *Call) {
    [all...]
StmtProfile.cpp 387 void StmtProfiler::VisitCallExpr(const CallExpr *S) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 517 void ASTStmtWriter::VisitCallExpr(CallExpr *E) {
522 for (CallExpr::arg_iterator Arg = E->arg_begin(), ArgEnd = E->arg_end();
    [all...]
ASTReaderStmt.cpp 593 void ASTStmtReader::VisitCallExpr(CallExpr *E) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 151 friend class CallExpr; // ctor
227 friend class CallExpr;
    [all...]
RecursiveASTVisitor.h     [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
482 void ExprEngine::VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred,
484 // Perform the previsit of the CallExpr.
502 // Finally, perform the post-condition check of the CallExpr and store
505 // The post-CallExpr check will occur in processCallExit.
    [all...]
BugReporter.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 511 /// \brief Matches declarations for QualType and CallExpr.
561 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
563 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder,
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]

Completed in 590 milliseconds

1 2 34 5