Lines Matching refs:match

149 	if { [ string match $visibility "hidden_undef" ]
153 } else { if { [ string match $visibility "protected_undef" ]
172 if { [ string match $visibility "hidden" ]
176 } else { if { [ string match $visibility "hidden_undef_def" ]
188 if { [ string match $visibility "hidden" ]
189 || [ string match $visibility "hidden_undef" ]
190 || [ string match $visibility "protected_undef" ] } {
198 if ![string match "" $exec_output] then {
210 if {![string match "" $exec_output]} then {
234 if [ string match $visibility "hidden" ] {
236 } else { if [ string match $visibility "hidden_normal" ] {
238 } else { if [ string match $visibility "hidden_undef" ] {
240 } else { if [ string match $visibility "hidden_undef_def" ] {
242 } else { if [ string match $visibility "hidden_weak" ] {
244 } else { if [ string match $visibility "protected" ] {
246 } else { if [ string match $visibility "protected_undef" ] {
248 } else { if [ string match $visibility "protected_undef_def" ] {
250 } else { if [ string match $visibility "protected_weak" ] {
285 if { [ string match $visibility "protected" ]
286 || [ string match $visibility "protected_undef_def" ] } {
287 if [ string match $support_protected "no" ] {
297 if { ![ string match $visibility "hidden_undef" ]
298 && ![ string match $visibility "protected_undef" ] } {
302 if { ![ string match $visibility "hidden" ]
303 && ![ string match $visibility "hidden_undef" ]
304 && ![ string match $visibility "hidden_undef_def" ]
305 && ![ string match $visibility "protected_undef" ] } {
318 if [ string match $shared_needs_pic "yes" ] {
328 if { [ string match $visibility "protected" ]
329 || [ string match $visibility "protected_undef_def" ] } {
330 if [ string match $support_protected "no" ] {
337 if { [ string match $visibility "hidden_normal" ]
338 || [ string match $visibility "hidden_weak" ]
339 || [ string match $visibility "protected" ]
340 || [ string match $visibility "protected_undef_def" ]
341 || [ string match $visibility "protected_weak" ]
342 || [ string match $visibility "normal" ] } {
349 if { ![ string match $visibility "hidden_undef" ]
350 && ![ string match $visibility "protected_undef" ] } {
362 if [ string match $shared_needs_pic "yes" ] {
377 if { [ string match $visibility "protected" ]
378 || [ string match $visibility "protected_undef_def" ] } {
379 if [ string match $support_protected "no" ] {
408 if { [ string match $visibility "protected" ]
409 || [ string match $visibility "protected_undef_def" ] } {
410 if [ string match $support_protected "no" ] {
416 if { ![ string match $visibility "hidden_undef" ]
417 && ![ string match $visibility "protected_undef" ] } {
421 if { ![ string match $visibility "hidden" ]
422 && ![ string match $visibility "hidden_undef" ]
423 && ![ string match $visibility "hidden_undef_def" ]
424 && ![ string match $visibility "protected_undef" ] } {
437 if [ string match $shared_needs_pic "yes" ] {
448 if { [ string match $visibility "protected" ]
449 || [ string match $visibility "protected_undef_def" ] } {
450 if [ string match $support_protected "no" ] {
478 if { [string match "*illegal option*" $exec_output] \
479 || [string match "*option ignored*" $exec_output] \
480 || [string match "*unrecognized option*" $exec_output] \
481 || [string match "*passed to ld*" $exec_output] } {