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

  /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
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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/src/
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...]

Completed in 169 milliseconds