Searched defs:testDefaultArgForParam (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/test/SemaCXX/ | ||
H A D | cxx2a-consteval.cpp | 922 consteval int testDefaultArgForParam(E eParam = (E)-1) { testDefaultArgForParam() function |
H A D | constant-expression-cxx11.cpp | 2449 E2 testDefaultArgForParam(E2 e2Param = (E2)-1) { // ok, not a constant expression context testDefaultArgForParam() function |