Searched refs:patterns (Results 1 - 25 of 33) sorted by relevance

12

/haiku-buildtools/autoconf/lib/autotest/
H A DMakefile.am38 check-local: check-forbidden-patterns
/haiku-buildtools/autoconf/lib/autoconf/
H A DMakefile.am45 check-local: check-forbidden-patterns
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dvfp2.s5 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dvfp2_t2.s8 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dcopro.s26 @ The following patterns test Addressing Mode 5 "Unindexed"
H A Dvfp1.s5 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dvfp1_t2.s8 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dvfp1xD.s5 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dvfp1xD_t2.s8 @ First we test the basic syntax and bit patterns of the opcodes.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dvfp2.s5 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dvfp2_t2.s8 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dcopro.s26 @ The following patterns test Addressing Mode 5 "Unindexed"
H A Dthumb2_it.d4 # Many of these patterns use "(eq|s)". These should be changed to just "eq"
H A Dvfp1.s5 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dvfp1_t2.s8 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dvfp1xD.s5 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dvfp1xD_t2.s8 @ First we test the basic syntax and bit patterns of the opcodes.
/haiku-buildtools/gcc/gcc/
H A Dgenopinit.c48 These patterns may be present in the MD file with names that contain
60 that we plan to attach to it, and there are no named patterns in
148 static vec<pattern> patterns; variable
257 /* See if NAME matches one of the patterns we have for the optabs
266 patterns.safe_push (p);
359 /* Sort the collected patterns. */
360 patterns.qsort (pattern_cmp);
362 /* Now that we've handled the "extra" patterns, eliminate them from
373 purging of the X patterns above. */
399 (unsigned) patterns
[all...]
H A Dgenautomata.c358 /* The following list contains patterns which are required to
362 /* The following list contains patterns which should be not present
439 char ***patterns;
1430 DECL_PRESENCE (decl)->patterns = str_patterns;
1439 DECL_ABSENCE (decl)->patterns = str_patterns;
2202 /* Checking NAMES in patterns of a presence/absence clause and
2206 process_presence_absence_patterns (char ***patterns, int num,
2220 for (j = 0; patterns [i] [j] != NULL; j++)
2237 for (j = 0; patterns [i] [j] != NULL; j++)
2239 decl_in_table = find_decl (patterns [
435 char ***patterns; member in struct:unit_pattern_rel_decl
2197 process_presence_absence_patterns(char ***patterns, int num, pos_t req_pos ATTRIBUTE_UNUSED, int presence_p, int final_p) argument
[all...]
/haiku-buildtools/jam/
H A Dbuiltins.c218 LIST *patterns; member in struct:globbing
241 for( l = globbing->patterns; l; l = l->next )
261 globbing.patterns = r;
/haiku-buildtools/autoconf/bin/
H A Dautom4te.in520 # Load the forbidden/allowed patterns.
521 handle_traces ($req, "$tmp/patterns",
524 my @patterns = new Autom4te::XFile ("$tmp/patterns")->getlines;
525 chomp @patterns;
527 map { /^forbid:([^:]+):.+$/ => /^forbid:[^:]+:(.+)$/ } @patterns;
528 my $forbidden = join ('|', map { /^forbid:([^:]+)/ } @patterns) || "^\$";
529 my $allowed = join ('|', map { /^allow:([^:]+)/ } @patterns) || "^\$";
/haiku-buildtools/autoconf/lib/
H A Dfreeze.mk126 ## Looking for forbidden patterns. ##
129 check-forbidden-patterns:
133 echo "ERROR: forbidden patterns were found:" >&2; \
/haiku-buildtools/binutils/opcodes/
H A Dopc2c.c116 unsigned char * patterns; member in struct:__anon1136
194 if (ob == v->patterns[i])
510 v->patterns = (unsigned char *) malloc (1);
518 v->patterns = (unsigned char *) realloc (v->patterns, v->n_patterns);
519 v->patterns[v->n_patterns - 1] = str2mask (cp, ep);
729 lprintf (sim_log, " P %02x\n", v->patterns[j]);
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm-ldmstm.ml1 (* Auto-generate ARM ldm/stm patterns
295 let patterns () = var
322 "/* ARM ldm/stm instruction patterns. This file was automatically generated";
345 patterns ();
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dm88k.c138 static char *patterns[] =
152 return patterns[classify_integer (mode, INTVAL (operands[1]))];
137 static char *patterns[] = local

Completed in 212 milliseconds

12