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 85 Builtin::Context::isPrintfLike(unsigned ID, unsigned &FormatIdx,
98 FormatIdx = strtol(Printf, 0, 10);
104 Builtin::Context::isScanfLike(unsigned ID, unsigned &FormatIdx,
117 FormatIdx = strtol(Scanf, 0, 10);
  /external/clang/include/clang/Basic/
Builtins.h 149 bool isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
154 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
  /external/clang/lib/Sema/
SemaChecking.cpp 472 FSI->FormatIdx = Format->getFormatIdx() - 1;
479 if(FSI->FormatIdx == 0)
481 --FSI->FormatIdx;
    [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 103 milliseconds