HomeSort by relevance Sort by last modified time
    Searched refs:type3 (Results 1 - 8 of 8) sorted by null

  /external/clang/test/SemaTemplate/
ms-if-exists.cpp 18 typedef int type3; typedef
28 X<int>::type3 i3;
canonical-expr-type.cpp 48 typedef T __attribute__((ext_vector_type(N))) type3; typedef in struct:X2
52 void f0(type3); // expected-error{{redeclared}}
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 102 * @param type3 {@code non-null;} type of the third argument
104 public void popArgs(Frame frame, Type type1, Type type2, Type type3);
BaseMachine.java 186 Type type3) {
202 if (! Merger.isPossiblyAssignableFrom(type3, args[2])) {
203 throw new SimException("expected type " + type3.toHuman() +
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3; typedef in struct:X6
410 // CHECK: Keyword: "class" [109:11 - 109:16] TypedefDecl=type3:109:73 (Definition)
412 // CHECK: Punctuation: "::" [109:28 - 109:30] TypedefDecl=type3:109:73 (Definition)
414 // CHECK: Punctuation: "::" [109:35 - 109:37] TypedefDecl=type3:109:73 (Definition)
416 // CHECK: Punctuation: "<" [109:43 - 109:44] TypedefDecl=type3:109:73 (Definition)
418 // CHECK: Punctuation: ">" [109:48 - 109:49] TypedefDecl=type3:109:73 (Definition)
419 // CHECK: Punctuation: "::" [109:49 - 109:51] TypedefDecl=type3:109:73 (Definition)
420 // CHECK: Keyword: "template" [109:51 - 109:59] TypedefDecl=type3:109:73 (Definition)
421 // CHECK: Identifier: "rebind" [109:60 - 109:66] TypedefDecl=type3:109:73 (Definition)
422 // CHECK: Punctuation: "<" [109:66 - 109:67] TypedefDecl=type3:109:73 (Definition
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 212 * @param type3 {@code non-null;} the fourth element
216 Type type3) {
221 result.set(3, type3);
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 212 * @param type3 {@code non-null;} the fourth element
216 Type type3) {
221 result.set(3, type3);
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
StdTypeList.java 212 * @param type3 {@code non-null;} the fourth element
216 Type type3) {
221 result.set(3, type3);

Completed in 497 milliseconds