Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project/polly/test/
H A Dupdate_check.py35 def ltrim_emptylines(lines, meta=None): argument
42 def rtrim_emptylines(lines): argument
47 def trim_emptylines(lines) argument
68 common_indent(lines) global() argument
80 classyfier1(lines) global() argument
202 classyfier2(lines) global() argument
489 writelines(lines) global() argument
[all...]
/llvm-project/llvm/utils/lint/
H A Dcommon_lint.py9 def VerifyLineLength(filename, lines, max_length): argument
38 def VerifyTabs(filename, lines): argument
59 def VerifyTrailingWhitespace(filename, lines): argument
81 def RunOnFile(filename, lines): argument
H A Dcpp_lint.py15 def VerifyIncludes(filename, lines): argument
93 def RunOnFile(self, filename, lines): argument
H A Dgeneric_lint.py13 def RunOnFile(self, filename, lines): argument
/llvm-project/libcxx/test/libcxx/lint/
H A Dlint_headers.sh.py23 def check_for_pragma_GCC_system_header(pretty_fname, lines): argument
59 lines = f.readlines() variable
H A Dlint_cmakelists.sh.py16 lines = f.readlines() variable
/llvm-project/lldb/unittests/Editline/
H A DEditlineTest.cpp125 auto input_complete_cb = [this](Editline *editline, StringList &lines) { in EditlineAdapter() argument
156 bool EditlineAdapter::SendLines(const std::vector<std::string> &lines) { in SendLines() argument
178 bool EditlineAdapter::GetLines(lldb_private::StringList &lines, in GetLines() argument
189 lldb_private::StringList &lines) { in IsInputComplete() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp125 llvm::StringRef lines(linux_map); in ParseLinuxMapRegions() local
148 llvm::StringRef lines(linux_smap); in ParseLinuxSMapRegions() local
/llvm-project/lldb/source/Core/
H A DIOHandler.cpp269 [this](Editline *editline, StringList &lines) { in IOHandlerEditline() argument
446 return m_delegate.IOHandlerFixIndentation(*this, lines, cursor_position); in FixIndentationCallback() argument
295 __anond4a2bece0402(Editline *editline, const StringList &lines, int cursor_position) IOHandlerEditline() argument
441 IsInputCompleteCallback(Editline * editline,StringList & lines) IsInputCompleteCallback() argument
535 GetLines(StringList & lines,bool & interrupted) GetLines() argument
582 StringList lines; Run() local
[all...]
/llvm-project/lldb/test/API/lang/c/blocks/
H A DTestBlocks.py11 lines = [] variable in BlocksTestCase
/llvm-project/llvm/utils/
H A Dchunk-print-before-all.py21 print_chunk(lines, prefix, pass_name) global() argument
H A Dupdate_mir_test_checks.py104 def find_triple_in_ir(lines, verbose=False): argument
158 def find_functions_with_one_bb(lines, verbose=False): argument
/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.cpp45 llvm::SmallVector<llvm::StringRef, 0> lines; in Parse() local
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DProcfs.cpp35 SmallVector<StringRef, 8> lines; in GetAvailableLogicalCoreIDs() local
/llvm-project/lldb/source/Expression/
H A DREPL.cpp141 bool REPL::IOHandlerIsInputComplete(IOHandler &io_handler, StringList &lines) { in IOHandlerIsInputComplete() argument
155 int REPL::CalculateActualIndentation(const StringList &lines) { in CalculateActualIndentation() argument
169 const StringList &lines, in IOHandlerFixIndentation() argument
[all...]
/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h234 IOHandlerFixIndentation(IOHandler & io_handler,const StringList & lines,int cursor_position) IOHandlerFixIndentation() argument
267 IOHandlerIsInputComplete(IOHandler & io_handler,StringList & lines) IOHandlerIsInputComplete() argument
308 IOHandlerIsInputComplete(IOHandler & io_handler,StringList & lines) IOHandlerIsInputComplete() argument
[all...]
/llvm-project/lldb/source/Host/common/
H A DEditline.cpp124 CombineLines(const std::vector<EditLineStringType> & lines) CombineLines() argument
442 StringList lines; GetInputAsStringList() local
637 StringList lines = GetInputAsStringList(m_current_line_index + 1); BreakLineCommand() local
678 auto lines = GetInputAsStringList(); EndOrAddLineCommand() local
810 StringList lines = GetInputAsStringList(); NextLineCommand() local
856 StringList lines = GetInputAsStringList(m_current_line_index + 1); FixIndentationCommand() local
1515 GetLines(int first_line_number,StringList & lines,bool & interrupted) GetLines() argument
[all...]
/llvm-project/lldb/source/Utility/
H A DStringList.cpp152 size_t StringList::SplitIntoLines(const std::string &lines) { in SplitIntoLines()
156 size_t StringList::SplitIntoLines(const char *lines, size_t len) { in SplitIntoLines()
/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp78 lldb::offset_t ClangREPL::GetDesiredIndentation(const StringList &lines, in GetDesiredIndentation() argument
/llvm-project/flang/include/flang/Parser/
H A Dsource.h61 std::size_t lines() const { return lineStart_.size(); } in lines() function
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py440 def _find_all_commands_in_lines(self, lines): argument
451 def _find_all_mock_values_in_lines(self, lines): argument
[all...]
/llvm-project/llvm/utils/git/
H A Dpre-push.py240 lines = sys.stdin.readlines() global() variable
/llvm-project/clang/test/Analysis/
H A Dmisc-ps.c72 unsigned actual_base, lines; in rdar10308201() local
/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp50 uint64_t lines = 0; member
67 std::vector<LineInfo> lines; member
701 SmallSet<uint32_t, 16> lines; in collectFunction() local
/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp70 SmallVector<StringRef, 64> lines; in initFromFile() local

12