Home
last modified time | relevance | path

Searched defs:type2 (Results 1 – 25 of 37) 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.cc421 TypeHandle type2 = *it2; in Bitset() local
432 TypeHandle type2 = *it2; in Bitset() local
443 TypeHandle type2 = *it2; in Bitset() local
454 TypeHandle type2 = *it2; in Bitset() local
468 TypeHandle type2 = *it2; in Bitset() local
501 TypeHandle type2 = T.Class(map2); in Class() local
528 TypeHandle type2 = T.Constant(value2); in Constant() local
614 TypeHandle type2 = T.Range(min2, max2); in Range() local
641 TypeHandle type2 = T.Random(); in Array() local
655 TypeHandle type2 = T.Random(); in Function() local
[all …]
/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/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/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp73 using type2 = std::result_of_t<decltype(&wat::foo)(wat)>; in main() typedef
/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.java92 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/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()
/external/v8/src/
Dtypes.cc610 TypeHandle type1, TypeHandle type2, Region* region) { in Intersect()
740 TypeHandle type1, TypeHandle type2, Region* region) { in Union()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseChecker.java571 String type2 = in isPoppingIdenticalTypes() local

12