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

/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/clang/test/SemaTemplate/
H A Dcanonical-expr-type.cpp47 typedef T __attribute__((ext_vector_type(M))) type2; typedef in struct:X2
51 void f0(type2);
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.cpp87 base(const typename T::type2 &);
96 struct type2 { struct in namespace:core_19754_example
103 typedef type2<types> type2; typedef in struct:core_19754_example::types
H A Dinstantiate-declref.cpp58 typedef struct { T z; } type2; typedef in typeref:struct:N2::Outer2::Inner::__anon4805
59 type2 t3 = { s1.x };
/external/chromium/chrome/browser/sessions/
H A Dsession_restore_uitest.cc323 Browser::Type type1, type2; local
325 ASSERT_TRUE(browser_proxy2->GetType(&type2));
330 EXPECT_EQ(type2, Browser::TYPE_POPUP);
333 EXPECT_EQ(type2, Browser::TYPE_NORMAL);
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef in struct:X6
390 // CHECK: Keyword: "typename" [108:11 - 108:19] TypedefDecl=type2:108:83 (Definition)
392 // CHECK: Punctuation: "::" [108:31 - 108:33] TypedefDecl=type2:108:83 (Definition)
394 // CHECK: Punctuation: "::" [108:38 - 108:40] TypedefDecl=type2:108:83 (Definition)
396 // CHECK: Punctuation: "<" [108:46 - 108:47] TypedefDecl=type2:108:83 (Definition)
398 // CHECK: Punctuation: ">" [108:51 - 108:52] TypedefDecl=type2:108:83 (Definition)
399 // CHECK: Punctuation: "::" [108:52 - 108:54] TypedefDecl=type2:108:83 (Definition)
400 // CHECK: Keyword: "template" [108:54 - 108:62] TypedefDecl=type2:108:83 (Definition)
401 // CHECK: Identifier: "rebind" [108:63 - 108:69] TypedefDecl=type2:108:83 (Definition)
402 // CHECK: Punctuation: "<" [108:69 - 108:70] TypedefDecl=type2
[all...]
/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];
H A Dqualified-id-lookup.cpp67 typedef struct N::f2 type2; typedef in typeref:struct:f2
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiType.java188 private Map mergeMultiInterfaces(MultiType type1, MultiType type2) { argument
190 Map map2 = getAllMultiInterfaces(type2);
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java195 * @param type2 {@code non-null;} the third element
198 public static StdTypeList make(Type type0, Type type1, Type type2) { argument
202 result.set(2, type2);
211 * @param type2 {@code non-null;} the third element
215 public static StdTypeList make(Type type0, Type type1, Type type2, argument
220 result.set(2, type2);
/external/javassist/src/main/javassist/compiler/
H A DTypeChecker.java498 int type2 = exprType;
502 insertCast(expr, type1, type2);
535 private void insertCast(BinExpr expr, int type1, int type2) argument
538 if (CodeGen.rightIsStrong(type1, type2))
539 expr.setLeft(new CastExpr(type2, 0, expr.oprand1()));
H A DCodeGen.java1003 int type2 = exprType;
1005 if (type2 == INT || type2 == SHORT
1006 || type2 == CHAR || type2 == BYTE)
1011 convertOprandTypes(type1, type2, expr);
1031 int type2 = exprType;
1033 boolean type2Is2 = is2word(type2, dim2);
1035 = (type2 == CLASS && jvmJavaLangString.equals(className));
1038 convToString(type2, dim
1289 rightIsStrong(int type1, int type2) argument
1305 convertOprandTypes(int type1, int type2, Expr expr) argument
[all...]
/external/openfst/src/include/fst/
H A Dcompose.h389 MatchType type2 = matcher2_->Type(false); local
390 if (type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) {
394 } else if (type2 == MATCH_INPUT) {
H A Dlookahead-filter.h40 MatchType type2 = m2.Type(false); local
44 else if (type2 == MATCH_INPUT &&
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libxml2/
H A Dxmlregexp.c2237 * @type2: an atom type
2245 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { argument
2253 if ((type2 == XML_REGEXP_EPSILON) ||
2254 (type2 == XML_REGEXP_CHARVAL) ||
2255 (type2 == XML_REGEXP_RANGES) ||
2256 (type2 == XML_REGEXP_SUBREG) ||
2257 (type2 == XML_REGEXP_STRING) ||
2258 (type2 == XML_REGEXP_ANYCHAR))
2261 if (type1 == type2) return(1);
2263 /* simplify subsequent compares by making sure type1 < type2 */
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c5448 static int is_compatible_types(CType *type1, CType *type2);
11184 CType *type1, *type2, tmp_type1, tmp_type2;
11191 type2 = &p2->type;
11193 bt2 = type2->t & VT_BTYPE;
11207 type2 = pointed_type(type2);
11213 (type2->t & VT_BTYPE) == VT_VOID)
11216 tmp_type2 = *type2;
11647 static int is_compatible_func(CType *type1, CType *type2)
11652 s2 = type2
11182 CType *type1, *type2, tmp_type1, tmp_type2; local
11645 is_compatible_func(CType *type1, CType *type2) argument
11679 is_compatible_types(CType *type1, CType *type2) argument
11803 CType *st, *type1, *type2, tmp_type1, tmp_type2; local
12585 CType type1, *type2; local
12927 CType type1, type2; local
13336 CType type, type1, type2; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 281 milliseconds