Home
last modified time | relevance | path

Searched refs:current_lang_depth (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-tree.h3830 extern int current_lang_depth (void);
H A Ddecl.c1487 if (current_lang_depth () == 0) in duplicate_decls()
10009 if (TYPE_FOR_JAVA (basetype) && (current_lang_depth () == 0)) in xref_basetypes()
H A DChangeLog-20012699 (duplicate_decls): Use current_lang_depth.
2701 * class.c (current_lang_depth): New fn.
H A Dclass.c5664 current_lang_depth (void) in current_lang_depth() function
H A DChangeLog5784 * class.c (current_lang_depth, push_lang_context,
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h3661 extern int current_lang_depth PARAMS ((void));
H A Ddecl.c3609 if (current_lang_depth () == 0)
13883 && (current_lang_depth () == 0))
H A Dclass.c5968 current_lang_depth () in current_lang_depth() function
H A DChangeLog8676 (duplicate_decls): Use current_lang_depth.
8678 * class.c (current_lang_depth): New fn.