Home
last modified time | relevance | path

Searched refs:IntegerLike (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/Parser/
Ddecomposed-condition.cpp67 struct IntegerLike { struct
76 int h(IntegerLike x) { in h() argument
/external/python/cpython3/Lib/test/
Dtest_math.py952 class IntegerLike(object): class
959 s = math.isqrt(IntegerLike(1729))
964 math.isqrt(IntegerLike(-3))