Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Dcasts.cpp76 class NotInt { class
88 NotInt NI;
/external/clang/test/SemaCXX/
Dexplicit.cpp193 struct NotInt { in testNew() struct
198 NotInt ni; in testNew()
/external/llvm-project/clang/test/SemaCXX/
Dexplicit.cpp211 struct NotInt { in testNew() struct
216 NotInt ni; in testNew()
/external/python/pybind11/tests/
Dtest_builtin_casters.py259 class NotInt(object): class
304 cant_convert(NotInt())
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp484 auto NotInt = [](MVT VT) { return !isIntegerOrPtr(VT); }; in EnforceSmallerThan() local
485 Changed |= berase_if(S, NotInt); in EnforceSmallerThan()
486 Changed |= berase_if(B, NotInt); in EnforceSmallerThan()