Home
last modified time | relevance | path

Searched refs:TINST_DECL (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Derror.c2235 if (current_function_decl != TINST_DECL (p) in print_instantiation_full_context()
2243 if (current_function_decl == TINST_DECL (p)) in print_instantiation_full_context()
2249 decl_as_string (TINST_DECL (p), in print_instantiation_full_context()
2273 decl_as_string (TINST_DECL (t), in print_instantiation_partial_context()
H A DChangeLog.tree-ssa418 * cp-tree.h (TINST_DECL): Update now that we no longer use
419 EXPR_WITH_FILE_LOCATION to represent the TINST_DECL information.
H A Dcp-tree.def314 TINST_DECL contains the original DECL node.
H A Dtree.c2004 WALK_SUBTREE (TINST_DECL (*tp)); in cp_walk_subtrees()
H A Dcp-tree.h3281 #define TINST_DECL(NODE) \ macro
H A Dpt.c4400 level = !(current_tinst_level && TINST_DECL (current_tinst_level) == d); in add_pending_template()
5241 TINST_DECL (new) = d; in push_tinst_level()
H A DChangeLog-20043339 (cp_walk_subtrees): Walk TINST_DECL for a TINST_LEVEL node.
H A DChangeLog-20003214 (TINST_DECL, TINST_LINE, TINST_FILE): New macros.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c2520 if (current_function_decl != TINST_DECL (p)
2528 if (current_function_decl == TINST_DECL (p))
2533 decl_as_string (TINST_DECL (p),
2557 decl_as_string (TINST_DECL (t), TFF_DECL_SPECIFIERS | TFF_RETURN_TYPE));
H A Dcp-tree.h3228 #define TINST_DECL(NODE) EXPR_WFL_NODE (NODE) macro
H A Dpt.c3977 level = !(current_tinst_level && TINST_DECL (current_tinst_level) == d);
H A DChangeLog13086 (TINST_DECL, TINST_LINE, TINST_FILE): New macros.