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

  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 170 struct Thing;
173 struct Thing<T, false> { };
176 struct Thing<T, true> { };
178 void template_template_fun(Type<Thing<Second, true>, Second>) { }
179 // CHECK: "\01?template_template_fun@@YAXU?$Type@U?$Thing@USecond@@$00@@USecond@@@@@Z"
185 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() {
187 // CHECK: "\01??$template_template_specialization@$$A6AXU?$Type@U?$Thing@USecond@@$00@@USecond@@@@@Z@@YAXXZ"
  /external/clang/test/SemaCXX/
typo-correction.cpp 97 // Demonstrate a case where using only the cached value returns the wrong thing
209 namespace foobar { struct Thing {}; }
210 namespace bazquux { struct Thing {}; }
211 void f() { Thing t; } // expected-error{{unknown type name 'Thing'}}
  /external/chromium_org/v8/test/mjsunit/
string-charcodeat.js 91 function Thing() {
96 var n = new Thing();
104 var n = new Thing();
  /external/v8/test/mjsunit/
string-charcodeat.js 91 function Thing() {
96 var n = new Thing();
104 var n = new Thing();

Completed in 480 milliseconds