HomeSort by: relevance | last modified time | path
    Searched refs:GCC_TYPE_NONE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/compile/
compile-internal.h 42 const gcc_type GCC_TYPE_NONE = (gcc_type) -1;
compile-cplus.h 74 : m_nested_type (GCC_TYPE_NONE), m_pushed (false)
79 Returns GCC_TYPE_NONE if this type was not nested. */
160 Otherwise, nested_type () is GCC_TYPE_NONE. */
compile-cplus-types.c 519 if (scope.nested_type () != GCC_TYPE_NONE)
695 return GCC_TYPE_NONE;
814 if (scope.nested_type () != GCC_TYPE_NONE)
913 if (scope.nested_type () != GCC_TYPE_NONE)
1111 return GCC_TYPE_NONE;
1209 if (result != GCC_TYPE_NONE)
compile-cplus-symbols.c 195 if (scope.nested_type () != GCC_TYPE_NONE)
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-internal.h 42 const gcc_type GCC_TYPE_NONE = (gcc_type) -1;
compile-cplus.h 74 : m_nested_type (GCC_TYPE_NONE), m_pushed (false)
79 Returns GCC_TYPE_NONE if this type was not nested. */
160 Otherwise, nested_type () is GCC_TYPE_NONE. */
compile-cplus-types.c 519 if (scope.nested_type () != GCC_TYPE_NONE)
695 return GCC_TYPE_NONE;
814 if (scope.nested_type () != GCC_TYPE_NONE)
913 if (scope.nested_type () != GCC_TYPE_NONE)
1111 return GCC_TYPE_NONE;
1209 if (result != GCC_TYPE_NONE)
compile-cplus-symbols.c 195 if (scope.nested_type () != GCC_TYPE_NONE)

Completed in 18 milliseconds