HomeSort by relevance Sort by last modified time
    Searched full:calleetype (Results 1 - 9 of 9) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
inline_pass.cpp 163 const ir::Instruction* calleeType =
165 if (calleeType->opcode() != SpvOpTypeVoid) {
  /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/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 419 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType;
423 calleeType = CT_Method;
426 calleeType = CT_Function;
433 calleeType = CT_Function;
436 calleeType = CT_Block;
465 Diag(D->getLocation(), diag::note_sentinel_here) << int(calleeType);
482 if (calleeType == CT_Method && PP.isMacroDefined("nil"))
492 Diag(Loc, diag::warn_missing_sentinel) << int(calleeType);
495 << int(calleeType)
    [all...]

Completed in 7709 milliseconds