Home | History | Annotate | Download | only in Analysis

Lines Matching full:template

2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -fblocks -analyzer-config c++-template-inlining=false -DNO_INLINE -verify %s
9 template<class T> class MyClass;
12 template<class T>
23 template<class T> const T MyClass<T>::one = static_cast<T>(1);
24 template<class T> inline MyClass<T>::MyClass(T a){}
25 template<class T> void MyClass<T>::I() {
36 template<class T, unsigned N>
52 template <bool VALUE>
60 template bool blockInTemplate<true>();
62 template <bool VALUE>
71 template void blockWithStatic<true>();