HomeSort by relevance Sort by last modified time
    Searched refs:CalleeType (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprCXX.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 407 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType;
411 calleeType = CT_Method;
414 calleeType = CT_Function;
421 calleeType = CT_Function;
424 calleeType = CT_Block;
453 Diag(D->getLocation(), diag::note_sentinel_here) << int(calleeType);
470 if (calleeType == CT_Method && PP.isMacroDefined("nil"))
480 Diag(Loc, diag::warn_missing_sentinel) << int(calleeType);
483 << int(calleeType)
    [all...]

Completed in 82 milliseconds