Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp39 constexpr int test_ambiguous = ambig; // ok variable
43 static_assert(test_ambiguous == 2, "");
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbuiltin-operator-new-delete.cpp126 void test_ambiguous() { in test_ambiguous() function