Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 273) sorted by relevance

1234567891011

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/scripts/
H A Dunbalanced_allocs.py22 def PrintStack(line, stack): argument
30 def ProcessStack(line, f): argument
37 def ProcessFree(line, f, allocs): argument
49 def ProcessMalloc(line, f, allocs): argument
60 def ProcessRun(line, f): argument
/llvm-project-15.0.7/lldb/source/Symbol/
H A DDebugMacros.cpp15 DebugMacroEntry::DebugMacroEntry(EntryType type, uint32_t line, in DebugMacroEntry()
29 DebugMacroEntry DebugMacroEntry::CreateDefineEntry(uint32_t line, in CreateDefineEntry()
34 DebugMacroEntry DebugMacroEntry::CreateUndefEntry(uint32_t line, in CreateUndefEntry()
40 DebugMacroEntry::CreateStartFileEntry(uint32_t line, in CreateStartFileEntry()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dint_util.c26 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
38 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
52 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
H A Deprintf.c23 const char *line, const char *file) { in __eprintf()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp20 const char *file, const int line) in Locker()
27 const char *file, const int line) in Locker()
34 const char *file, const int line) in Locker()
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dtesting.cpp26 const char *file, int line, const char *predicate, bool pass) { in Test()
37 FailureDetailPrinter Match(const char *file, int line, std::uint64_t want, in Match()
50 FailureDetailPrinter Match(const char *file, int line, const char *want, in Match()
63 FailureDetailPrinter Match(const char *file, int line, const std::string &want, in Match()
68 FailureDetailPrinter Compare(const char *file, int line, const char *xs, in Compare()
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimtest.c240 int read_line(FILE *ifp, char *line, int limit) { in read_line()
260 void trim_line(char *line) { in trim_line()
277 int is_blank(char *line) { in is_blank()
283 int parse_line(char *line, testspec_t *t) { in parse_line()
314 int count_fields(char *line, int delim) { in count_fields()
326 void parse_fields(char *line, int delim, char **start) { in parse_fields()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h172 #define _malloc_src_loc(size, file, line) \ argument
174 #define _free_src_loc(ptr, file, line) _free_dbg((ptr), KMP_MEM_BLOCK) argument
180 #define _malloc_src_loc(size, file, line) malloc((size)) argument
181 #define _free_src_loc(ptr, file, line) free((ptr)) argument
/llvm-project-15.0.7/libc/utils/IntegrationTest/
H A Dtest.h16 #define __CHECK_TRUE(file, line, val, should_exit) \ argument
24 #define __CHECK_FALSE(file, line, val, should_exit) \ argument
32 #define __CHECK_EQ(file, line, val1, val2, should_exit) \ argument
40 #define __CHECK_NE(file, line, val1, val2, should_exit) \ argument
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXSourceLocation.cpp117 unsigned line, in clang_getLocation()
176 static void createNullLocation(CXFile *file, unsigned *line, in createNullLocation()
188 static void createNullLocation(CXString *filename, unsigned *line, in createNullLocation()
224 unsigned *line, in clang_getExpansionLocation()
265 unsigned *line, in clang_getPresumedLocation()
296 unsigned *line, in clang_getInstantiationLocation()
305 unsigned *line, in clang_getSpellingLocation()
342 unsigned *line, in clang_getFileLocation()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp171 std::string &line) { in IOHandlerInputComplete()
207 llvm::StringRef line) { in IOHandlerSuggestion()
283 m_editline_up->SetSuggestionCallback([this](llvm::StringRef line) { in IOHandlerEditline()
338 std::string line = in SplitLine() local
349 std::string line = std::move(line_buffer); in SplitLineEOF() local
354 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine()
460 IOHandlerEditline::SuggestionCallback(llvm::StringRef line) { in SuggestionCallback()
509 void IOHandlerEditline::SetBaseLineNumber(uint32_t line) { in SetBaseLineNumber()
535 std::string line; in GetLines() local
564 std::string line; in Run() local
H A DSourceManager.cpp190 for (uint32_t line = start_line; line <= end_line; ++line) { in DisplaySourceLinesWithLineNumbersUsingLastFile() local
253 const FileSpec &file_spec, uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbers()
322 uint32_t line) { in SetDefaultFileAndLine()
335 bool SourceManager::GetDefaultFileAndLine(FileSpec &file_spec, uint32_t &line) { in GetDefaultFileAndLine()
479 uint32_t SourceManager::File::GetLineOffset(uint32_t line) { in GetLineOffset()
498 const char *SourceManager::File::PeekLineData(uint32_t line) { in PeekLineData()
508 uint32_t SourceManager::File::GetLineLength(uint32_t line, in GetLineLength()
536 bool SourceManager::File::LineIsValid(uint32_t line) { in LineIsValid()
559 size_t SourceManager::File::DisplaySourceLines(uint32_t line, in DisplaySourceLines()
647 bool SourceManager::File::CalculateLineOffsets(uint32_t line) { in CalculateLineOffsets()
H A DHighlighter.cpp29 llvm::StringRef line, in Highlight()
74 llvm::StringRef line, in Highlight()
/llvm-project-15.0.7/lldb/unittests/Editline/
H A DEditlineTest.cpp136 bool EditlineAdapter::SendLine(const std::string &line) { in SendLine()
157 for (auto &line : lines) { in SendLines() local
168 bool EditlineAdapter::GetLine(std::string &line, bool &interrupted, in GetLine()
194 for (const std::string &line : lines) { in IsInputComplete() local
306 for (const std::string &line : el_reported_lines) in TEST_F() local
/llvm-project-15.0.7/flang/test/Semantics/
H A Dtest_errors.py63 line = re.sub(r"(^\-)(\d+:)", r"\nactual at \g<2>", line) variable
64 line = re.sub(r"(^\+)(\d+:)", r"\nexpect at \g<2>", line) variable
/llvm-project-15.0.7/lldb/source/API/
H A DSBSourceManager.cpp39 uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbers()
105 const SBFileSpec &file, uint32_t line, uint32_t context_before, in DisplaySourceLinesWithLineNumbers()
117 const SBFileSpec &file, uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbersAndColumn()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp43 char *file_buf, uptr file_siz, int *line, in __tsan_symbolize_external()
63 int line, int column) { in AddFrame()
95 int line, col; in SymbolizeCode() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_symbolize.cpp43 char *file_buf, uptr file_siz, int *line, in __tsan_symbolize_external()
63 int line, int column) { in AddFrame()
95 int line, col; in SymbolizeCode() local
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Dreloc-directive.s68 line: label
/llvm-project-15.0.7/llvm/test/tools/llvm-reduce/Inputs/
H A Dremove-bbs.py8 line = line[:i] variable
H A Dremove-instructions.py9 line = line[:i] variable
/llvm-project-15.0.7/lldb/test/API/python_api/process/io/
H A Dmain.c5 char line[100]; in main() local
/llvm-project-15.0.7/lldb/test/API/iohandler/stdio/
H A Dmain.cpp5 for (std::string line; std::getline(std::cin, line);) in main() local
/llvm-project-15.0.7/lldb/test/API/commands/command/script/import/
H A Dmain.c9 char line[100]; in main() local
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp33 uint32_t line; in CreateFromStructuredData() local
154 uint32_t line; in FilterContexts() local
230 const uint32_t line = m_location_spec.GetLine().value_or(0); in SearchCallback() local

1234567891011