Searched refs:type2 (Results 1 - 25 of 66) 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
H A Ddllimport-dllexport.c34 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to variables and functions}} typedef
/external/dexmaker/src/dx/java/com/android/dx/cf/code/
H A DMerger.java40 Type type2 = ft2.getType();
42 if (type1 == type2) {
44 } else if (type1.isReference() && type2.isReference()) {
50 return type2;
51 } else if (type2 == Type.KNOWN_NULL) {
53 * The same as above, but this time it's type2 that's
57 } else if (type1.isArray() && type2.isArray()) {
60 type2.getComponentType());
77 } else if (type1.isIntlike() && type2.isIntlike()) {
/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];
/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
H A Dtest_notification_tracker.h59 int type2);
61 int type2,
/external/chromium_org/v8/src/
H A Dtypes.cc346 Type* Type::Union(Handle<Type> type1, Handle<Type> type2) { argument
348 if (type1->is_bitset() && type2->is_bitset()) {
349 return from_bitset(type1->as_bitset() | type2->as_bitset());
354 if (type2->SameValue(Type::Any())) return *type2;
355 if (type1->SameValue(Type::None())) return *type2;
356 if (type2->SameValue(Type::None())) return *type1;
359 if (!(type1->is_union() || type2->is_union())) {
360 if (type1->Is(type2)) return *type2;
422 Intersect(Handle<Type> type1, Handle<Type> type2) argument
[all...]
H A Dpreparser.h213 bool HasConflict(int type1, int type2) { return (type1 & type2) != 0; } argument
214 bool IsDataDataConflict(int type1, int type2) { argument
215 return ((type1 & type2) & kValueFlag) != 0;
217 bool IsDataAccessorConflict(int type1, int type2) { argument
218 return ((type1 ^ type2) & kValueFlag) != 0;
220 bool IsAccessorAccessorConflict(int type1, int type2) { argument
221 return ((type1 | type2) & kValueFlag) == 0;
/external/clang/test/SemaTemplate/
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 Dcanonical-expr-type.cpp43 typedef T __attribute__((ext_vector_type(M))) type2; typedef in struct:X2
47 void f0(type2);
H A Dinstantiate-declref.cpp58 typedef struct { T z; } type2; typedef in typeref:struct:N2::Outer2::Inner::__anon16613
59 type2 t3 = { s1.x };
/external/chromium_org/third_party/openssl/openssl/crypto/objects/
H A Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *); \
1024 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
1027 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
1029 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, n
[all...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *); \
1024 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
1027 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
1029 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, n
[all...]
/external/openssl/crypto/objects/
H A Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *); \
1024 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
1027 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
1029 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, n
[all...]
/external/openssl/include/openssl/
H A Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *); \
1024 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
1027 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
1029 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, n
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h837 #define _syscall2(type,name,type1,arg1,type2,arg2) \
838 type LSS_NAME(name)(type1 arg1,type2 arg2) { \
844 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
845 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
852 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
853 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
860 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
862 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
878 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
880 type LSS_NAME(name)(type1 arg1, type2 arg
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h823 #define _syscall2(type,name,type1,arg1,type2,arg2) \
824 type LSS_NAME(name)(type1 arg1,type2 arg2) { \
830 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
831 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
838 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
839 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
846 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
848 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
864 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
866 type LSS_NAME(name)(type1 arg1, type2 arg
[all...]
/external/javassist/src/main/javassist/compiler/ast/
H A DIntConst.java55 int type2 = right.type;
57 if (type1 == TokenId.LongConstant || type2 == TokenId.LongConstant)
60 && type2 == TokenId.CharConstant)
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DImplicitTest.java194 ASN1Implicit type2 = new ASN1Implicit(2, type1);
213 assertTrue(Arrays.equals(array, (byte[]) type2
217 assertTrue(Arrays.equals(primitiveEncoding, type2.encode(array)));
221 type2.decode(constructedEncoding);
/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
181 Union(Handle<Type> type1, Handle<Type> type2) argument
184 Intersect(Handle<Type> type1, Handle<Type> type2) argument
[all...]
/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/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/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp139 namespace type2 { namespace
/external/chromium_org/ipc/
H A Dipc_message_macros.h168 // void OnSyncMessageName(const type1& in1, type2* out1, type3* out2)
231 #define IPC_MESSAGE_CONTROL2(msg_class, type1, type2) \
232 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 2, 0, (type1, type2), ())
234 #define IPC_MESSAGE_CONTROL3(msg_class, type1, type2, type3) \
235 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 3, 0, (type1, type2, type3), ())
237 #define IPC_MESSAGE_CONTROL4(msg_class, type1, type2, type3, type4) \
238 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 4, 0, (type1, type2, type3, type4), ())
240 #define IPC_MESSAGE_CONTROL5(msg_class, type1, type2, type3, type4, type5) \
241 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 5, 0, (type1, type2, type3, type4, type5), ())
249 #define IPC_MESSAGE_ROUTED2(msg_class, type1, type2) \
[all...]

Completed in 751 milliseconds

123