Home
last modified time | relevance | path

Searched defs:ip3 (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp1-0x.cpp38 int *ip3 = first_arg(ip, fp, dp); in test_simple_deduction() local
51 int *ip3 = first_arg_ref(ip, fp, dp); in test_simple_ref_deduction() local
66 int *ip3 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17), in test_pair_deduction() local
/external/clang/test/PCH/
Dchain-conversion-lookup.cpp24 int *ip3 = z.operator int*(); in main() local
Dnamespaces.cpp11 N2::Inner::t3 *ip3 = &int_val; variable
/external/clang/test/SemaCXX/
Ddelete-and-function-templates.cpp104 int *ip3 = g2(3.14, 3); //expected-error{{ambiguous}} in foo() local
108 int *ip3 = g2(3.14, 3.14); in foo() local
Doverload-call.cpp44 int* ip3 = i(ucv); in test_i() local
/external/clang/test/Modules/
Dmacros2.c40 …LEFT_RIGHT_DIFFERENT2 *ip3 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIF… in test() local
Dmacros.c131 …LEFT_RIGHT_DIFFERENT2 *ip3 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIF… in test2() local
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp24 IP<get_nullptr()> ip3; variable
/external/valgrind/perf/
Dffbench.c173 int i2rev, i3rev, ip1, ip2, ip3, ifp1, ifp2; local
/external/clang/test/SemaTemplate/
Dtypename-specifier.cpp31 typename N::C::type *ip3 = &i; // expected-error{{typename specifier refers to non-type member 'typ… variable