Home | History | Annotate | Download | only in lib

Lines Matching full:regex

552 #   error: REGEX
553 # An error with message matching REGEX must be emitted for the test
562 # warning: REGEX
563 # Expect a linker warning matching REGEX. It is an error to issue
899 set check_ld(source) "regex"
901 set check_ld(regex) $opts(error)
903 set check_ld(regex) $opts(warning)
971 verbose -log "$exitstat with: <$comp_output>, expected: <$check_ld(regex)>"
983 && ((($check_ld(source) == "regex") \
984 && ($check_ld(regex) == "") == ($comp_output == "") \
985 && [regexp $check_ld(regex) $comp_output]) \
1506 # objdump: Apply objdump options on result. Compare with regex (last arg).
1507 # nm: Apply nm options on result. Compare with regex (last arg).
1508 # readelf: Apply readelf options on result. Compare with regex (last arg).