Lines Matching refs:Value
3 template<typename T, T Value, template<typename U, U ValU> class X>
4 void f(X<T, Value> x);
44 template<typename T, Unsigned Value>
91 template<typename Key, typename Value,
92 typename Comparison = compare<Pair<Key, Value> >,
93 typename Allocator = allocator<Pair<Key, Value> > >
107 void foo(T Value) {}
111 void foo<float, 9, FxnTmplEnum_B, FxnTmpl_Var + 7>(float Value);
119 // CHECK-LOAD: index-templates.cpp:3:24: NonTypeTemplateParameter=Value:3:24 (Definition) Extent=[3:22 - 3:29]
125 // CHECK-LOAD: index-templates.cpp:4:13: DeclRefExpr=Value:3:24 Extent=[4:13 - 4:18]
164 // CHECK-LOAD: index-templates.cpp:44:31: NonTypeTemplateParameter=Value:44:31 (Definition) Extent=[44:22 - 44:36]