Home
last modified time | relevance | path

Searched refs:ShouldClose (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp30 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/
Draw_ostream.cpp441 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/
DBitWriter.h41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/external/webkit/Source/WebKit/wx/
DWebFrame.h168 bool ShouldClose() const;
DWebView.cpp1065 bool wxWebView::ShouldClose() const in ShouldClose() function in wxWebView
1068 return m_mainFrame->ShouldClose(); in ShouldClose()
DWebFrame.cpp476 bool wxWebFrame::ShouldClose() const in ShouldClose() function in wxWebFrame
DWebView.h196 bool ShouldClose() const;
DChangeLog1065 (wxWebFrame::ShouldClose): Call shouldClose on FrameLoader instead
1905 (wxWebFrame::ShouldClose):
1908 (wxWebView::ShouldClose):
/external/llvm/include/llvm/Support/
Draw_ostream.h307 bool ShouldClose; variable