Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A 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
/aosp_15_r20/external/clang/test/SemaCXX/
H A 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
H A Doverload-call.cpp44 int* ip3 = i(ucv); in test_i() local
/aosp_15_r20/external/clang/test/PCH/
H A Dchain-conversion-lookup.cpp24 int *ip3 = z.operator int*(); in main() local
H A Dnamespaces.cpp11 N2::Inner::t3 *ip3 = &int_val; variable
/aosp_15_r20/external/clang/test/Modules/
H A Dmacros2.c40 …LEFT_RIGHT_DIFFERENT2 *ip3 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIF… in test() local
H A Dmacros.c131 …LEFT_RIGHT_DIFFERENT2 *ip3 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIF… in test2() local
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_fast.c170 const BYTE* ip3; in ZSTD_compressBlock_fast_noDict_generic() local
721 const BYTE* ip3; in ZSTD_compressBlock_fast_extDict_generic() local
/aosp_15_r20/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp24 IP<get_nullptr()> ip3; variable
/aosp_15_r20/external/cronet/net/dns/public/
H A Ddns_over_https_server_config_unittest.cc21 const IPAddress ip3(192, 0, 2, 2); variable
/aosp_15_r20/external/zstd/lib/decompress/
H A Dhuf_decompress_amd64.S78 #define ip3 r11 macro
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp31 typename N::C::type *ip3 = &i; // expected-error{{typename specifier refers to non-type member 'typ… variable
/aosp_15_r20/external/webrtc/rtc_base/
H A Dnetwork_unittest.cc1305 IPAddress ip3; in TEST_F() local