Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex64.cxx45 struct Foo { struct
49 constexpr Foo() noexcept = default; argument
50 constexpr Foo(int x, double y) noexcept : x(x), y(y) { } in Foo() argument
52 bool operator==(const Foo &other) const noexcept { return x == other.x && y == other.y; } in operator ==() argument
53 bool operator!=(const Foo &other) const noexcept { return !(*this == other); } in operator !=() argument
54 …bool operator<(const Foo &other) const noexcept { return std::tie(x, y) < std::tie(other.x, other.… in operator <() argument
63 friend std::ostream &operator<<(std::ostream &oss, const Foo &f) noexcept in operator <<() argument
74 MAKE_HASHABLE(Foo, t.x, t.y)
668 const auto foo_printer = [](const Foo &key, std::string &buf) { in main()
701 auto ret = Foo{make_int(), make_double()}; in main()
[all …]
/petsc/src/sys/tests/linter/output/
H A DtestValidFunctionDocStrings.patch274 .seealso: `Foo()`
297 -.seealso: Foo()
298 +.seealso: `Foo()`
302 .seealso: Foo()
311 -.seealso: `Foo()
312 +.seealso: `Foo()`
316 .seealso: `Foo()
598 .seealso: `Foo`
/petsc/src/sys/tests/linter/
H A DtestStaticFunctionCandidates.cxx26 class Foo { class
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A DREADME.rst65 PetscErrorCode Foo(PetscInt *i)
78 PetscErrorCode Foo(MyStruct *str)