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

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cc68 static void testScanf3(void *ctx, int result, bool allowGnuMalloc, argument
72 scanf_common(ctx, result, allowGnuMalloc, format, ap);
77 bool allowGnuMalloc, unsigned n,
81 testScanf3((void *)&scanf_sizes, scanf_result, allowGnuMalloc, format,
91 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ true, n, ap);
99 testScanf2(format, scanf_result, /* allowGnuMalloc */ true, n, ap);
106 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ false, n, ap);
76 testScanf2(const char *format, int scanf_result, bool allowGnuMalloc, unsigned n, va_list expected_sizes) argument
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc176 static const char *scanf_parse_next(const char *p, bool allowGnuMalloc,
236 if (allowGnuMalloc && dir->convSpecifier == 'a' &&
301 static void scanf_common(void *ctx, int n_inputs, bool allowGnuMalloc,
310 p = scanf_parse_next(p, allowGnuMalloc, &dir);
H A Dsanitizer_common_interceptors.inc743 #define VSCANF_INTERCEPTOR_IMPL(vname, allowGnuMalloc, ...) \
751 scanf_common(ctx, res, allowGnuMalloc, format, aq); \

Completed in 392 milliseconds