Home
last modified time | relevance | path

Searched defs:PetscStackFrame (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx136 struct PetscStackFrame</* use_debug = */ true> { struct
141 PetscStackFrame() = default; argument
143PetscStackFrame(const char *file_, const char *func_, int line_) noexcept : file(split_on_petsc_pa… in PetscStackFrame() argument
145 …bool operator==(const PetscStackFrame &other) const noexcept { return line == other.line && file =… in operator ==() argument
165 friend std::ostream &operator<<(std::ostream &os, const PetscStackFrame &frame) in operator <<() argument
182 struct PetscStackFrame</* use_debug = */ false> { struct
184 constexpr PetscStackFrame(T &&...) noexcept in PetscStackFrame() function
188 constexpr bool operator==(const PetscStackFrame &) const noexcept { return true; } in operator ==() argument
192 friend std::ostream &operator<<(std::ostream &os, const PetscStackFrame &) noexcept in operator <<()