HomeSort by relevance Sort by last modified time
    Searched full:template2 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/ASTMerge/
class-template.cpp 2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/class-template2.cpp
6 // CHECK: class-template2.cpp:7:15: note: declared here with type 'long'
9 // CHECK: class-template2.cpp:10:10: note: template parameter declared here
12 // CHECK: class-template2.cpp:16:23: note: declared here with type 'int'
15 // CHECK: class-template2.cpp:19:10: note: template parameter declared here
17 // CHECK: class-template2.cpp:25:20: error: external variable 'x0r' declared with incompatible types in different translation units ('X0<double> *' vs. 'X0<float> *')
22 // CHECK: class-template2.cpp:34:9: note: field 'member' has type 'float' here
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 206 TemplateMetadata template2 = getTemplate(file2); local
210 } else if (template2 == null) {
213 int delta = template2.getRevision() - template1.getRevision();

Completed in 33 milliseconds