Searched refs:str_ob (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c7384 struct obstack str_ob;
7434 gcc_obstack_init (&str_ob);
7451 obstack_grow (&str_ob, &str, sizeof (cpp_string));
7464 strs = (cpp_string *) obstack_finish (&str_ob);
7541 obstack_free (&str_ob, 0);
7382 struct obstack str_ob; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc7342 struct obstack str_ob;
7392 gcc_obstack_init (&str_ob);
7409 obstack_grow (&str_ob, &str, sizeof (cpp_string));
7422 strs = (cpp_string *) obstack_finish (&str_ob);
7499 obstack_free (&str_ob, 0);
7340 struct obstack str_ob; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c4137 struct obstack str_ob;
4194 gcc_obstack_init (&str_ob);
4240 obstack_grow (&str_ob, &str, sizeof (cpp_string));
4266 strs = (cpp_string *) obstack_finish (&str_ob);
4328 obstack_free (&str_ob, 0);
4135 struct obstack str_ob; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc4353 struct obstack str_ob;
4410 gcc_obstack_init (&str_ob);
4456 obstack_grow (&str_ob, &str, sizeof (cpp_string));
4482 strs = (cpp_string *) obstack_finish (&str_ob);
4544 obstack_free (&str_ob, 0);
[all...]

Completed in 466 milliseconds