Searched refs:match (Results 1 - 25 of 558) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/fortran/
H A Dmatch.h42 /* match.c. */
44 /* Generic match subroutines. */
45 match gfc_match_special_char (gfc_char_t *);
46 match gfc_match_space (void);
47 match gfc_match_eos (void);
48 match gfc_match_small_literal_int (int *, int *);
49 match gfc_match_st_label (gfc_st_label **);
50 match gfc_match_label (void);
51 match gfc_match_small_int (int *);
52 match gfc_match_small_int_exp
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dsection-match.exp22 run_dump_test section-match-
/haiku-buildtools/binutils/gold/testsuite/
H A Dsplit_s390.sh25 match() function
41 match 'jg.*__morestack>?$' split_s390_z1.stdout
42 match 'long.*0x00100000$' split_s390_z1.stdout
43 match 'jg.*__morestack>?$' split_s390_z1_ns.stdout
44 match 'long.*0x00104000$' split_s390_z1_ns.stdout
46 match 'ear.*$' split_s390_z2.stdout
47 match 'jgl.*__morestack>?$' split_s390_z2.stdout
49 match 'long.*0x00000100$' split_s390_z2.stdout
52 match 'jg .*__morestack>?$' split_s390_z2_ns.stdout
53 match 'lon
[all...]
H A Dsplit_x86_64.sh25 match() function
41 match 'cmp.*+%fs:[^,]*,%rsp' split_x86_64_1.stdout
42 match 'callq.*__morestack>?$' split_x86_64_1.stdout
43 match 'lea.*-0x200\(%rsp\),' split_x86_64_1.stdout
45 match 'stc' split_x86_64_2.stdout
46 match 'callq.*__morestack_non_split>?$' split_x86_64_2.stdout
48 match 'lea.*-0x4200\(%rsp\),' split_x86_64_2.stdout
50 match 'failed to match' split_x86_64_3.stdout
52 match 'call
[all...]
H A Dsplit_x32.sh26 match() function
42 match 'cmp.*+%fs:[^,]*,%esp' split_x32_1.stdout
43 match 'callq.*__morestack>?$' split_x32_1.stdout
44 match 'lea.*-0x200\(%rsp\),' split_x32_1.stdout
46 match 'stc' split_x32_2.stdout
47 match 'callq.*__morestack_non_split>?$' split_x32_2.stdout
49 match 'lea.*-0x4200\(%rsp\),' split_x32_2.stdout
51 match 'failed to match' split_x32_3.stdout
53 match 'call
[all...]
H A Dsplit_i386.sh25 match() function
41 match 'cmp.*+%gs:[^,]*,%esp' split_i386_1.stdout
42 match 'call.*__morestack>?$' split_i386_1.stdout
43 match 'lea.*-0x200\(%esp\),' split_i386_1.stdout
45 match 'stc' split_i386_2.stdout
46 match 'call.*__morestack_non_split>?$' split_i386_2.stdout
48 match 'lea.*-0x4200\(%esp\),' split_i386_2.stdout
50 match 'failed to match' split_i386_3.stdout
52 match 'cal
[all...]
H A Dbnd_ifunc_1.sh25 match() function
33 match '[0-9a-f]*:.*bnd jmpq \*0x[0-9a-f]*\(%rip\) *# [0-9a-f]* <_GLOBAL_OFFSET_TABLE_\+0x18>' bnd_ifunc_1.stdout
36 match "bnd callq $APLT_ADDR" bnd_ifunc_1.stdout
H A Dbnd_plt_1.sh25 match() function
47 match 'bnd jmpq \*0x[0-9a-f]*\(%rip\) *# [0-9a-f]* <_GLOBAL_OFFSET_TABLE_\+0x10>' bnd_plt_1.stdout
51 match "bnd (callq|jmpq) $APLT_ADDR" bnd_ifunc_2.stdout
/haiku-buildtools/legacy/gcc/texinfo/testsuite/makeinfo.0/
H A Dmissnode.exp7 if [string match \
16 if [string match \
H A Dmini.exp3 # 2) Careful in specifying string end on string match, to be sure
10 if [string match \
H A Dnonsense.exp5 if [string match \
H A Dnot.exp3 # 2) `*' at end of string match pattern essential---match *complete* string!
11 if [string match "No*setfilename*found*in*" "$maki_out"] then {
H A Dsmstruct.exp5 if [string match \
H A Datnode.exp3 # 2) Careful in specifying string end on string match, to be sure
11 if [string match \
H A Dconditions.exp3 # 2) Careful in specifying string end on string match, to be sure
13 if [string match \
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_default_init_2.f9016 recursive function recursivefunc ( this ) result ( match )
19 logical :: match local in function:recursivefunc
21 match = (callnb == 10)
22 if ((.NOT. allocated (this % chars)) .OR. match) return
24 match = recursivefunc ( subpattern )
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr47381-1.c13 register uch *match; local
18 match = window + cur_match;
19 if (match[best_len] != scan_end ||
20 match[best_len-1] != scan_end1 ||
21 *match != *scan ||
22 *++match != scan[1]) continue;
/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Dlinkage.exp34 if ![string match "" $lines] then {
43 if [ string match "*64*" $file_string ] {
49 if [ string match "*64*" $file_string ] {
55 if [ string match "*32-bit*" $file_string ] {
58 if [ string match "*64-bit*" $file_string ] {
64 if [ string match "*32-bit*" $file_string ] {
67 if [ string match "*64-bit*" $file_string ] {
72 if [ string match "*ELF-64*" $file_string ] {
77 if [ string match "*64-bit*" $file_string ] {
79 } elseif [ string match "*3
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Ddefarg11.C8 template<typename> struct match { }; struct
11 struct match<t<T> > { typedef int type; }; struct
14 struct match<t<T0,T1> > { typedef int type; }; struct
18 typedef match<other<void,void> >::type type;
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dbinutils.exp65 if { [string match "*not supported*" $link_output]
66 || [string match "*unrecognized option*" $link_output]
67 || [string match "*-z relro ignored*" $link_output] } {
77 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
83 if [string match "*-z relro*" $ld_options] {
86 if { ![string match "*GNU_RELRO*" $got] } then {
88 if { [string match "*.data.rel.ro*" $got]
89 || [string match "*.dynamic*" $got]
90 || [string match "*.got*" $got]
91 || [string match "*
[all...]
H A Dtls_common.exp57 if { [string match "*not supported*" $link_output]
58 || [string match "*unrecognized option*" $link_output] } {
60 } elseif { [string match "*Warning*alignment*of common symbol*" $link_output] } {
69 if { [string match "*not supported*" $link_output]
70 || [string match "*unrecognized option*" $link_output] } {
72 } elseif { [string match "*Warning*alignment*of common symbol*" $link_output] } {
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dthunk1.C23 static C *match; variable
27 if (this != match)
39 match = &obj;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Ddefarg13.C7 void translateToOther(QMap<int, int> match = (QMap<int, int>()));
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-pie/
H A Dpie.exp31 if { ![string match "" $exec_output] } {
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dpr18347.l2 [^:]*:2: Warning: \[-mwarn-syms\]: Assignment makes a symbol match an ARM instruction: LDR

Completed in 292 milliseconds

1234567891011>>