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 86 bool &HasVAListArg) {
91 HasVAListArg = (*Printf == 'P');
105 bool &HasVAListArg) {
110 HasVAListArg = (*Scanf == 'S');
  /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 471 FSI->HasVAListArg = Format->getFirstArg() == 0;
473 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 203 milliseconds