Searched refs:type3 (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dms-if-exists.cpp18 typedef int type3; typedef
28 X<int>::type3 i3;
H A Dcanonical-expr-type.cpp44 typedef T __attribute__((ext_vector_type(N))) type3; typedef in struct:X2
48 void f0(type3); // expected-error{{redeclared}}
/external/clang/test/SemaCXX/
H A Dconstexpr-many-arguments.cpp23 struct type3 struct
25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} function in struct:type3
29 constexpr type3 g
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp155 namespace type3 { namespace
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h1690 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
1691 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
1698 #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, \
2037 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
2038 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg
[all...]
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3; typedef in struct:X6
409 // CHECK: Keyword: "typedef" [109:3 - 109:10] TypedefDecl=type3:109:73 (Definition)
410 // CHECK: Keyword: "class" [109:11 - 109:16] TypedefDecl=type3:109:73 (Definition)
412 // CHECK: Punctuation: "::" [109:28 - 109:30] TypedefDecl=type3:109:73 (Definition)
414 // CHECK: Punctuation: "::" [109:35 - 109:37] TypedefDecl=type3:109:73 (Definition)
416 // CHECK: Punctuation: "<" [109:43 - 109:44] TypedefDecl=type3:109:73 (Definition)
418 // CHECK: Punctuation: ">" [109:48 - 109:49] TypedefDecl=type3:109:73 (Definition)
419 // CHECK: Punctuation: "::" [109:49 - 109:51] TypedefDecl=type3:109:73 (Definition)
420 // CHECK: Keyword: "template" [109:51 - 109:59] TypedefDecl=type3:109:73 (Definition)
421 // CHECK: Identifier: "rebind" [109:60 - 109:66] TypedefDecl=type3
[all...]
/external/v8/test/cctest/
H A Dtest-types.cc656 TypeHandle type3 = T.Random(); local
658 TypeHandle function1 = T.Function1(type1, type2, type3);
659 TypeHandle function2 = T.Function2(type1, type2, type3);
673 TypeHandle type3 = T.Random(); local
675 TypeHandle function1 = T.Function1(type1, type2, type3);
676 TypeHandle function2 = T.Function2(type1, type2, type3);
686 CheckEqual(type3, function1->AsFunction()->Parameter(0));
688 CheckEqual(type3, function2->AsFunction()->Parameter(1));
699 TypeHandle type3 = T.Random(); local
701 TypeHandle function02 = T.Function0(type1, type3);
911 TypeHandle type3 = *it3; local
1132 TypeHandle type3 = *it3; local
1529 TypeHandle type3 = *it3; local
1930 TypeHandle type3 = T.template Convert<Type2>(type2); local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java212 * @param type3 {@code non-null;} the fourth element
216 Type type3) {
221 result.set(3, type3);
215 make(Type type0, Type type1, Type type2, Type type3) argument
/external/toybox/toys/pending/
H A Dtop.c210 static struct keycode_map_s type3[] = { local
215 struct keycode_map_s *table, *keytable[3] = {type2, type3, NULL};
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c475 SVGA3dShaderRegType type0, type1, type2, type3; local
482 type3 = SVGA3dShaderGetRegType( src2.base.value );
491 ((type3 == SVGA3DREG_CONST && src0.base.num != src3.base.num) ||
495 if (type3 == SVGA3DREG_CONST &&
500 ((type3 == SVGA3DREG_INPUT && src0.base.num != src3.base.num) ||
504 if (type3 == SVGA3DREG_INPUT &&

Completed in 955 milliseconds