Searched defs:compiler_info (Results 1 - 2 of 2) sorted by relevance

/external/ltrace/testsuite/lib/
H A Dcompiler.c28 TODO: make compiler_info a local variable for get_compiler_info and
43 set compiler_info "unknown" ; variable
48 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__} -]
50 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
57 set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
H A Dcompiler.cc31 set compiler_info "unknown" ; variable
36 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__} -]
38 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
44 set compiler_info [join {xlc++ __IBMCPP__} -]

Completed in 159 milliseconds