HomeSort by relevance Sort by last modified time
    Searched refs:ordinary (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-8.s 1 # A BPO and an ordinary reloc in the same section.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
line-map.h 59 /* An ordinary line map encodes physical source locations. Those
90 ordinary or macro map. */
172 could have been either a macro or an ordinary map, depending on
178 There are two kinds of maps. Ordinary maps and macro expansion
189 will be locations in an ordinary map, not a macro map.
210 struct line_map_ordinary GTY((tag ("0"))) ordinary; member in union:map_u
218 linemap_check_ordinary (MAP)->d.ordinary.to_file
221 linemap_check_ordinary (MAP)->d.ordinary.to_line
224 linemap_check_ordinary (MAP)->d.ordinary.included_from
227 linemap_check_ordinary (MAP)->d.ordinary.sys
    [all...]
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /bootable/recovery/minui/
Android.mk 21 # ordinary characters in this context). Strip double-quotes from the
  /prebuilts/go/darwin-x86/test/fixedbugs/issue9608.dir/
issue9608.go 19 // Test dead code elimination in ordinary switch statements
  /prebuilts/go/linux-x86/test/fixedbugs/issue9608.dir/
issue9608.go 19 // Test dead code elimination in ordinary switch statements
  /toolchain/binutils/binutils-2.25/libiberty/
makefile.vms 16 lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj,\
  /prebuilts/go/darwin-x86/src/runtime/
error.go 15 // errors from ordinary errors: a type is a
signal_windows.go 220 // the ordinary exit-after-panic happens.
  /prebuilts/go/linux-x86/src/runtime/
error.go 15 // errors from ordinary errors: a type is a
signal_windows.go 220 // the ordinary exit-after-panic happens.
  /external/v8/test/mjsunit/es6/
array-from.js 165 function ordinary() { } function
166 var x = Array.from.call(ordinary, [2]);
array-of.js 200 function ordinary() { } function
201 var x = Array.of.call(ordinary, 2);
  /external/llvm/lib/Support/
regcomp.c 92 static void ordinary(struct parse *, int);
408 ordinary(p, c);
411 case '{': /* okay as ordinary except if digit follows */
415 ordinary(p, c);
487 ordinary(p, GETNEXT());
495 * taken as an ordinary character and then revised to be an anchor. The
533 int starordinary) /* is a leading * an ordinary character? */
611 ordinary(p, (char)c);
738 ordinary(p, firstch(p, cs));
787 default: /* symbol, ordinary character, or range *
942 ordinary(struct parse *p, int ch) function
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 83 static void ordinary(struct parse *, int);
365 ordinary(p, c);
367 case '{': /* okay as ordinary except if digit follows */
371 ordinary(p, c);
443 ordinary(p, GETNEXT());
451 * taken as an ordinary character and then revised to be an anchor. The
489 int starordinary) /* is a leading * an ordinary character? */
567 ordinary(p, (char)c);
694 ordinary(p, firstch(p, cs));
743 default: /* symbol, ordinary character, or range *
898 ordinary(struct parse *p, int ch) function
    [all...]
  /external/libunwind/doc/
unw_get_fpreg.tex 26 type of frame that \Var{cp} is referring to. For ordinary stack
unw_get_reg.tex 26 type of frame that \Var{cp} is referring to. For ordinary stack
unw_set_fpreg.tex 26 type of frame that \Var{cp} is referring to. For ordinary stack
unw_set_reg.tex 26 type of frame that \Var{cp} is referring to. For ordinary stack
unw_get_proc_name.tex 33 between procedure names and ordinary labels. Furthermore, if symbol
  /external/v8/test/webkit/
dictionary-prototype-caching.js 35 // Prototype lookup caching will attempt to convert proto back to an ordinary structure
  /prebuilts/go/darwin-x86/test/chan/
select3.go 192 // selects with closed channels behave like ordinary operations
  /prebuilts/go/linux-x86/test/chan/
select3.go 192 // selects with closed channels behave like ordinary operations
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 142 static void ordinary(struct parse *p, int ch);
471 ordinary(p, c);
473 case '{': /* okay as ordinary except if digit follows */
477 ordinary(p, c);
554 ordinary(p, GETNEXT());
564 * taken as an ordinary character and then revised to be an anchor. The
615 int starordinary, /* is a leading * an ordinary character? */
695 ordinary(p, c &~ BACKSL);
828 ordinary(p, firstch(p, cs));
884 default: /* symbol, ordinary character, or range *
1072 ordinary( function
    [all...]
  /prebuilts/go/darwin-x86/test/
recover.go 305 // then should keep processing ordinary defers earlier than that one
450 // of an ordinary return, so panic would have to know to do the

Completed in 1794 milliseconds

1 2 3 4 5 6