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

  /external/clang/lib/Basic/
Builtins.cpp 85 bool &HasVAListArg) {
90 HasVAListArg = (*Printf == 'P');
104 bool &HasVAListArg) {
109 HasVAListArg = (*Scanf == 'S');
  /external/clang/include/clang/Basic/
Builtins.h 142 bool isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
147 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
  /external/clang/lib/Sema/
SemaChecking.cpp 348 bool HasVAListArg = Format->getFirstArg() == 0;
349 CheckPrintfScanfArguments(TheCall, HasVAListArg,
351 HasVAListArg ? 0 : Format->getFirstArg() - 1,
467 bool HasVAListArg = Format->getFirstArg() == 0;
468 CheckPrintfScanfArguments(TheCall, HasVAListArg, Format->getFormatIdx() - 1,
469 HasVAListArg ? 0 : Format->getFirstArg() - 1, !b);
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 60 milliseconds