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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 3071 tree wrapped_decl = maybe_wrap_with_location (decl, BUILTINS_LOCATION);
3072 ASSERT_NE (wrapped_decl, decl);
3074 ASSERT_C_PRETTY_PRINTER_OUTPUT ("foo", wrapped_decl);
3066 tree wrapped_decl = maybe_wrap_with_location (decl, BUILTINS_LOCATION); local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 3006 tree wrapped_decl = maybe_wrap_with_location (decl, BUILTINS_LOCATION);
3007 ASSERT_NE (wrapped_decl, decl);
3009 ASSERT_C_PRETTY_PRINTER_OUTPUT ("foo", wrapped_decl);
3001 tree wrapped_decl = maybe_wrap_with_location (decl, BUILTINS_LOCATION); local

Completed in 41 milliseconds