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

  /external/clang/lib/Basic/
Builtins.cpp 106 const char *Scanf = strpbrk(GetRecord(ID).Attributes, "sS");
107 if (!Scanf)
110 HasVAListArg = (*Scanf == 'S');
112 ++Scanf;
113 assert(*Scanf == ':' && "s or S specifier must have be followed by a ':'");
114 ++Scanf;
116 assert(strchr(Scanf, ':') && "printf specifier must end with a ':'");
117 FormatIdx = strtol(Scanf, 0, 10);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_scanf_interceptor_test.cc 10 // Tests for *scanf interceptors implementation in sanitizer_common.
78 TEST(SanitizerCommonInterceptors, Scanf) {

Completed in 1997 milliseconds