Lines Matching +defs:U +defs:T +defs:f
19 void f(s) { } in f() function
23 void f(e) { } in f() function
27 void f(u) { } in f() function
31 void f(y) { } in f() function
34 void f() { } in f() function
37 namespace N { void f() { } } in f() function
40 namespace N { namespace N { void f() { } } } in f() function
49 namespace N { int f(int, int) { static int b; return b; } } in f() function
54 void f(__int128_t, __uint128_t) { } in f() function
59 void f(S1<int>) {} in f() function
62 void f(S1<double>) {} in f() function
66 void f(S2<100>) {} in f() function
69 void f(S2<-100>) {} in f() function
74 void f(S3<true>) {} in f() function
77 void f(S3<false>) {} in f() function
82 void f(void (S::*)() const) {} in f() function
85 void f(void (S::*)()) {} in f() function
88 void f(const int) { } in f() function
92 template<typename T> void ft2(T t, void (*)(T), void (*)(T)) { } in ft2()
95 template<typename T> void ft3(S4<T>*) { } in ft3()
98 template<typename T> void ft1(T) { } in ft1() argument
136 int f(struct a *x) { in f() function
161 template<typename T> bool operator==(const A<T>&, const A<T>&) { return true; } in operator ==()
168 template<typename T> bool operator==(const A<T>&, const A<T>&) { return true; } in operator ==()
175 typedef int U; typedef
178 template <typename T> typename T::U ft6(const T&) { return 0; } in ft6()
244 void f() { __fill_a<int>(); } in f() function
327 template <class T> void f(T, char (&buffer)[sizeof(ovl(T()))]) {} in f() argument
376 template<template<class> class Y, typename T> void f(Y<T>) { } in f() function
483 template <char P2> void f(struct S<false ? 'a' : P2> ) {} in f() function
491 void f(...) { } in f() function
498 void A::f(...) { } in f() function in test11::A
505 void f(A<33000>) { } in f() function
535 template <int I> void f(S<I + e>) {} in f() function
568 template <typename T> void f(S<&T::operator+>) {} in f() function
571 template <typename T> void f(S<&T::operator- >) {} in f() function
574 template <typename T> void f(S<&T::operator*>) {} in f() function
577 template <typename T> void f(S<&T::operator&>) {} in f() function
621 template <class T> void test1(decltype(f<>(T()))) {} in test1()
633 void f(decltype(nullptr)) { } in f() function
641 void f(vpc (&)[10]) {} in f() function
644 void f(vpca5 volatile (&)[10]) {} in f() function
680 float f; in test() local
698 template <class T> void b(decltype(T().Alias::meth()) &object) {} in T() function
701 float f; in test() local
803 void f(decltype(sizeof(decltype(T() + T())))) {} in T() function
827 template<typename T> void f4(::test34::A<sizeof(sizeof(decltype(T() + T())))>) { } in f4()