Searched defs:type4 (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dms-if-exists.cpp22 typedef T::X type4; typedef
29 X<int>::type4 i4; // expected-error{{no type named 'type4' in 'X<int>'}}
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp110 typedef class outer_alias::inner::vector<type>::template rebind<type>::other type4; typedef in struct:X6
427 // CHECK: Keyword: "class" [110:11 - 110:16] TypedefDecl=type4:110:80 (Definition)
429 // CHECK: Punctuation: "::" [110:28 - 110:30] TypedefDecl=type4:110:80 (Definition)
431 // CHECK: Punctuation: "::" [110:35 - 110:37] TypedefDecl=type4:110:80 (Definition)
433 // CHECK: Punctuation: "<" [110:43 - 110:44] TypedefDecl=type4:110:80 (Definition)
435 // CHECK: Punctuation: ">" [110:48 - 110:49] TypedefDecl=type4:110:80 (Definition)
436 // CHECK: Punctuation: "::" [110:49 - 110:51] TypedefDecl=type4:110:80 (Definition)
437 // CHECK: Keyword: "template" [110:51 - 110:59] TypedefDecl=type4:110:80 (Definition)
438 // CHECK: Identifier: "rebind" [110:60 - 110:66] TypedefDecl=type4:110:80 (Definition)
439 // CHECK: Punctuation: "<" [110:66 - 110:67] TypedefDecl=type4
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c202 struct lp_type type4; local
220 type4 = type;
221 type4.floating = FALSE;
222 type4.width *= 4;
223 type4.length /= 4;
225 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type4), "");
236 tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type4, shift*type.width), "");
238 tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type4, -shift*type.width), "");
357 struct lp_type type4; local
376 type4
[all...]
H A Dlp_bld_sample_soa.c1426 struct lp_type type4 = type; local
1431 type4.length = 4;
1445 bld4.vector_width = lp_type_width(type4);
1449 bld4.coord_type = type4;
1450 bld4.int_coord_type = lp_int_type(type4);
1454 bld4.texel_type = type4;
1455 bld4.perquadf_type = type4;
1461 lp_build_context_init(&bld4.float_vec_bld, gallivm, type4);
1508 texelout[j] = lp_build_concat(gallivm, texelouttmp[j], type4, num_quads);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c202 struct lp_type type4; local
220 type4 = type;
221 type4.floating = FALSE;
222 type4.width *= 4;
223 type4.length /= 4;
225 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type4), "");
236 tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type4, shift*type.width), "");
238 tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type4, -shift*type.width), "");
357 struct lp_type type4; local
376 type4
[all...]
H A Dlp_bld_sample_soa.c1426 struct lp_type type4 = type; local
1431 type4.length = 4;
1445 bld4.vector_width = lp_type_width(type4);
1449 bld4.coord_type = type4;
1450 bld4.int_coord_type = lp_int_type(type4);
1454 bld4.texel_type = type4;
1455 bld4.perquadf_type = type4;
1461 lp_build_context_init(&bld4.float_vec_bld, gallivm, type4);
1508 texelout[j] = lp_build_concat(gallivm, texelouttmp[j], type4, num_quads);

Completed in 3195 milliseconds