Home
last modified time | relevance | path

Searched defs:type2 (Results 1 – 25 of 32) 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() argument
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
Ddllimport-dllexport.c34 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to… typedef
/external/dexmaker/src/dx/java/com/android/dx/cf/code/
DMerger.java40 Type type2 = ft2.getType(); in mergeType() local
/external/clang/test/SemaTemplate/
Dinstantiate-exception-spec-cxx11.cpp84 struct type2 { struct
85 wrap<typename T::base> base;
91 typedef type2<types> type2; typedef
Dms-if-exists.cpp14 typedef Nontemplate::value type2; in __if_exists() typedef
Dcanonical-expr-type.cpp47 typedef T __attribute__((ext_vector_type(M))) type2; typedef
Dinstantiate-declref.cpp58 typedef struct { T z; } type2; in foo() typedef
/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/javassist/src/main/javassist/compiler/ast/
DIntConst.java55 int type2 = right.type; in compute0() local
/external/v8/src/
Dpreparser.h185 bool HasConflict(int type1, int type2) { return (type1 & type2) != 0; } in HasConflict()
186 bool IsDataDataConflict(int type1, int type2) { in IsDataDataConflict()
189 bool IsDataAccessorConflict(int type1, int type2) { in IsDataAccessorConflict()
192 bool IsAccessorAccessorConflict(int type1, int type2) { in IsAccessorAccessorConflict()
/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/clang/test/CodeGenCXX/
Dtype_visibility.cpp139 namespace type2 { namespace
/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/clang/test/Index/
Dannotate-nested-name-specifier.cpp108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef
/external/chromium/chrome/browser/sessions/
Dsession_restore_uitest.cc323 Browser::Type type1, type2; in TEST_F() local
/external/openssl/crypto/objects/
Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
1072 #define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1086 #define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument
1093 #define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument
/external/openssl/include/openssl/
Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
1072 #define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1086 #define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument
1093 #define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument
/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/openfst/src/include/fst/
Dcompose.h421 MatchType type2 = matcher2_->Type(false); in SetMatchType() local
Dlookahead-filter.h40 MatchType type2 = m2.Type(false); in LookAheadMatchType() local
/external/javassist/src/main/javassist/bytecode/
DConstPool.java1262 String type2 = Descriptor.rename(type, oldName, newName); in renameClass() local
1269 String type2 = Descriptor.rename(type, map); in renameClass() local

12