HomeSort by relevance Sort by last modified time
    Searched defs:_x3 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p3.cpp 17 template<char...Cs> constexpr int operator "" _x3() { return sizeof...(Cs); } function
18 static_assert(123456789012345678901234567890123456789012345678901234567890_x3 == 60, "");
p4.cpp 17 template<char...Cs> constexpr int operator "" _x3() { return sizeof...(Cs); } function

Completed in 1595 milliseconds