Searched refs:statvfs64 (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/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(...)
|
D | annotate.ll | 820 ; CHECK-LINUX: declare i32 @statvfs64(i8* nocapture readonly, %opaque* nocapture) [[G0]] 821 declare i32 @statvfs64(i8*, %opaque*)
|
/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/ltp/utils/ffsb-6.0-rc2/ |
D | util.c | 189 struct statvfs64 fsdata; in getfsutil() 191 statvfs64(dirname, &fsdata); in getfsutil() 201 struct statvfs64 fsdata; in getfsutil_size() 202 statvfs64(dirname, &fsdata); in getfsutil_size()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 769 /// int fstatvfs64(int fildes, struct statvfs64 *buf); 1135 /// int statvfs64(const char *path, struct statvfs64 *buf) 1136 TLI_DEFINE_ENUM_INTERNAL(statvfs64) 1137 TLI_DEFINE_STRING_INTERNAL("statvfs64")
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 669 ; CHECK: declare void @statvfs64(...) 670 declare void @statvfs64(...)
|
D | annotate.ll | 685 ; CHECK-LINUX: declare i32 @statvfs64(i8* nocapture readonly, %opaque* nocapture) [[G0]] 686 declare i32 @statvfs64(i8*, %opaque*)
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 392 TLI.setUnavailable(LibFunc::statvfs64); in initialize() 845 case LibFunc::statvfs64: in isValidProtoForLibFunc()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 259 unsigned struct_statvfs64_sz = sizeof(struct statvfs64);
|
D | sanitizer_common_interceptors.inc | 3713 INTERCEPTOR(int, statvfs64, char *path, void *buf) { 3715 COMMON_INTERCEPTOR_ENTER(ctx, statvfs64, path, buf); 3720 int res = REAL(statvfs64)(path, buf); 3735 COMMON_INTERCEPT_FUNCTION(statvfs64); \
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 628 case LibFunc::statvfs64: in inferLibFuncAttributes()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2961 fun:statvfs64=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 841 PUBLIC ce630 0 statvfs64
|