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

  /external/clang/test/SemaTemplate/
metafun-apply.cpp 24 struct apply1 { struct
30 apply1<add_pointer, int>::type ip = &i;
31 apply1<add_reference, int>::type ir = i;
32 apply1<add_reference, float>::type fr = i; // expected-error{{non-const lvalue reference to type 'float' cannot bind to a value of unrelated type 'int'}}
35 apply1<add_reference, void>::type t; // expected-note{{in instantiation of template class 'apply1<add_reference, void>' requested here}}
37 apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, int>' requested here}}
  /external/v8/test/mjsunit/
debug-stepin-function-call.js 103 function apply1() { function
139 [call1, call2, call3, call4, apply1, apply2, apply3, apply4];

Completed in 1767 milliseconds