HomeSort by relevance Sort by last modified time
    Searched defs:ParamIdx (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 703 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1;
714 OS << "Null passed to a callee that requires a non-null " << ParamIdx
715 << llvm::getOrdinalSuffix(ParamIdx) << " parameter";
741 << ParamIdx << llvm::getOrdinalSuffix(ParamIdx) << " parameter";
    [all...]