Searched defs:type2 (Results 1 - 25 of 41) 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
H A Ddllimport-dllexport.c34 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to variables and functions}} 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-exception-spec-cxx11.cpp75 base(const typename T::type2 &);
84 struct type2 { struct in namespace:core_19754_example
91 typedef type2<types> type2; typedef in struct:core_19754_example::types
H A Dinstantiate-declref.cpp58 typedef struct { T z; } type2; typedef in typeref:struct:N2::Outer2::Inner::__anon17525
59 type2 t3 = { s1.x };
/external/chromium_org/sync/api/
H A Dsync_error_unittest.cc52 ModelType type2 = PREFERENCES; local
53 error.Reset(location2, msg2, type2);
57 EXPECT_EQ(type2, error.model_type());
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp139 namespace type2 { namespace
/external/chromium/chrome/browser/sessions/
H A Dsession_restore_uitest.cc323 Browser::Type type1, type2; local
325 ASSERT_TRUE(browser_proxy2->GetType(&type2));
330 EXPECT_EQ(type2, Browser::TYPE_POPUP);
333 EXPECT_EQ(type2, Browser::TYPE_NORMAL);
/external/chromium_org/content/public/test/
H A Dtest_notification_tracker.cc52 int type2) {
57 bool success = events_[0].type == type1 && events_[1].type == type2;
63 int type2,
70 events_[1].type == type2 &&
51 Check2AndReset(int type1, int type2) argument
62 Check3AndReset(int type1, int type2, int type3) argument
/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/chromium_org/chrome/browser/sync/test/integration/
H A Dmigration_errors_test.cc35 syncer::ModelType type2) {
36 return syncer::ModelTypeSet(type1, type2);
63 syncer::ModelType type2) {
64 return MakeList(MakeSet(type1), MakeSet(type2));
34 MakeSet(syncer::ModelType type1, syncer::ModelType type2) argument
62 MakeList(syncer::ModelType type1, syncer::ModelType type2) argument
/external/chromium_org/v8/src/
H A Dtypes.cc381 Type* Type::Union(Handle<Type> type1, Handle<Type> type2) { argument
383 if (type1->is_bitset() && type2->is_bitset()) {
384 return from_bitset(type1->as_bitset() | type2->as_bitset());
389 if (type2->SameValue(Type::Any())) return *type2;
390 if (type1->SameValue(Type::None())) return *type2;
391 if (type2->SameValue(Type::None())) return *type1;
394 if (!(type1->is_union() || type2->is_union())) {
395 if (type1->Is(type2)) return *type2;
457 Intersect(Handle<Type> type1, Handle<Type> type2) argument
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc45 static void CheckEqual(Handle<Type> type1, Handle<Type> type2) { argument
46 CHECK_EQ(IsBitset(*type1), IsBitset(*type2));
47 CHECK_EQ(IsClass(*type1), IsClass(*type2));
48 CHECK_EQ(IsConstant(*type1), IsConstant(*type2));
49 CHECK_EQ(IsUnion(*type1), IsUnion(*type2));
50 CHECK_EQ(type1->NumClasses(), type2->NumClasses());
51 CHECK_EQ(type1->NumConstants(), type2->NumConstants());
53 CHECK_EQ(AsBitset(*type1), AsBitset(*type2));
55 CHECK_EQ(AsClass(*type1), AsClass(*type2));
57 CHECK_EQ(AsConstant(*type1), AsConstant(*type2));
66 CheckSub(Handle<Type> type1, Handle<Type> type2) argument
75 CheckUnordered(Handle<Type> type1, Handle<Type> type2) argument
84 CheckOverlap(Handle<Type> type1, Handle<Type> type2) argument
93 CheckDisjoint(Handle<Type> type1, Handle<Type> type2) argument
191 Union(Handle<Type> type1, Handle<Type> type2) argument
194 Intersect(Handle<Type> type1, Handle<Type> type2) argument
[all...]
/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/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc856 Browser::Type type2 = browser2->type(); local
861 EXPECT_EQ(type2, Browser::TYPE_POPUP);
864 EXPECT_EQ(type2, Browser::TYPE_TABBED);
/external/chromium_org/chrome_frame/test/
H A Dnavigation_test.cc415 CFInvocation::Type type2) {
417 page2_ = CFInvocation(type2);
414 NavigationTransitionTestParameter(CFInvocation::Type type1, CFInvocation::Type type2) argument
/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()));
/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 Dpreparser.h185 bool HasConflict(int type1, int type2) { return (type1 & type2) != 0; } argument
186 bool IsDataDataConflict(int type1, int type2) { argument
187 return ((type1 & type2) & kValueFlag) != 0;
189 bool IsDataAccessorConflict(int type1, int type2) { argument
190 return ((type1 ^ type2) & kValueFlag) != 0;
192 bool IsAccessorAccessorConflict(int type1, int type2) { argument
193 return ((type1 | type2) & kValueFlag) == 0;
/external/chromium_org/third_party/mesa/src/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 3367 milliseconds

12