Searched refs:type4 (Results 1 - 5 of 5) 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/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);
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h1698 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
1699 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
1706 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
1708 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
1724 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
1726 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
2043 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
2044 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
2049 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
2051 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg
[all...]
/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...]

Completed in 188 milliseconds