Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp7 template<typename T, T Value> struct value_c;
222 typedef tuple<value_c<Types, Values>...> type;
231 tuple<value_c<int&, i>, value_c<float&, f>, value_c<char, 'a'>,
232 value_c<int, 17>>
/llvm-project/clang/test/Sema/
H A Dconversion.c391 void test_8559831(enum E8559831b value_a, E8559831c value_c) { in test_8559831() argument
400 …test_8559831_a(value_c); // expected-warning{{implicit conversion from enumeration type 'E8559831c… in test_8559831()
401 …enum E8559831a a2 = value_c; // expected-warning{{implicit conversion from enumeration type 'E8559… in test_8559831()
402 …a2 = value_c; // expected-warning{{implicit conversion from enumeration type 'E8559831c' to differ… in test_8559831()
/llvm-project/clang/test/Index/
H A Dindex-templates.cpp45 struct value_c;