Searched defs:statvfs64 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dredefine_extname.cpp4 struct statvfs64 { struct
7 #pragma redefine_extname statvfs64 statvfs
8 int statvfs64(struct statvfs64 *);
12 struct statvfs64 st;
13 statvfs64(&st);
16 // CHECK: call i32 @statvfs(%struct.statvfs64* %st)

Completed in 155 milliseconds