Searched refs:Close (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Utility/
H A DKQueue.h37 Close();
50 Close ();
H A DKQueue.cpp29 KQueue::Close () function in class:KQueue
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DWindows.h61 HandleTraits::Close(Handle);
72 HandleTraits::Close(Handle);
94 static void Close(handle_type h) { function in struct:CommonHandleTraits
116 static void Close(handle_type h) { function in struct:CryptContextTraits
126 static void Close(handle_type h) { function in struct:FindHandleTraits
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DRAIIObjectsForParser.h361 tok::TokenKind Kind, Close; member in class:clang::BalancedDelimiterTracker
387 Close = tok::r_brace;
391 Close = tok::r_paren;
396 Close = tok::r_square;
422 if (P.Tok.is(Close)) {
H A DParser.cpp1291 // Close the paren and get the location of the end bracket
1918 assert(!P.Tok.is(Close) && "Should have consumed closing delimiter");
1922 switch (Close) {
1930 if (P.SkipUntil(Close, /*StopAtSemi*/ true, /*DontConsume*/ true))
1936 P.SkipUntil(Close, false);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp102 Close ();
125 Close();
156 Close();
166 Close();
191 Close ();
251 File::Close () function in class:File
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DConnectionFileDescriptor.h99 Close (int& fd, Error *error);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DConnectionFileDescriptor.cpp358 status = Close (m_fd_send, error_ptr);
364 status = Close (m_fd_send, error_ptr);
367 ConnectionStatus recv_status = Close (m_fd_recv, error_ptr);
1080 ConnectionFileDescriptor::Close (int& fd, Error *error_ptr)
1095 log->Printf ("%p ConnectionFileDescriptor::Close (fd = %i)", this,fd);
1160 Close (listen_socket, NULL);
1227 Close (listen_port, NULL);
1236 Close (listen_port, NULL);
1245 Close (listen_port, NULL);
1251 Close (listen_por
[all...]
H A DDebugger.cpp697 // Close the input file _before_ we close the input read communications class
700 GetInputFile().Close ();
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h216 Close ();
/freebsd-10.0-release/sys/net/
H A Dif_spppsubr.c222 void (*Close)(struct sppp *sp); member in struct:cp
1236 lcp.Close(sp);
1247 lcp.Close(sp);
1789 upper->Close(sp);
1893 * The generic part of all Up/Down/Open/Close/TO event handlers.
2246 lcp.Close(sp);
2553 lcp.Close(sp);
2634 lcp.Close(sp);
2729 * the Close second to prevent the upper layers from sending
2736 (cps[i])->Close(s
[all...]
/freebsd-10.0-release/sys/boot/efi/include/
H A Defiprot.h277 EFI_FILE_CLOSE Close; member in struct:_EFI_FILE_HANDLE
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2558 // Close STDIN, STDOUT and STDERR. We might need to redirect them
2560 file_action.Close (STDIN_FILENO);
2562 file_action.Close (STDOUT_FILENO);
2564 file_action.Close (STDERR_FILENO);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h470 Close (int fd);
587 if (file_action.Close (fd))
/freebsd-10.0-release/tools/test/dtrace/
H A DMakefile97 ${TESTSRCDIR}/tst/common/java_api/tst.Close.ksh \
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp639 ProcessLaunchInfo::FileAction::Close (int fd) function in class:ProcessLaunchInfo::FileAction
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp11917 SourceLocation Close = PP.getLocForEndOfToken(E->getSourceRange().getEnd()); local
11920 << FixItHint::CreateInsertion(Close, ")");
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex1054 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex.
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1078 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex.
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex1055 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex.

Completed in 514 milliseconds