Searched refs:_c_compiler (Results 1 - 1 of 1) sorted by path

/seL4-camkes-master/projects/camkes-tool/camkes/internal/tests/
H A Dutils.py62 _c_compiler = None variable
67 global _c_compiler
68 if _c_compiler is None:
73 _c_compiler = which(cc)
74 if _c_compiler is not None:
76 return _c_compiler

Completed in 33 milliseconds