Searched defs:endInfo (Results 1 – 9 of 9) sorted by relevance
/external/catch2/include/internal/ |
D | catch_section.cpp | 24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local
|
D | catch_run_context.cpp | 210 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() 224 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly()
|
/external/clang/lib/Lex/ |
D | MacroInfo.cpp | 55 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow() local
|
/external/llvm-project/clang/lib/Lex/ |
D | MacroInfo.cpp | 57 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow() local
|
/external/llvm-project/clang/lib/Edit/ |
D | Commit.cpp | 313 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd()); in canRemoveRange() local
|
/external/clang/lib/Edit/ |
D | Commit.cpp | 312 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd()); in canRemoveRange() local
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5986 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() 5999 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) { in sectionEndedEarly() 7855 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section() local
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 12650 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() 12664 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly() 12975 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 12793 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() 12807 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly() 13118 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local
|