Home
last modified time | relevance | path

Searched defs:type2 (Results 1 – 25 of 39) sorted by relevance

12

/external/clang/test/SemaCXX/
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, in type2() function
25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() argument
Dqualified-id-lookup.cpp67 typedef struct N::f2 type2; typedef
/external/clang/test/Sema/
Dc11-typedef-redef.c8 typedef int type2; in f() typedef
9 typedef type type2; in f() typedef
10 typedef int type2; in f() typedef
/external/v8/test/cctest/
Dtest-types.cc189 TypeHandle type2 = *it2; in Bitset() local
200 TypeHandle type2 = *it2; in Bitset() local
211 TypeHandle type2 = *it2; in Bitset() local
222 TypeHandle type2 = *it2; in Bitset() local
236 TypeHandle type2 = *it2; in Bitset() local
265 TypeHandle type2 = *it2; in PointwiseRepresentation() local
284 TypeHandle type2 = *it2; in PointwiseRepresentation() local
303 TypeHandle type2 = *it2; in PointwiseRepresentation() local
337 TypeHandle type2 = T.Class(map2); in Class() local
364 TypeHandle type2 = T.Constant(value2); in Constant() local
[all …]
/external/opencv3/modules/core/src/
Dprecomp.hpp117 typedef T2 type2; typedef
125 typedef T2 type2; typedef
133 typedef T2 type2; typedef
141 typedef T type2; typedef
149 typedef T type2; typedef
/external/dexmaker/src/dx/java/com/android/dx/cf/code/
DMerger.java40 Type type2 = ft2.getType(); in mergeType() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DImplicitTest.java194 ASN1Implicit type2 = new ASN1Implicit(2, type1); in testConsecutiveStringTagging() local
/external/clang/test/SemaTemplate/
Dinstantiate-exception-spec-cxx11.cpp95 struct type2 { struct
96 wrap<typename T::base> base;
102 typedef type2<types> type2; typedef
Dms-if-exists.cpp14 typedef Nontemplate::value type2; in __if_exists() typedef
Dcanonical-expr-type.cpp43 typedef T __attribute__((ext_vector_type(M))) type2; typedef
Dinstantiate-declref.cpp58 typedef struct { T z; } type2; in foo() typedef
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp56 # define ASIO_MOVE_CAST2(type1, type2) static_cast<type1, type2&&> argument
75 # define ASIO_MOVE_CAST2(type1, type2) static_cast<const type1, type2&> argument
/external/clang/test/CodeGenCXX/
Dmangle-subst.cpp90 typedef int type2; typedef
94 typename X<T>::template Y<T>::type f(typename X<T>::template Y<T>::type2) { return 0; } in f()
Dtype_visibility.cpp139 namespace type2 { namespace
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1683 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
1690 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
1698 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
1706 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
1724 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2032 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
2037 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2043 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
2049 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2058 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
[all …]
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DStdTypeList.java198 public static StdTypeList make(Type type0, Type type1, Type type2) { in make()
215 public static StdTypeList make(Type type0, Type type1, Type type2, in make()
/external/javassist/src/main/javassist/compiler/ast/
DIntConst.java55 int type2 = right.type; in compute0() local
/external/javassist/src/main/javassist/bytecode/analysis/
DMultiType.java188 private Map mergeMultiInterfaces(MultiType type1, MultiType type2) { in mergeMultiInterfaces()
DExecutor.java284 Type type2 = frame.peek(); in execute() local
297 Type type2 = frame.pop(); in execute() local
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java96 String type1, String type2) { in superclassTest()
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef
/external/curl/lib/
Dcurl_ntlm_msgs.c252 unsigned char *type2 = NULL; in Curl_sasl_decode_ntlm_type2_message() local
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1003 int type2 = exprType; in atArithBinExpr() local
1031 int type2 = exprType; in atStringConcatExpr() local
1289 static boolean rightIsStrong(int type1, int type2) { in rightIsStrong()
1305 private void convertOprandTypes(int type1, int type2, Expr expr) in convertOprandTypes()
DTypeChecker.java498 int type2 = exprType; in computeBinExprType() local
535 private void insertCast(BinExpr expr, int type1, int type2) in insertCast()
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DClassWriter.java1235 int getMergedType(final int type1, final int type2) { in getMergedType()
1264 protected String getCommonSuperClass(final String type1, final String type2) in getCommonSuperClass()

12