Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cpp67 static void testScanf3(void *ctx, int result, bool allowGnuMalloc, in testScanf3() argument
71 scanf_common(ctx, result, allowGnuMalloc, format, ap); in testScanf3()
76 bool allowGnuMalloc, unsigned n, in testScanf2() argument
83 testScanf3((void *)&scanf_sizes, scanf_result, allowGnuMalloc, format, in testScanf2()
/llvm-project-15.0.7/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.inc1584 #define VSCANF_INTERCEPTOR_IMPL(vname, allowGnuMalloc, ...) \
1592 scanf_common(ctx, res, allowGnuMalloc, format, aq); \