OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:template_test
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/SemaCXX/
err_init_conversion_failed.cpp
47
namespace
template_test
{
namespace
59
// expected-error-re@-1{{cannot initialize a member subobject of type 'void (
template_test
::S::*)(const int &){{( __attribute__\(\(thiscall\)\))?}}' with an rvalue of type 'void (
template_test
::S::*)(int){{( __attribute__\(\(thiscall\)\))?}}': type mismatch at 1st parameter ('const int &' vs 'int')}}
warn-unused-filescoped.cpp
111
template <typename T> void
template_test
(X<T> x) {
function in namespace:PR8841
116
template_test
(x);
/external/clang/test/CodeGen/
pragma-unroll.cpp
82
void
template_test
(double *List, int Length) {
function
pragma-loop.cpp
152
void
template_test
(double *List, int Length) {
function in struct:Tuner
Completed in 246 milliseconds