Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/scan-build-py/libscanbuild/
Dcompilation.py51 COMPILER_PATTERNS = frozenset([ variable
138 if any(pattern.match(executable) for pattern in COMPILER_PATTERNS):
/external/clang/tools/scan-build-py/libscanbuild/
Dcompilation.py52 COMPILER_PATTERNS = frozenset([ variable
139 if any(pattern.match(executable) for pattern in COMPILER_PATTERNS):