Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_numpy_array.py14 for size_check in m.get_platform_dtype_size_checks():
15 print(size_check)
16 assert size_check.size_cpp == size_check.size_numpy, size_check
/external/clang/test/CodeGen/
Dbitfield-2.c25 int size_check[sizeof(struct s0) == 3 ? 1 : -1]; in f0_load() local
71 int size_check[sizeof(struct s1) == 3 ? 1 : -1]; in f1_load() local