Home
last modified time | relevance | path

Searched defs:fpos_t (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h43 typedef __darwin_off_t fpos_t; typedef
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h15 typedef __darwin_off_t fpos_t; typedef
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h75 typedef int fpos_t; typedef
/external/rust/crates/libc/src/windows/
Dmod.rs253 pub enum fpos_t {} // FIXME: fill this out with a struct enum
254 impl ::Copy for fpos_t {} implementation
255 impl ::Clone for fpos_t { implementation
256 fn clone(&self) -> fpos_t { in clone()
/external/rust/crates/libc/src/unix/
Dmod.rs398 pub enum fpos_t {} // FIXME: fill this out with a struct enum
399 impl ::Copy for fpos_t {} implementation
400 impl ::Clone for fpos_t { implementation
401 fn clone(&self) -> fpos_t { in clone()
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c3837 typedef _fpos_t fpos_t; typedef
/external/rust/crates/libc/src/vxworks/
Dmod.rs1023 pub enum fpos_t {} // FIXME: fill this out with a struct enum
1024 impl ::Copy for fpos_t {} implementation
1025 impl ::Clone for fpos_t { implementation
1026 fn clone(&self) -> fpos_t { in clone()
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2019 fpos_t = __darwin_off_t variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2019 fpos_t = __darwin_off_t variable
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3340 pub enum fpos_t {} // FIXME: fill this out with a struct enum
3341 impl ::Copy for fpos_t {} implementation
3342 impl ::Clone for fpos_t { implementation
3343 fn clone(&self) -> fpos_t { in clone()