Home
last modified time | relevance | path

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

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-0x-fixits.cpp21 void maybe_shrink_int(T t) { in maybe_shrink_int() function
26 maybe_shrink_int((char)3); in test_template()
Dp7-cxx11-nowarn.cpp178 void maybe_shrink_int(T t) { in maybe_shrink_int() function
185 maybe_shrink_int<15>((int)3); // expected-note {{in instantiation}} in test_template()
186 maybe_shrink_int<70000>((char)3); // expected-note {{in instantiation}} in test_template()
Dp7-0x.cpp194 void maybe_shrink_int(T t) { in maybe_shrink_int() function
201 maybe_shrink_int<15>((int)3); // expected-note {{in instantiation}} in test_template()
202 maybe_shrink_int<70000>((char)3); // expected-note {{in instantiation}} in test_template()