Searched defs:type2 (Results 1 - 25 of 43) sorted by relevance

12

/external/clang/test/Sema/
H A Dc11-typedef-redef.c8 typedef int type2; typedef
9 typedef type type2; typedef
10 typedef int type2; typedef
/external/clang/test/SemaTemplate/
H A Dcanonical-expr-type.cpp43 typedef T __attribute__((ext_vector_type(M))) type2; typedef in struct:X2
47 void f0(type2);
H A Dms-if-exists.cpp14 typedef Nontemplate::value type2; typedef
27 X<int>::type2 i2; // expected-error{{no type named 'type2' in 'X<int>'}}
H A Dinstantiate-declref.cpp58 typedef struct { T z; } type2; typedef in typeref:struct:N2::Outer2::Inner::__anon2731
59 type2 t3 = { s1.x };
H A Dinstantiate-exception-spec-cxx11.cpp86 base(const typename T::type2 &);
95 struct type2 { struct in namespace:core_19754_example
102 typedef type2<types> type2; typedef in struct:core_19754_example::types
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
H A DCommonSuperclassTest.java92 String type1, String type2) {
95 TypeProto type2Proto = classPath.getClass(type2);
91 superclassTest(String commonSuperclass, String type1, String type2) argument
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp139 namespace type2 { namespace
H A Dmangle-subst.cpp90 typedef int type2; typedef in struct:ManglePrefix::X::Y
94 typename X<T>::template Y<T>::type f(typename X<T>::template Y<T>::type2) { return 0; }
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef in struct:X6
389 // CHECK: Keyword: "typedef" [108:3 - 108:10] TypedefDecl=type2:108:83 (Definition)
390 // CHECK: Keyword: "typename" [108:11 - 108:19] TypedefDecl=type2:108:83 (Definition)
392 // CHECK: Punctuation: "::" [108:31 - 108:33] TypedefDecl=type2:108:83 (Definition)
394 // CHECK: Punctuation: "::" [108:38 - 108:40] TypedefDecl=type2:108:83 (Definition)
396 // CHECK: Punctuation: "<" [108:46 - 108:47] TypedefDecl=type2:108:83 (Definition)
398 // CHECK: Punctuation: ">" [108:51 - 108:52] TypedefDecl=type2:108:83 (Definition)
399 // CHECK: Punctuation: "::" [108:52 - 108:54] TypedefDecl=type2:108:83 (Definition)
400 // CHECK: Keyword: "template" [108:54 - 108:62] TypedefDecl=type2:108:83 (Definition)
401 // CHECK: Identifier: "rebind" [108:63 - 108:69] TypedefDecl=type2
[all...]
/external/clang/test/SemaCXX/
H A Dconstexpr-many-arguments.cpp10 struct type2 struct
13 constexpr type2(T a00, T a01, T a02, T a03, T a04, T a05, T a06, T a07, T a08, T a09, function in struct:type2
25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {}
26 type2 my_data[2];
H A Dqualified-id-lookup.cpp67 typedef struct N::f2 type2; typedef in typeref:struct:f2
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiType.java188 private Map mergeMultiInterfaces(MultiType type1, MultiType type2) { argument
190 Map map2 = getAllMultiInterfaces(type2);
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java195 * @param type2 {@code non-null;} the third element
198 public static StdTypeList make(Type type0, Type type1, Type type2) { argument
202 result.set(2, type2);
211 * @param type2 {@code non-null;} the third element
215 public static StdTypeList make(Type type0, Type type1, Type type2, argument
220 result.set(2, type2);
/external/javassist/src/main/javassist/compiler/
H A DTypeChecker.java498 int type2 = exprType;
502 insertCast(expr, type1, type2);
535 private void insertCast(BinExpr expr, int type1, int type2) argument
538 if (CodeGen.rightIsStrong(type1, type2))
539 expr.setLeft(new CastExpr(type2, 0, expr.oprand1()));
H A DCodeGen.java1003 int type2 = exprType;
1005 if (type2 == INT || type2 == SHORT
1006 || type2 == CHAR || type2 == BYTE)
1011 convertOprandTypes(type1, type2, expr);
1031 int type2 = exprType;
1033 boolean type2Is2 = is2word(type2, dim2);
1035 = (type2 == CLASS && jvmJavaLangString.equals(className));
1038 convToString(type2, dim
1289 rightIsStrong(int type1, int type2) argument
1305 convertOprandTypes(int type1, int type2, Expr expr) argument
[all...]
/external/openfst/src/include/fst/
H A Dlookahead-filter.h40 MatchType type2 = m2.Type(false); local
44 else if (type2 == MATCH_INPUT &&
H A Dcompose.h421 MatchType type2 = matcher2_->Type(false); local
440 type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) {
444 } else if (flags2 & kPreferMatch && type2 == MATCH_INPUT) {
446 } else if (type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) {
450 } else if (type2 == MATCH_INPUT) {
/external/v8/src/
H A Dtypes.cc610 TypeHandle type1, TypeHandle type2, Region* region) {
611 bitset bits = type1->BitsetGlb() & type2->BitsetGlb();
615 if (type1->IsBitset() && type2->IsBitset()) {
620 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut.
621 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut.
624 if (type1->Is(type2)) return type1;
625 if (type2->Is(type1)) return type2;
629 int size2 = type2
609 Intersect( TypeHandle type1, TypeHandle type2, Region* region) argument
739 Union( TypeHandle type1, TypeHandle type2, Region* region) argument
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java1232 * @param type2 index of an internal name in {@link #typeTable}.
1235 int getMergedType(final int type1, final int type2) { argument
1237 key2.longVal = type1 | (((long) type2) << 32);
1238 key2.hashCode = 0x7FFFFFFF & (TYPE_MERGED + type1 + type2);
1242 String u = typeTable[type2].strVal1;
1260 * @param type2 the internal name of another class.
1264 protected String getCommonSuperClass(final String type1, final String type2) argument
1269 d = Class.forName(type2.replace('/', '.'));
1277 return type2;
/external/toybox/toys/pending/
H A Dtop.c204 static struct keycode_map_s type2[] = { local
215 struct keycode_map_s *table, *keytable[3] = {type2, type3, NULL};
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1079 ClangASTType type2,
1083 if (ast != type2.GetASTContext())
1086 if (type1.GetOpaqueQualType() == type2.GetOpaqueQualType())
1090 QualType type2_qual = type2.GetQualType();
1078 AreTypesSame(ClangASTType type1, ClangASTType type2, bool ignore_qualifiers) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c404 SVGA3dShaderRegType type0, type1, type2; local
410 type2 = SVGA3dShaderGetRegType( src2.base.value );
415 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
419 (type2 == SVGA3DREG_CONST && src1.base.num != src2.base.num))
425 (type2 == SVGA3DREG_INPUT && src0.base.num != src2.base.num)))
429 (type2 == SVGA3DREG_INPUT && src1.base.num != src2.base.num))
475 SVGA3dShaderRegType type0, type1, type2, type3; local
481 type2 = SVGA3dShaderGetRegType( src2.base.value );
492 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
496 (type2
[all...]
/external/v8/test/cctest/
H A Dtest-types.cc354 bool Equal(TypeHandle type1, TypeHandle type2) { argument
356 type1->Equals(type2) &&
357 this->IsBitset(type1) == this->IsBitset(type2) &&
358 this->IsUnion(type1) == this->IsUnion(type2) &&
359 type1->NumClasses() == type2->NumClasses() &&
360 type1->NumConstants() == type2->NumConstants() &&
362 this->AsBitset(type1) == this->AsBitset(type2)) &&
365 this->Length(this->AsUnion(type2)));
368 void CheckEqual(TypeHandle type1, TypeHandle type2) { argument
369 CHECK(Equal(type1, type2));
372 CheckSub(TypeHandle type1, TypeHandle type2) argument
380 CheckUnordered(TypeHandle type1, TypeHandle type2) argument
388 CheckOverlap(TypeHandle type1, TypeHandle type2) argument
393 CheckDisjoint(TypeHandle type1, TypeHandle type2) argument
421 TypeHandle type2 = *it2; local
432 TypeHandle type2 = *it2; local
443 TypeHandle type2 = *it2; local
454 TypeHandle type2 = *it2; local
468 TypeHandle type2 = *it2; local
501 TypeHandle type2 = T.Class(map2); local
528 TypeHandle type2 = T.Constant(value2); local
614 TypeHandle type2 = T.Range(min2, max2); local
641 TypeHandle type2 = T.Random(); local
655 TypeHandle type2 = T.Random(); local
672 TypeHandle type2 = T.Random(); local
698 TypeHandle type2 = T.Random(); local
819 TypeHandle type2 = *it2; local
830 TypeHandle type2 = *it2; local
853 TypeHandle type2 = *it2; local
864 TypeHandle type2 = *it2; local
910 TypeHandle type2 = *it2; local
921 TypeHandle type2 = *it2; local
965 TypeHandle type2 = T.Range(min2, max2); local
980 TypeHandle type2 = T.Context(outer2); local
991 TypeHandle type2 = T.Array1(element2); local
1004 TypeHandle type2 = T.Function0(result2, receiver2); local
1014 TypeHandle type2 = *j; local
1131 TypeHandle type2 = *it2; local
1143 TypeHandle type2 = *it2; local
1153 TypeHandle type2 = *it2; local
1271 TypeHandle type2 = *it2; local
1280 TypeHandle type2 = *it2; local
1290 TypeHandle type2 = *it2; local
1300 TypeHandle type2 = *it2; local
1438 TypeHandle type2 = *it2; local
1468 TypeHandle type2 = *it2; local
1479 TypeHandle type2 = *it2; local
1528 TypeHandle type2 = *it2; local
1679 TypeHandle type2 = *it2; local
1724 TypeHandle type2 = *it2; local
1929 TypeHandle2 type2 = T2.template Convert<Type>(type1); local
1939 TypeHandle type2 = *it2; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libxml2/
H A Dxmlregexp.c2241 * @type2: an atom type
2249 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { argument
2257 if ((type2 == XML_REGEXP_EPSILON) ||
2258 (type2 == XML_REGEXP_CHARVAL) ||
2259 (type2 == XML_REGEXP_RANGES) ||
2260 (type2 == XML_REGEXP_SUBREG) ||
2261 (type2 == XML_REGEXP_STRING) ||
2262 (type2 == XML_REGEXP_ANYCHAR))
2265 if (type1 == type2) return(1);
2267 /* simplify subsequent compares by making sure type1 < type2 */
[all...]

Completed in 774 milliseconds

12