Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp240 constexpr int LToR(int &n) { return n; } in LToR() function
242 return LToR(which ? b : a); in GrabCallersArgument()