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

  /external/clang/lib/Basic/
Builtins.cpp 100 bool Builtin::Context::isLike(unsigned ID, unsigned &FormatIdx,
119 FormatIdx = ::strtol(Like, nullptr, 10);
123 bool Builtin::Context::isPrintfLike(unsigned ID, unsigned &FormatIdx,
125 return isLike(ID, FormatIdx, HasVAListArg, "pP");
128 bool Builtin::Context::isScanfLike(unsigned ID, unsigned &FormatIdx,
130 return isLike(ID, FormatIdx, HasVAListArg, "sS");
  /external/clang/include/clang/Basic/
Builtins.h 159 bool isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
164 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
182 bool isLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg,
  /external/clang/lib/Sema/
SemaChecking.cpp 683 FSI->FormatIdx = Format->getFormatIdx() - 1;
690 if(FSI->FormatIdx == 0)
692 --FSI->FormatIdx;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 115 milliseconds