Home
last modified time | relevance | path

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

/external/pigweed/targets/arduino/
DBUILD.gn46 _cflags = exec_script(arduino_builder_script,
49 cflags = filter_exclude(_cflags, _exclude_flags)
/external/llvm-project/llvm/utils/
Dcollect_and_build_with_pgo.py66 _cflags = ['CMAKE_C_FLAGS', 'CMAKE_CXX_FLAGS'] variable in CmakeInvocation
78 for flag in CmakeInvocation._cflags + CmakeInvocation._ldflags:
102 for f in CmakeInvocation._cflags:
/external/python/cpython3/Lib/test/
Dtest_faulthandler.py22 _cflags = sysconfig.get_config_var('CFLAGS') or '' variable
25 '-fsanitize=undefined' in _cflags or
29 '-fsanitize=memory' in _cflags or
Dtest_io.py65 _cflags = sysconfig.get_config_var('CFLAGS') or '' variable
68 '-fsanitize=memory' in _cflags or