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

  /src/external/gpl3/gcc/dist/gcc/cp/
vtable-class-hierarchy.cc 934 bool vtable_should_be_output = false; local
942 vtable_should_be_output = TREE_ASM_WRITTEN (vtable_decl);
946 if (vtable_decl && vtable_should_be_output)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
vtable-class-hierarchy.cc 947 bool vtable_should_be_output = false; local
955 vtable_should_be_output = TREE_ASM_WRITTEN (vtable_decl);
959 if (vtable_decl && vtable_should_be_output)

Completed in 64 milliseconds