Searched defs:get_except (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/ |
H A D | FEnvImpl.h | 47 LIBC_INLINE int get_except() { return 0; } in get_except() function
|
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/riscv/ |
H A D | FEnvImpl.h | 92 LIBC_INLINE int get_except() { return 0; } in get_except() function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_bitfields.py | 196 def get_except(self, func, *args, **kw): member in BitFieldTest
|
H A D | test_structures.py | 356 def get_except(self, func, *args): member in StructureTestCase
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_bitfields.py | 196 def get_except(self, func, *args, **kw): member in BitFieldTest
|
D | test_structures.py | 356 def get_except(self, func, *args): member in StructureTestCase
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | test_bitfields.py | 190 def get_except(self, func, *args, **kw): member in BitFieldTest
|
D | test_structures.py | 356 def get_except(self, func, *args): member in StructureTestCase
|
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/aarch64/ |
H A D | FEnvImpl.h | 127 LIBC_INLINE int get_except() { in get_except() function
|
H A D | fenv_darwin_impl.h | 135 LIBC_INLINE int get_except() { in get_except() function
|
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/arm/ |
H A D | FEnvImpl.h | 107 LIBC_INLINE int get_except() { in get_except() function
|
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/x86_64/ |
H A D | FEnvImpl.h | 199 LIBC_INLINE int get_except() { in get_except() function
|