Searched refs:tcontext (Results 1 – 4 of 4) sorted by relevance
933 tree tcontext = targetm.cxx.decl_mangling_context (decl); in decl_mangling_context() local935 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()
871 tree tcontext = targetm.cxx.decl_mangling_context (decl); in decl_mangling_context() local873 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()
1006 tree tcontext = DECL_CONTEXT (target); in plugin_add_using_decl() local1008 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()
850 tree tcontext = DECL_CONTEXT (target); in plugin_add_using_decl() local852 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()