Searched defs:type2 (Results 1 - 25 of 59) 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::__anon3613
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.java102 String type1, String type2) {
105 TypeProto type2Proto = classPath.getClass(type2);
111 public void superclassTest(String commonSuperclass, String type1, String type2) { argument
112 superclassTest(oldClassPath, commonSuperclass, type1, type2);
113 superclassTest(newClassPath, commonSuperclass, type1, type2);
101 superclassTest(ClassPath classPath, 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.c194 unsigned char *type2 = NULL; local
203 result = Curl_base64_decode(type2msg, &type2, &type2_len);
209 if(!type2) {
216 ntlm->input_token = type2;
H A Dntlm.c274 unsigned char *type2 = NULL; local
288 result = Curl_base64_decode(type2msg, &type2, &type2_len);
294 if(!type2) {
302 (memcmp(type2, NTLMSSP_SIGNATURE, 8) != 0) ||
303 (memcmp(type2 + 8, type2_marker, sizeof(type2_marker)) != 0)) {
305 free(type2);
310 ntlm->flags = Curl_read32_le(&type2[20]);
311 memcpy(ntlm->nonce, &type2[24], 8);
314 result = ntlm_decode_type2_target(data, type2, type2_len, ntlm);
316 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/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_quad.c180 struct lp_type type2; local
186 type2 = lp_dst_type;
187 type2.width = (lp_dst_type.width * lp_dst_type.length) / 2;
188 type2.length = 2;
189 type2.floating = 0;
191 type2_ref = lp_build_vec_type(gallivm, type2);
200 dst[i + 0] = lp_build_interleave2(gallivm, type2, src0, src1, 0);
201 dst[i + 1] = lp_build_interleave2(gallivm, type2, src0, src1, 1);
H A Dlp_bld_swizzle.c196 struct lp_type type2; local
204 type2 = type;
205 type2.floating = FALSE;
206 type2.width *= 2;
207 type2.length /= 2;
209 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type2), "");
232 tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type2, shift * type.width), "");
234 tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type2, -shift * type.width), "");
/external/syslinux/com32/chain/
H A Dmangle.c347 int type1, type2; local
354 type2 = bpb_detect(sec->data, "bss/sect");
356 if (!type1 || !type2) {
360 if (type1 != type2) {
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp1023 Norm::MappingType type2; local
1026 type2 = Norm::NONE;
1029 type2 = norm2->mappingType;
1031 if(type1 == type2 && equalStrings(mapping1, mapping2)) {
/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/v8/src/compiler/
H A Dtypes.cc633 Type* Type::Intersect(Type* type1, Type* type2, Zone* zone) { argument
635 if (type1->IsBitset() && type2->IsBitset()) {
636 return BitsetType::New(type1->AsBitset() & type2->AsBitset());
640 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut.
641 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut.
644 if (type1->Is(type2)) return type1;
645 if (type2->Is(type1)) return type2;
651 if (type1->Is(type2)) {
847 Union(Type* type1, Type* type2, Zone* zone) argument
[all...]
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DSandboxClassLoader.java820 protected String getCommonSuperClass(final String type1, final String type2) { argument
823 ClassReader info2 = typeInfo(type2);
825 if (typeImplements(type2, info2, type1)) {
829 if (typeImplements(type1, info1, type2)) {
830 return type2;
836 if (typeImplements(type1, info1, type2)) {
837 return type2;
843 StringBuilder b2 = typeAncestors(type2, info2);
/external/v8/src/ast/
H A Dast-types.cc733 AstType* AstType::Intersect(AstType* type1, AstType* type2, Zone* zone) { argument
735 if (type1->IsBitset() && type2->IsBitset()) {
736 return AstBitsetType::New(type1->AsBitset() & type2->AsBitset());
740 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut.
741 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut.
744 if (type1->Is(type2)) return type1;
745 if (type2->Is(type1)) return type2;
754 type1->Representation() & type2
948 Union(AstType* type1, AstType* type2, Zone* zone) argument
[all...]
/external/lzma/C/
H A D7zArcIn.c1121 UInt64 type2; local
1122 RINOK(ReadID(sd, &type2));
1123 if (type2 == k7zIdEnd)
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp1179 const UInt64 type2 = ReadID(); local
1180 if (type2 == NID::kEnd)
1189 if (type2 > ((UInt32)1 << 30))
1191 else switch ((UInt32)type2)
1342 db.ArcInfo.FileInfoPopIDs.Add(type2);

Completed in 724 milliseconds

123