/llvm-project/polly/test/ |
H A D | update_check.py | 35 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 D | common_lint.py | 9 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 D | cpp_lint.py | 15 def VerifyIncludes(filename, lines): argument 93 def RunOnFile(self, filename, lines): argument
|
H A D | generic_lint.py | 13 def RunOnFile(self, filename, lines): argument
|
/llvm-project/libcxx/test/libcxx/lint/ |
H A D | lint_headers.sh.py | 23 def check_for_pragma_GCC_system_header(pretty_fname, lines): argument 59 lines = f.readlines() variable
|
H A D | lint_cmakelists.sh.py | 16 lines = f.readlines() variable
|
/llvm-project/lldb/unittests/Editline/ |
H A D | EditlineTest.cpp | 125 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 D | LinuxProcMaps.cpp | 125 llvm::StringRef lines(linux_map); in ParseLinuxMapRegions() local 148 llvm::StringRef lines(linux_smap); in ParseLinuxSMapRegions() local
|
/llvm-project/lldb/source/Core/ |
H A D | IOHandler.cpp | 269 [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 D | TestBlocks.py | 11 lines = [] variable in BlocksTestCase
|
/llvm-project/llvm/utils/ |
H A D | chunk-print-before-all.py | 21 print_chunk(lines, prefix, pass_name) global() argument
|
H A D | update_mir_test_checks.py | 104 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 D | MinidumpTypes.cpp | 45 llvm::SmallVector<llvm::StringRef, 0> lines; in Parse() local
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | Procfs.cpp | 35 SmallVector<StringRef, 8> lines; in GetAvailableLogicalCoreIDs() local
|
/llvm-project/lldb/source/Expression/ |
H A D | REPL.cpp | 141 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 D | IOHandler.h | 234 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 D | Editline.cpp | 124 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 D | StringList.cpp | 152 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 D | ClangREPL.cpp | 78 lldb::offset_t ClangREPL::GetDesiredIndentation(const StringList &lines, in GetDesiredIndentation() argument
|
/llvm-project/flang/include/flang/Parser/ |
H A D | source.h | 61 std::size_t lines() const { return lineStart_.size(); } in lines() function
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/command/ |
H A D | ParseCommand.py | 440 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 D | pre-push.py | 240 lines = sys.stdin.readlines() global() variable
|
/llvm-project/clang/test/Analysis/ |
H A D | misc-ps.c | 72 unsigned actual_base, lines; in rdar10308201() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 50 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 D | FileRemapper.cpp | 70 SmallVector<StringRef, 64> lines; in initFromFile() local
|