Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp218 constexpr int LToR(int &n) { return n; } in LToR() function
220 return LToR(which ? b : a); in GrabCallersArgument()