Searched defs:PetscStackFrame (Results 1 – 1 of 1) sorted by relevance
136 struct PetscStackFrame</* use_debug = */ true> { struct141 PetscStackFrame() = default; argument143 …PetscStackFrame(const char *file_, const char *func_, int line_) noexcept : file(split_on_petsc_pa… in PetscStackFrame() argument145 …bool operator==(const PetscStackFrame &other) const noexcept { return line == other.line && file =… in operator ==() argument165 friend std::ostream &operator<<(std::ostream &os, const PetscStackFrame &frame) in operator <<() argument182 struct PetscStackFrame</* use_debug = */ false> { struct184 constexpr PetscStackFrame(T &&...) noexcept in PetscStackFrame() function188 constexpr bool operator==(const PetscStackFrame &) const noexcept { return true; } in operator ==() argument192 friend std::ostream &operator<<(std::ostream &os, const PetscStackFrame &) noexcept in operator <<()