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 99 bool &HasVAListArg) {
104 HasVAListArg = (*Printf == 'P');
118 bool &HasVAListArg) {
123 HasVAListArg = (*Scanf == 'S');
  /external/clang/include/clang/Basic/
Builtins.h 157 bool isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
162 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
  /external/clang/lib/Sema/
SemaChecking.cpp 686 FSI->HasVAListArg = Format->getFirstArg() == 0;
688 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 75 milliseconds