Searched refs:apply1 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | metafun-apply.cpp | 24 struct apply1 { struct 30 apply1<add_pointer, int>::type ip = &i; argument 31 apply1<add_reference, int>::type ir = i; 32 apply1<add_reference, float>::type fr = i; // expected-error{{non-const lvalue reference to type 'f… 35 …apply1<add_reference, void>::type t; // expected-note{{in instantiation of template class 'apply1<… in test() 37 …apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, i… in test()
|
/external/v8/test/mjsunit/ |
D | debug-stepin-function-call.js | 103 function apply1() { function 156 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1,
|