/external/llvm/include/llvm/Support/ |
raw_ostream.h | 345 int FD; 385 /// FD is the file descriptor that this writes to. If ShouldClose is true, 387 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/external/llvm/lib/Support/ |
Host.cpp | 58 int FD; 59 std::error_code EC = sys::fs::openFileForRead("/proc/cpuinfo", FD); 64 int Ret = read(FD, Buf, Size); 65 int CloseStatus = close(FD); [all...] |
Path.cpp | 1144 int FD; 1145 if (std::error_code EC = openFileForRead(Path, FD)) 1149 int Length = read(FD, Buffer, sizeof(Buffer)); 1150 if (close(FD) != 0 || Length < 0) [all...] |
/external/llvm/tools/bugpoint/ |
BugDriver.h | 284 bool writeProgramToFile(const std::string &Filename, int FD,
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
PathV1.h | 600 /// that is currently opened as FD into the current processes' address 603 /// 1) The pages must be valid after the FD is closed, until 611 static const char *MapInFilePages(int FD, size_t FileSize, [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
raw_ostream.h | 358 int FD; 398 /// FD is the file descriptor that this writes to. If ShouldClose is true, 400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
Host.cpp | 61 int FD; 62 std::error_code EC = sys::fs::openFileForRead("/proc/cpuinfo", FD); 67 int Ret = read(FD, Buf, Size); 68 int CloseStatus = close(FD); [all...] |
Path.cpp | 1141 int FD; 1142 if (std::error_code EC = openFileForRead(Path, FD)) 1146 int Length = read(FD, Buffer, sizeof(Buffer)); 1147 if (close(FD) != 0 || Length < 0) [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuScript.cpp | 174 int FD = open(fileName, O_RDONLY); 175 if (FD == -1) { 182 ssize_t nread = read(FD, buf, sizeof(buf)); 193 if (close(FD) != 0) { [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 301 static bool isCLibraryFunction(const FunctionDecl *FD,
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
raw_ostream.h | 358 int FD; 398 /// FD is the file descriptor that this writes to. If ShouldClose is true, 400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 301 static bool isCLibraryFunction(const FunctionDecl *FD,
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
raw_ostream.h | 358 int FD; 398 /// FD is the file descriptor that this writes to. If ShouldClose is true, 400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 301 static bool isCLibraryFunction(const FunctionDecl *FD,
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
raw_ostream.h | 358 int FD; 398 /// FD is the file descriptor that this writes to. If ShouldClose is true, 400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 301 static bool isCLibraryFunction(const FunctionDecl *FD,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
raw_ostream.h | 358 int FD; 398 /// FD is the file descriptor that this writes to. If ShouldClose is true, 400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 301 static bool isCLibraryFunction(const FunctionDecl *FD,
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
raw_ostream.h | 358 int FD; 398 /// FD is the file descriptor that this writes to. If ShouldClose is true, 400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 301 static bool isCLibraryFunction(const FunctionDecl *FD,
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
raw_ostream.h | 358 int FD; 398 /// FD is the file descriptor that this writes to. If ShouldClose is true, 400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 301 static bool isCLibraryFunction(const FunctionDecl *FD,
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
raw_ostream.h | 358 int FD; 398 /// FD is the file descriptor that this writes to. If ShouldClose is true, 400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 301 static bool isCLibraryFunction(const FunctionDecl *FD,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
raw_ostream.h | 358 int FD; 398 /// FD is the file descriptor that this writes to. If ShouldClose is true, 400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|