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 101 bool &HasVAListArg, const char *Fmt) const {
112 HasVAListArg = (*Like == Fmt[1]);
124 bool &HasVAListArg) {
125 return isLike(ID, FormatIdx, HasVAListArg, "pP");
129 bool &HasVAListArg) {
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 682 FSI->HasVAListArg = Format->getFirstArg() == 0;
684 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 305 milliseconds