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

123

/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::__anon3153
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.java96 String type1, String type2) {
99 TypeProto type2Proto = classPath.getClass(type2);
95 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/curl/lib/vauth/
H A Dntlm_sspi.c170 unsigned char *type2 = NULL; local
179 result = Curl_base64_decode(type2msg, &type2, &type2_len);
185 if(!type2) {
192 ntlm->input_token = type2;
H A Dntlm.c258 unsigned char *type2 = NULL; local
272 result = Curl_base64_decode(type2msg, &type2, &type2_len);
278 if(!type2) {
286 (memcmp(type2, NTLMSSP_SIGNATURE, 8) != 0) ||
287 (memcmp(type2 + 8, type2_marker, sizeof(type2_marker)) != 0)) {
289 free(type2);
294 ntlm->flags = Curl_read32_le(&type2[20]);
295 memcpy(ntlm->nonce, &type2[24], 8);
298 result = ntlm_decode_type2_target(data, type2, type2_len, ntlm);
300 free(type2);
[all...]
/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/v8/test/unittests/compiler/
H A Dtyper-unittest.cc213 Type* type2 = types_.Fuzz(); local
214 Type* type = TypeBinaryOp(op, type1, type2);
216 Type* subtype2 = RandomSubtype(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/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/v8/src/
H A Dtypes.cc700 Type* Type::Intersect(Type* type1, Type* type2, Zone* zone) { argument
702 if (type1->IsBitset() && type2->IsBitset()) {
703 return BitsetType::New(type1->AsBitset() & type2->AsBitset());
707 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut.
708 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut.
711 if (type1->Is(type2)) return type1;
712 if (type2->Is(type1)) return type2;
721 type1->Representation() & type2
911 Union(Type* type1, Type* type2, Zone* zone) argument
[all...]
/external/v8/test/cctest/
H A Dtest-types.cc51 bool Equal(Type* type1, Type* type2) { argument
52 return type1->Equals(type2) &&
53 this->IsBitset(type1) == this->IsBitset(type2) &&
54 this->IsUnion(type1) == this->IsUnion(type2) &&
55 type1->NumClasses() == type2->NumClasses() &&
56 type1->NumConstants() == type2->NumConstants() &&
58 this->AsBitset(type1) == this->AsBitset(type2)) &&
61 this->AsUnion(type2)->LengthForTesting());
64 void CheckEqual(Type* type1, Type* type2) { CHECK(Equal(type1, type2)); } argument
66 CheckSub(Type* type1, Type* type2) argument
74 CheckSubOrEqual(Type* type1, Type* type2) argument
82 CheckUnordered(Type* type1, Type* type2) argument
90 CheckOverlap(Type* type1, Type* type2) argument
95 CheckDisjoint(Type* type1, Type* type2) argument
123 Type* type2 = *it2; local
134 Type* type2 = *it2; local
145 Type* type2 = *it2; local
156 Type* type2 = *it2; local
170 Type* type2 = *it2; local
199 Type* type2 = *it2; local
216 Type* type2 = *it2; local
235 Type* type2 = *it2; local
269 Type* type2 = T.Class(map2); local
296 Type* type2 = T.Constant(value2); local
393 Type* type2 = T.Range(min2, max2); local
420 Type* type2 = T.Random(); local
447 Type* type2 = T.Random(); local
461 Type* type2 = T.Random(); local
478 Type* type2 = T.Random(); local
504 Type* type2 = T.Random(); local
641 Type* type2 = *it2; local
680 Type* type2 = *it2; local
690 Type* type2 = *it2; local
710 Type* type2 = *it2; local
720 Type* type2 = *it2; local
764 Type* type2 = *it2; local
775 Type* type2 = *it2; local
784 Type* type2 = *j; local
828 Type* type2 = T.Range(min2, max2); local
852 Type* type2 = T.Context(outer2); local
863 Type* type2 = T.Array1(element2); local
876 Type* type2 = T.Function0(result2, receiver2); local
898 Type* type2 = *it2; local
1026 Type* type2 = *it2; local
1038 Type* type2 = *it2; local
1048 Type* type2 = *it2; local
1166 Type* type2 = *it2; local
1175 Type* type2 = *it2; local
1185 Type* type2 = *it2; local
1195 Type* type2 = *it2; local
1331 Type* type2 = *it2; local
1363 Type* type2 = *it2; local
1374 Type* type2 = *it2; local
1428 Type* type2 = *it2; local
1576 Type* type2 = *it2; local
1629 Type* type2 = *it2; local
1681 Type* type2 = *it2; local
1849 Type* type2 = *it2; local
1864 Type* type2 = *it2; local
[all...]
/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...]

Completed in 5450 milliseconds

123