/external/clang/test/SemaCXX/ |
D | constexpr-many-arguments.cpp | 10 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
|
D | qualified-id-lookup.cpp | 67 typedef struct N::f2 type2; typedef
|
/external/clang/test/Sema/ |
D | c11-typedef-redef.c | 8 typedef int type2; in f() typedef 9 typedef type type2; in f() typedef 10 typedef int type2; in f() typedef
|
D | dllimport-dllexport.c | 34 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to… typedef
|
/external/dexmaker/src/dx/java/com/android/dx/cf/code/ |
D | Merger.java | 40 Type type2 = ft2.getType(); in mergeType() local
|
/external/clang/test/SemaTemplate/ |
D | instantiate-exception-spec-cxx11.cpp | 84 struct type2 { struct 85 wrap<typename T::base> base; 91 typedef type2<types> type2; typedef
|
D | ms-if-exists.cpp | 14 typedef Nontemplate::value type2; in __if_exists() typedef
|
D | canonical-expr-type.cpp | 47 typedef T __attribute__((ext_vector_type(M))) type2; typedef
|
D | instantiate-declref.cpp | 58 typedef struct { T z; } type2; in foo() typedef
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
D | ImplicitTest.java | 194 ASN1Implicit type2 = new ASN1Implicit(2, type1); in testConsecutiveStringTagging() local
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | IntConst.java | 55 int type2 = right.type; in compute0() local
|
/external/v8/src/ |
D | preparser.h | 185 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/ |
D | StdTypeList.java | 198 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/ |
D | type_visibility.cpp | 139 namespace type2 { namespace
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | MultiType.java | 188 private Map mergeMultiInterfaces(MultiType type1, MultiType type2) { in mergeMultiInterfaces()
|
D | Executor.java | 284 Type type2 = frame.peek(); in execute() local 297 Type type2 = frame.pop(); in execute() local
|
/external/clang/test/Index/ |
D | annotate-nested-name-specifier.cpp | 108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef
|
/external/chromium/chrome/browser/sessions/ |
D | session_restore_uitest.cc | 323 Browser::Type type1, type2; in TEST_F() local
|
/external/openssl/crypto/objects/ |
D | objects.h | 1021 #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/ |
D | objects.h | 1021 #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/ |
D | CodeGen.java | 1003 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()
|
D | TypeChecker.java | 498 int type2 = exprType; in computeBinExprType() local 535 private void insertCast(BinExpr expr, int type1, int type2) in insertCast()
|
/external/openfst/src/include/fst/ |
D | compose.h | 421 MatchType type2 = matcher2_->Type(false); in SetMatchType() local
|
D | lookahead-filter.h | 40 MatchType type2 = m2.Type(false); in LookAheadMatchType() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | ConstPool.java | 1262 String type2 = Descriptor.rename(type, oldName, newName); in renameClass() local 1269 String type2 = Descriptor.rename(type, map); in renameClass() local
|