Home | History | Annotate | Download | only in asan

Lines Matching refs:cf

95   CommonFlags *cf = common_flags();
96 ParseCommonFlagsFromString(cf, str);
97 CHECK((uptr)cf->malloc_context_size <= kStackTraceMax);
234 CommonFlags *cf = common_flags();
235 SetCommonFlagsDefaults(cf);
236 cf->detect_leaks = CAN_SANITIZE_LEAKS;
237 cf->external_symbolizer_path = GetEnv("ASAN_SYMBOLIZER_PATH");
238 cf->malloc_context_size = kDefaultMallocContextSize;
239 cf->intercept_tls_get_addr = true;
240 cf->coverage = false;
298 if (!CAN_SANITIZE_LEAKS && cf->detect_leaks) {
301 cf->detect_leaks = false;