Home
last modified time | relevance | path

Searched refs:id4 (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/test/SemaTemplate/
Dinstantiate-member-template.cpp100 X1<int*>::Inner4<int> id4; in test_X1() local
101 id4.f2(ip, i, dp); // expected-note{{instantiation}} in test_X1()
/external/clang/test/SemaTemplate/
Dinstantiate-member-template.cpp100 X1<int*>::Inner4<int> id4; in test_X1() local
101 id4.f2(ip, i, dp); // expected-note{{instantiation}} in test_X1()
/external/rust/crates/quote/tests/
Dtest.rs365 let id4 = format_ident!("Aa", span = Span::call_site()); in test_format_ident() localVariable
372 assert_eq!(id4, "Aa"); in test_format_ident()
/external/llvm-project/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm60 __typeof__(([NSString self])) *id4 = (id*)0;
/external/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm60 __typeof__(([NSString self])) *id4 = (id*)0;
/external/llvm-project/clang/test/SemaObjC/
Drelated-result-type-inference.m60 __typeof__(([NSString self])) *id4 = (id*)0;
/external/clang/test/SemaObjC/
Drelated-result-type-inference.m60 __typeof__(([NSString self])) *id4 = (id*)0;
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer_test.cc789 Output id4 = ops::Identity(scope.WithOpName("id4"), s6.output_true); in TEST_F() local
790 ops::Merge m9(scope.WithOpName("m9"), {id3, id4}); in TEST_F()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa_avx.cpp3055 simdscalari id4 = _simd_set_epi32(3, 3, 2, 2, 1, 1, 0, 0); in PA_STATE_OPT() local
3082 this->primID = id4; in PA_STATE_OPT()