Home
last modified time | relevance | path

Searched refs:allowGnuMalloc (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_format_interceptor_test.cc68 static void testScanf3(void *ctx, int result, bool allowGnuMalloc, in testScanf3() argument
72 scanf_common(ctx, result, allowGnuMalloc, format, ap); in testScanf3()
77 bool allowGnuMalloc, unsigned n, in testScanf2() argument
81 testScanf3((void *)&scanf_sizes, scanf_result, allowGnuMalloc, format, in testScanf2()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_format.inc177 static const char *scanf_parse_next(const char *p, bool allowGnuMalloc,
237 if (allowGnuMalloc && dir->convSpecifier == 'a' &&
302 static void scanf_common(void *ctx, int n_inputs, bool allowGnuMalloc,
311 p = scanf_parse_next(p, allowGnuMalloc, &dir);
Dsanitizer_common_interceptors.inc1114 #define VSCANF_INTERCEPTOR_IMPL(vname, allowGnuMalloc, ...) \
1122 scanf_common(ctx, res, allowGnuMalloc, format, aq); \