Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx133 struct PetscStackFrame;
136 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
171 friend void swap(PetscStackFrame &lhs, PetscStackFrame &rhs) noexcept in swap()
182 struct PetscStackFrame</* use_debug = */ false> { struct
184 constexpr PetscStackFrame(T &&...) noexcept in PetscStackFrame() argument
188 constexpr bool operator==(const PetscStackFrame &) const noexcept { return true; } in operator ==() argument
[all …]