Searched refs:NotInt (Results 1 – 4 of 4) sorted by relevance
76 class NotInt { class88 NotInt NI;
211 struct NotInt { in testNew() struct216 NotInt ni; in testNew()
70 template<typename T> concept NotInt = sizeof(T) != sizeof(int); // expected-note {{because}}72 …[](NotInt auto) {}(T()); // expected-error {{no matching function}} expected-note {{constraints no… in f()
516 auto NotInt = [](MVT VT) { return !isIntegerOrPtr(VT); }; in EnforceSmallerThan() local517 Changed |= berase_if(S, NotInt); in EnforceSmallerThan()518 Changed |= berase_if(B, NotInt); in EnforceSmallerThan()