HomeSort by: relevance | last modified time | path
    Searched defs:tcontext (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcc1/
libcp1plugin.cc 855 tree tcontext = DECL_CONTEXT (target);
857 if (UNSCOPED_ENUM_P (tcontext))
858 tcontext = CP_TYPE_CONTEXT (tcontext);
862 tree decl = do_class_using_decl (tcontext, identifier);
872 finish_nonmember_using_decl (tcontext, identifier);
850 tree tcontext = DECL_CONTEXT (target); local
  /src/external/gpl3/gcc.old/dist/libcc1/
libcp1plugin.cc 855 tree tcontext = DECL_CONTEXT (target);
857 if (UNSCOPED_ENUM_P (tcontext))
858 tcontext = CP_TYPE_CONTEXT (tcontext);
862 tree decl = do_class_using_decl (tcontext, identifier);
872 finish_nonmember_using_decl (tcontext, identifier);
850 tree tcontext = DECL_CONTEXT (target); local
  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 1037 tree tcontext = targetm.cxx.decl_mangling_context (decl); local
1039 if (tcontext != NULL_TREE)
1040 return tcontext;
1052 tcontext = CP_DECL_CONTEXT (decl);
1053 if (LAMBDA_TYPE_P (tcontext))
1057 return decl_mangling_context (TYPE_NAME (tcontext));
1063 tcontext = CP_DECL_CONTEXT (decl);
1066 tcontext = DECL_FRIEND_CONTEXT (decl);
1069 if (tcontext
1070 && TREE_CODE (tcontext) == FUNCTION_DEC
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 933 tree tcontext = targetm.cxx.decl_mangling_context (decl); local
935 if (tcontext != NULL_TREE)
936 return tcontext;
953 tcontext = CP_DECL_CONTEXT (decl);
956 if (tcontext
957 && TREE_CODE (tcontext) == FUNCTION_DECL
958 && DECL_OMP_DECLARE_REDUCTION_P (tcontext))
959 return decl_mangling_context (tcontext);
961 return tcontext;

Completed in 25 milliseconds