Home
last modified time | relevance | path

Searched refs:alloc_declarator (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c1446 alloc_declarator (size_t bytes) in alloc_declarator() function
1459 declarator = (cp_declarator *) alloc_declarator (sizeof (cp_declarator)); in make_declarator()
1709 alloc_declarator (sizeof (cp_parameter_declarator)));
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc1544 alloc_declarator (size_t bytes) in alloc_declarator() function
1557 declarator = (cp_declarator *) alloc_declarator (sizeof (cp_declarator)); in make_declarator()
1810 alloc_declarator (sizeof (cp_parameter_declarator))); in make_parameter_declarator()
H A DChangeLog-20044569 (alloc_declarator): New function.