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

  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 4857 it makes a difference. If FOR_DECL is non-null, it's the declaration
4862 maybe_check_abi_tags (tree t, tree for_decl, int ver)
4875 if (for_decl && DECL_THUNK_P (for_decl))
4880 else if (for_decl)
4881 warning_at (DECL_SOURCE_LOCATION (for_decl), OPT_Wabi,
4884 for_decl, flag_abi_version, warn_abi_version); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 4449 it makes a difference. If FOR_DECL is non-null, it's the declaration
4454 maybe_check_abi_tags (tree t, tree for_decl, int ver)
4467 if (for_decl && DECL_THUNK_P (for_decl))
4472 else if (for_decl)
4473 warning_at (DECL_SOURCE_LOCATION (for_decl), OPT_Wabi,
4476 for_decl, flag_abi_version, warn_abi_version); local

Completed in 28 milliseconds