Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DSanitizerArgs.cpp727 int InsertionPointTypes = CoverageFunc | CoverageBB | CoverageEdge; in SanitizerArgs() local
731 if ((CoverageFeatures & InsertionPointTypes) && in SanitizerArgs()
739 if (!(CoverageFeatures & InsertionPointTypes)) { in SanitizerArgs()