reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
  205 TEST_F(DebugLineBasicFixture, GetOrParseLineTableAtInvalidOffset) {
  220 TEST_F(DebugLineBasicFixture, GetOrParseLineTableAtInvalidOffsetAfterData) {
  299 TEST_F(DebugLineBasicFixture, ErrorForReservedLength) {
  313 TEST_F(DebugLineBasicFixture, ErrorForLowVersion) {
  328 TEST_F(DebugLineBasicFixture, ErrorForInvalidV5IncludeDirTable) {
  425 TEST_F(DebugLineBasicFixture, ErrorForInvalidExtendedOpcodeLength) {
  439 TEST_F(DebugLineBasicFixture, ErrorForMismatchedAddressSize) {
  456 TEST_F(DebugLineBasicFixture, CallbackUsedForUnterminatedSequence) {
  484 TEST_F(DebugLineBasicFixture, ParserParsesCorrectly) {
  511 TEST_F(DebugLineBasicFixture, ParserSkipsCorrectly) {
  531 TEST_F(DebugLineBasicFixture, ParserAlwaysDoneForEmptySection) {
  541 TEST_F(DebugLineBasicFixture, ParserMovesToEndForBadLengthWhenParsing) {
  562 TEST_F(DebugLineBasicFixture, ParserMovesToEndForBadLengthWhenSkipping) {
  582 TEST_F(DebugLineBasicFixture, ParserReportsFirstErrorInEachTableWhenParsing) {
  607 TEST_F(DebugLineBasicFixture, ParserReportsNonPrologueProblemsWhenParsing) {
  638 TEST_F(DebugLineBasicFixture,
  663 TEST_F(DebugLineBasicFixture, ParserIgnoresNonPrologueErrorsWhenSkipping) {

References

utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  452   return &(TypeIdHelper<T>::dummy_);