Home
last modified time | relevance | path

Searched refs:try_check_compiler (Results 1 - 1 of 1) sorted by relevance

/third_party/node/
H A Dconfigure.py943 def try_check_compiler(cc, lang): function
1054 ok, is_clang, clang_version, gcc_version = try_check_compiler(CXX, 'c++')
1062 ok, is_clang, clang_version, gcc_version = try_check_compiler(CC, 'c')
1241 try_check_compiler(compiler[0], compiler[1])
1250 try_check_compiler(compiler[0], compiler[1])

Completed in 4 milliseconds