Home
last modified time | relevance | path

Searched refs:tcontext (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmangle.cc933 tree tcontext = targetm.cxx.decl_mangling_context (decl); in decl_mangling_context() local
935 if (tcontext != NULL_TREE) in decl_mangling_context()
936 return tcontext; in decl_mangling_context()
953 tcontext = CP_DECL_CONTEXT (decl); in decl_mangling_context()
956 if (tcontext in decl_mangling_context()
957 && TREE_CODE (tcontext) == FUNCTION_DECL in decl_mangling_context()
958 && DECL_OMP_DECLARE_REDUCTION_P (tcontext)) in decl_mangling_context()
959 return decl_mangling_context (tcontext); in decl_mangling_context()
961 return tcontext; in decl_mangling_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmangle.c871 tree tcontext = targetm.cxx.decl_mangling_context (decl); in decl_mangling_context() local
873 if (tcontext != NULL_TREE) in decl_mangling_context()
874 return tcontext; in decl_mangling_context()
891 tcontext = CP_DECL_CONTEXT (decl); in decl_mangling_context()
894 if (tcontext in decl_mangling_context()
895 && TREE_CODE (tcontext) == FUNCTION_DECL in decl_mangling_context()
896 && DECL_OMP_DECLARE_REDUCTION_P (tcontext)) in decl_mangling_context()
897 return decl_mangling_context (tcontext); in decl_mangling_context()
899 return tcontext; in decl_mangling_context()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc1006 tree tcontext = DECL_CONTEXT (target); in plugin_add_using_decl() local
1008 if (UNSCOPED_ENUM_P (tcontext)) in plugin_add_using_decl()
1009 tcontext = CP_TYPE_CONTEXT (tcontext); in plugin_add_using_decl()
1013 tree decl = do_class_using_decl (tcontext, identifier); in plugin_add_using_decl()
1023 finish_nonmember_using_decl (tcontext, identifier); in plugin_add_using_decl()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc850 tree tcontext = DECL_CONTEXT (target); in plugin_add_using_decl() local
852 if (UNSCOPED_ENUM_P (tcontext)) in plugin_add_using_decl()
853 tcontext = CP_TYPE_CONTEXT (tcontext); in plugin_add_using_decl()
857 tree decl = do_class_using_decl (tcontext, identifier); in plugin_add_using_decl()
867 finish_nonmember_using_decl (tcontext, identifier); in plugin_add_using_decl()