Home
last modified time | relevance | path

Searched refs:SourceLineInfo (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h90 struct SourceLineInfo { struct
/src/contrib/bsnmp/tests/
H A Dcatch.hpp479 struct SourceLineInfo { struct
481 SourceLineInfo() = delete;
482 SourceLineInfo( char const* _file, std::size_t _line ) noexcept in SourceLineInfo() argument
487 SourceLineInfo( SourceLineInfo const& other ) = default;
488 SourceLineInfo& operator = ( SourceLineInfo const& ) = default;
489 SourceLineInfo( SourceLineInfo&& ) noexcept = default;
490 SourceLineInfo& operator = ( SourceLineInfo&& ) noexcept = default;
493 bool operator == ( SourceLineInfo const& other ) const noexcept;
494 bool operator < ( SourceLineInfo const& other ) const noexcept;
500 std::ostream& operator << ( std::ostream& os, SourceLineInfo const& info );
[all …]
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp61 LLVM_YAML_IS_SEQUENCE_VECTOR(SourceLineInfo)
132 SourceLineInfo Lines;