Home
last modified time | relevance | path

Searched refs:NotInt (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcasts.cpp76 class NotInt { class
88 NotInt NI;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dexplicit.cpp211 struct NotInt { in testNew() struct
216 NotInt ni; in testNew()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dconcepts.cpp70 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()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp516 auto NotInt = [](MVT VT) { return !isIntegerOrPtr(VT); }; in EnforceSmallerThan() local
517 Changed |= berase_if(S, NotInt); in EnforceSmallerThan()
518 Changed |= berase_if(B, NotInt); in EnforceSmallerThan()