Searched defs:ip3 (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 38 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/SemaCXX/ |
D | delete-and-function-templates.cpp | 104 int *ip3 = g2(3.14, 3); //expected-error{{ambiguous}} in foo() local 108 int *ip3 = g2(3.14, 3.14); in foo() local
|
D | overload-call.cpp | 44 int* ip3 = i(ucv); in test_i() local
|
/external/clang/test/PCH/ |
D | chain-conversion-lookup.cpp | 24 int *ip3 = z.operator int*(); in main() local
|
D | namespaces.cpp | 11 N2::Inner::t3 *ip3 = &int_val; variable
|
/external/clang/test/Modules/ |
D | macros2.c | 40 …LEFT_RIGHT_DIFFERENT2 *ip3 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIF… in test() local
|
D | macros.c | 131 …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/ |
D | p1-11.cpp | 24 IP<get_nullptr()> ip3; variable
|
/external/clang/test/SemaTemplate/ |
D | typename-specifier.cpp | 31 typename N::C::type *ip3 = &i; // expected-error{{typename specifier refers to non-type member 'typ… variable
|