Searched refs:apply1 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dmetafun-apply.cpp24 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/
H A Ddebug-stepin-function-call.js103 function apply1() { function
146 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1];

Completed in 205 milliseconds