Home
last modified time | relevance | path

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

/llvm-project/clang/test/AST/Interp/
H A Deval-order.cpp
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx1z.cpp91 struct seq_checker { struct
92 bool done_a = false;
93 bool done_b = false;
95 template <typename T> constexpr T &&a(T &&v) { in a()
99 template <typename T> constexpr T &&b(T &&v) { in b()
106 constexpr bool ok() { return done_a && done_b; } in ok()