Home
last modified time | relevance | path

Searched refs:Cmds (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCompilationDatabase.cpp70 clang_CompileCommands_dispose(CXCompileCommands Cmds) in clang_CompileCommands_dispose() argument
72 delete static_cast<AllocatedCXCompileCommands *>(Cmds); in clang_CompileCommands_dispose()
76 clang_CompileCommands_getSize(CXCompileCommands Cmds) in clang_CompileCommands_getSize() argument
78 if (!Cmds) in clang_CompileCommands_getSize()
82 static_cast<AllocatedCXCompileCommands *>(Cmds); in clang_CompileCommands_getSize()
88 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I) in clang_CompileCommands_getCommand() argument
90 if (!Cmds) in clang_CompileCommands_getCommand()
94 static_cast<AllocatedCXCompileCommands *>(Cmds); in clang_CompileCommands_getCommand()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DGuessTargetAndModeCompilationDatabase.cpp39 addTargetAndMode(std::vector<CompileCommand> Cmds) const { in addTargetAndMode()
40 for (auto &Cmd : Cmds) { in addTargetAndMode()
45 return Cmds; in addTargetAndMode()
H A DExpandResponseFilesCompilationDatabase.cpp50 std::vector<CompileCommand> expand(std::vector<CompileCommand> Cmds) const { in expand()
51 for (auto &Cmd : Cmds) { in expand()
69 return Cmds; in expand()
/netbsd-src/share/man/tools/
H A Dnewsp.errs3969 Cmds
/netbsd-src/external/gpl2/texinfo/dist/doc/
H A Dtexinfo.txi511 * Def Cmds in Detail:: Reference for all the definition commands.
11440 * Def Cmds in Detail:: Reference for all the definition commands.
11694 @node Def Cmds in Detail
16917 @xref{Definition Commands}, and @ref{deffnx,, Def Cmds in Detail}.
16939 @ref{deffnx,, Def Cmds in Detail}.
16945 @ref{deffnx,, Def Cmds in Detail}.
16953 @ref{deffnx,, Def Cmds in Detail}.
16967 @ref{deffnx,, Def Cmds in Detail}.
16973 and @ref{deffnx,, Def Cmds in Detail}.
16993 @ref{deffnx,, Def Cmds in Detail}.
[all …]