Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
H A Dconstruct_piecewise_pair_evil.pass.cpp48 bool holds(int v, const std::pmr::polymorphic_allocator<char>&) const { return value_ == v; } in holds() function
60 …bool holds(int v, const std::pmr::polymorphic_allocator<char>& a) const { return value_ == v && al… in holds() function
73 …bool holds(int v, std::pmr::polymorphic_allocator<char> a) const { return value_ == v && alloc_.in… in holds() function
87 …bool holds(int v, std::pmr::polymorphic_allocator<char> a) const { return value_ == v && alloc_.in… in holds() function
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h225 template <typename T> bool holds() const { in holds() function