Home
last modified time | relevance | path

Searched refs:Subroutine (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_sole_header_test.cc38 void Subroutine() { EXPECT_EQ(42, 42); } in Subroutine() function
43 EXPECT_NO_FATAL_FAILURE(Subroutine()); in TEST()
50 ASSERT_NO_FATAL_FAILURE(Subroutine()); in TEST()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp504 bool Subroutine = T && T.getTag() == DW_TAG_subroutine_type; in appendConstVolatileQualifierBefore() local
511 !Subroutine; in appendConstVolatileQualifierBefore()
519 if (!Leading && !Subroutine) { in appendConstVolatileQualifierBefore()
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DChanges26 - Fix possible 'Subroutine ... redefined' warning (Github #10)
/freebsd/contrib/googletest/docs/
H A Dadvanced.md734 void Subroutine() {
743 Subroutine(); // The intended behavior is for the fatal failure
744 // 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.
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02014 (crypto_recv): Subroutine documentation cleanup, other cleanup