Searched refs:ShouldClose (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Bitcode/Writer/ |
D | BitWriter.cpp | 30 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() argument 32 raw_fd_ostream OS(FD, ShouldClose, Unbuffered); in LLVMWriteBitcodeToFD()
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 441 ShouldClose = true; in raw_fd_ostream() 461 ShouldClose = false; in raw_fd_ostream() 467 ShouldClose = true; in raw_fd_ostream() 474 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) { in raw_fd_ostream() 493 if (ShouldClose) in ~raw_fd_ostream() 569 assert(ShouldClose); in close() 570 ShouldClose = false; in close()
|
/external/llvm/include/llvm-c/ |
D | BitWriter.h | 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
|
/external/webkit/Source/WebKit/wx/ |
D | WebFrame.h | 168 bool ShouldClose() const;
|
D | WebView.cpp | 1065 bool wxWebView::ShouldClose() const in ShouldClose() function in wxWebView 1068 return m_mainFrame->ShouldClose(); in ShouldClose()
|
D | WebFrame.cpp | 476 bool wxWebFrame::ShouldClose() const in ShouldClose() function in wxWebFrame
|
D | WebView.h | 196 bool ShouldClose() const;
|
D | ChangeLog | 1065 (wxWebFrame::ShouldClose): Call shouldClose on FrameLoader instead 1905 (wxWebFrame::ShouldClose): 1908 (wxWebView::ShouldClose):
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 307 bool ShouldClose; variable
|