Searched refs:Subroutine (Results 1 – 5 of 5) sorted by relevance
38 void Subroutine() { EXPECT_EQ(42, 42); } in Subroutine() function43 EXPECT_NO_FATAL_FAILURE(Subroutine()); in TEST()50 ASSERT_NO_FATAL_FAILURE(Subroutine()); in TEST()
504 bool Subroutine = T && T.getTag() == DW_TAG_subroutine_type; in appendConstVolatileQualifierBefore() local511 !Subroutine; in appendConstVolatileQualifierBefore()519 if (!Leading && !Subroutine) { in appendConstVolatileQualifierBefore()
26 - Fix possible 'Subroutine ... redefined' warning (Github #10)
734 void Subroutine() {743 Subroutine(); // The intended behavior is for the fatal failure744 // in Subroutine() to abort the entire test.746 // The actual behavior: the function goes on after Subroutine() returns.828 Subroutine();829 // Aborts if Subroutine() had a fatal failure.
2014 (crypto_recv): Subroutine documentation cleanup, other cleanup