Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Doverloaded-builtin-operators.cpp63 struct ShortRef { // expected-note{{candidate function (the implicit copy assignment operator)}} struct
79 void g(ShortRef sr, LongRef lr, E2Ref e2_ref, XpmfRef pmf_ref) { in g()
121 void test_with_ptrs(VolatileIntPtr vip, ConstIntPtr cip, ShortRef sr, in test_with_ptrs()
151 void test_assign_restrictions(ShortRef& sr) { in test_assign_restrictions()
/external/libvpx/libvpx/test/
Dsad_test.cc145 TEST_P(SADTest, ShortRef) { in TEST_P() argument