OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compiler_info
(Results
1 - 3
of
3
) sorted by null
/external/ltrace/testsuite/lib/
compiler.c
28
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
]
compiler.cc
31
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__} -]
ltrace.exp
130
global
compiler_info
167
set
compiler_info
"unknown"
173
global
compiler_info
176
if [info exists
compiler_info
] {
177
verbose "
compiler_info
=$
compiler_info
"
178
# if no arg, return the
compiler_info
string
179
return $
compiler_info
185
return [string match $compiler $
compiler_info
]
Completed in 59 milliseconds