/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | pr30455.ll | 2 %struct.statvfs64 = type { i32 } 7 %st = alloca %struct.statvfs64, align 4 8 %0 = bitcast %struct.statvfs64* %st to i8* 12 ; CHECK: declare i32 @statvfs64(%struct.statvfs64*){{$}} 13 declare i32 @statvfs64(%struct.statvfs64*)
|
D | no-proto.ll | 798 ; CHECK: declare void @statvfs64(...) 799 declare void @statvfs64(...)
|
/external/clang/test/CodeGenCXX/ |
D | redefine_extname.cpp | 4 struct statvfs64 { struct 7 #pragma redefine_extname statvfs64 statvfs argument 8 int statvfs64(struct statvfs64 *); 12 struct statvfs64 st; in some_func() 13 statvfs64(&st); in some_func()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | redefine_extname.cpp | 4 struct statvfs64 { struct 7 #pragma redefine_extname statvfs64 statvfs argument 8 int statvfs64(struct statvfs64 *); 12 struct statvfs64 st; in some_func() 13 statvfs64(&st); in some_func()
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mod.rs | 21 pub struct statvfs64 {
|
/external/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 84 pub struct statvfs64 {
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 188 pub struct statvfs64 {
|
/external/crosvm/fuse/src/ |
D | filesystem.rs | 865 fn statfs(&self, ctx: Context, inode: Self::Inode) -> io::Result<libc::statvfs64> { in statfs() argument 867 let mut st: libc::statvfs64 = unsafe { mem::zeroed() }; in statfs()
|
D | sys.rs | 528 impl From<libc::statvfs64> for Kstatfs { 529 fn from(st: libc::statvfs64) -> Self { in from()
|
/external/rust/crates/libc/src/unix/linux_like/android/b64/ |
D | mod.rs | 94 pub struct statvfs64 {
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_solaris.cpp | 95 unsigned struct_statvfs64_sz = sizeof(struct statvfs64);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 584 /// int fstatvfs64(int fildes, struct statvfs64 *buf); 935 /// int statvfs64(const char *path, struct statvfs64 *buf) 936 TLI_DEFINE_ENUM_INTERNAL(statvfs64) 937 TLI_DEFINE_STRING_INTERNAL("statvfs64")
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 874 /// int fstatvfs64(int fildes, struct statvfs64 *buf); 1258 /// int statvfs64(const char *path, struct statvfs64 *buf) 1259 TLI_DEFINE_ENUM_INTERNAL(statvfs64) 1260 TLI_DEFINE_STRING_INTERNAL("statvfs64")
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 847 /// int fstatvfs64(int fildes, struct statvfs64 *buf); 1213 /// int statvfs64(const char *path, struct statvfs64 *buf) 1214 TLI_DEFINE_ENUM_INTERNAL(statvfs64) 1215 TLI_DEFINE_STRING_INTERNAL("statvfs64")
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1465 pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; in statvfs64() function 1466 pub fn fstatvfs64(fd: ::c_int, buf: *mut statvfs64) -> ::c_int; in fstatvfs64()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 669 ; CHECK: declare void @statvfs64(...) 670 declare void @statvfs64(...)
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
D | mod.rs | 67 pub struct statvfs64 {
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 392 TLI.setUnavailable(LibFunc::statvfs64); in initialize() 845 case LibFunc::statvfs64: in isValidProtoForLibFunc()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 131 pub struct statvfs64 {
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 117 pub struct statvfs64 {
|
D | powerpc.rs | 138 pub struct statvfs64 {
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
D | mod.rs | 114 pub struct statvfs64 {
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
D | mod.rs | 133 pub struct statvfs64 {
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/ |
D | mod.rs | 95 pub struct statvfs64 {
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/ |
D | mod.rs | 147 pub struct statvfs64 {
|