HomeSort by relevance Sort by last modified time
    Searched refs:obstack_1grow (Results 1 - 17 of 17) sorted by null

  /external/bison/src/
muscle_tab.h 44 obstack_1grow (&muscle_obstack, 0); \
51 obstack_1grow (&muscle_obstack, 0); \
58 obstack_1grow (&muscle_obstack, 0); \
72 default: obstack_1grow (Obstack, *p); break; \
81 obstack_1grow (&muscle_obstack, 0); \
output.c 74 obstack_1grow (&format_obstack, ','); \
88 obstack_1grow (&format_obstack, 0); \
95 obstack_1grow (&format_obstack, 0); \
98 obstack_1grow (&format_obstack, 0); \
173 obstack_1grow (&format_obstack, ' ');
175 obstack_1grow (&format_obstack, ',');
183 obstack_1grow (&format_obstack, 0);
608 obstack_1grow (&pre_prologue_obstack, 0);
609 obstack_1grow (&post_prologue_obstack, 0);
scan-gram.l 101 obstack_1grow (&obstack_for_string, '\0'); \
458 obstack_1grow (&obstack_for_string, c);
469 obstack_1grow (&obstack_for_string, c);
472 \\a obstack_1grow (&obstack_for_string, '\a');
473 \\b obstack_1grow (&obstack_for_string, '\b');
474 \\f obstack_1grow (&obstack_for_string, '\f');
475 \\n obstack_1grow (&obstack_for_string, '\n');
476 \\r obstack_1grow (&obstack_for_string, '\r');
477 \\t obstack_1grow (&obstack_for_string, '\t');
478 \\v obstack_1grow (&obstack_for_string, '\v')
    [all...]
muscle_tab.c 151 obstack_1grow (&muscle_obstack, 0);
173 obstack_1grow (&muscle_obstack, 0);
191 obstack_1grow (&muscle_obstack, 0);
print_graph.c 79 obstack_1grow (oout, '\n');
86 obstack_1grow (oout, '.');
181 obstack_1grow (&node_obstack, '\0');
scan-gram.c 1936 obstack_1grow (&obstack_for_string, '\\a'); variable
1941 obstack_1grow (&obstack_for_string, '\\b'); variable
1946 obstack_1grow (&obstack_for_string, '\\f'); variable
1951 obstack_1grow (&obstack_for_string, '\\n'); variable
1956 obstack_1grow (&obstack_for_string, '\\r'); variable
1961 obstack_1grow (&obstack_for_string, '\\t'); variable
1966 obstack_1grow (&obstack_for_string, '\\v'); variable
1972 obstack_1grow (&obstack_for_string, gram_text[1]); variable
    [all...]
conflicts.c 252 obstack_1grow (&solved_conflicts_obstack, '\0');
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
obstack.h 219 void obstack_1grow (struct obstack *obstack, int data_char);
356 # define obstack_1grow(OBSTACK,datum) \
487 # define obstack_1grow(h,datum) \
352 # define obstack_1grow macro
482 # define obstack_1grow macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
obstack.h 219 void obstack_1grow (struct obstack *obstack, int data_char);
356 # define obstack_1grow(OBSTACK,datum) \
487 # define obstack_1grow(h,datum) \
352 # define obstack_1grow macro
482 # define obstack_1grow macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
obstack.h 219 void obstack_1grow (struct obstack *obstack, int data_char);
356 # define obstack_1grow(OBSTACK,datum) \
487 # define obstack_1grow(h,datum) \
352 # define obstack_1grow macro
482 # define obstack_1grow macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
obstack.h 219 void obstack_1grow (struct obstack *obstack, int data_char);
356 # define obstack_1grow(OBSTACK,datum) \
487 # define obstack_1grow(h,datum) \
352 # define obstack_1grow macro
482 # define obstack_1grow macro
  /external/bison/lib/
obstack.h 316 # define obstack_1grow(OBSTACK,datum) \
449 # define obstack_1grow(h,datum) \
312 # define obstack_1grow macro
444 # define obstack_1grow macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.h 320 # define obstack_1grow(OBSTACK,datum) \
453 # define obstack_1grow(h,datum) \
316 # define obstack_1grow macro
448 # define obstack_1grow macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
obstack.h 317 # define obstack_1grow(OBSTACK,datum) \
450 # define obstack_1grow(h,datum) \
313 # define obstack_1grow macro
445 # define obstack_1grow macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
obstack.h 317 # define obstack_1grow(OBSTACK,datum) \
450 # define obstack_1grow(h,datum) \
313 # define obstack_1grow macro
445 # define obstack_1grow macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
obstack.h 317 # define obstack_1grow(OBSTACK,datum) \
450 # define obstack_1grow(h,datum) \
313 # define obstack_1grow macro
445 # define obstack_1grow macro
  /external/elfutils/libcpu/
i386_parse.y 621 obstack_1grow (&os, '\0');
800 obstack_1grow (&ob, '$');
855 obstack_1grow (&ob, '\0');
    [all...]

Completed in 1028 milliseconds