Home
last modified time | relevance | path

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

12345678910>>...13

/llvm-project/compiler-rt/lib/fuzzer/scripts/
H A Dunbalanced_allocs.py23 def PrintStack(line, stack): argument
32 def ProcessStack(line, f): argument
40 def ProcessFree(line, f, allocs): argument
53 def ProcessMalloc(line, f, allocs): argument
65 def ProcessRun(line, f): argument
/llvm-project/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/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()
/llvm-project/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/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/mlir/lib/Query/
H A DQueryParser.h33 QueryParser(llvm::StringRef line, const QuerySession &qs) in QueryParser()
49 llvm::StringRef line; variable
/llvm-project/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/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/clang/tools/libclang/
H A DCXSourceLocation.cpp189 static void createNullLocation(CXFile *file, unsigned *line, in createNullLocation() argument
118 clang_getLocation(CXTranslationUnit TU,CXFile file,unsigned line,unsigned column) clang_getLocation() argument
177 createNullLocation(CXFile * file,unsigned * line,unsigned * column,unsigned * offset) createNullLocation() argument
225 clang_getExpansionLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getExpansionLocation() argument
266 clang_getPresumedLocation(CXSourceLocation location,CXString * filename,unsigned * line,unsigned * column) clang_getPresumedLocation() argument
297 clang_getInstantiationLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getInstantiationLocation() argument
306 clang_getSpellingLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getSpellingLocation() argument
342 clang_getFileLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getFileLocation() argument
[all...]
/llvm-project/offload/DeviceRTL/src/
H A DDebug.cpp30 __assert_fail(const char * expr,const char * file,unsigned line,const char * function) __assert_fail() argument
34 __assert_fail_internal(const char * expr,const char * msg,const char * file,unsigned line,const char * function) __assert_fail_internal() argument
/llvm-project/lldb/source/Core/
H A DIOHandler.cpp167 std::string &line) { in IOHandlerInputComplete() argument
203 IOHandlerSuggestion(IOHandler & io_handler,llvm::StringRef line) IOHandlerSuggestion() argument
278 __anond4a2bece0302(llvm::StringRef line) IOHandlerEditline() argument
335 std::string line = SplitLine() local
346 std::string line = std::move(line_buffer); SplitLineEOF() local
351 GetLine(std::string & line,bool & interrupted) GetLine() argument
452 SuggestionCallback(llvm::StringRef line) SuggestionCallback() argument
508 SetBaseLineNumber(uint32_t line) SetBaseLineNumber() argument
549 std::string line; GetLines() local
578 std::string line; Run() local
[all...]
H A DSourceManager.cpp244 for (uint32_t line = start_line; line <= end_line; ++line) { DisplaySourceLinesWithLineNumbersUsingLastFile() local
308 DisplaySourceLinesWithLineNumbers(const FileSpec & file_spec,uint32_t line,uint32_t column,uint32_t context_before,uint32_t context_after,const char * current_line_cstr,Stream * s,const SymbolContextList * bp_locs) DisplaySourceLinesWithLineNumbers() argument
377 SetDefaultFileAndLine(const FileSpec & file_spec,uint32_t line) SetDefaultFileAndLine() argument
390 GetDefaultFileAndLine(FileSpec & file_spec,uint32_t & line) GetDefaultFileAndLine() argument
536 GetLineOffset(uint32_t line) GetLineOffset() argument
555 PeekLineData(uint32_t line) PeekLineData() argument
565 GetLineLength(uint32_t line,bool include_newline_chars) GetLineLength() argument
593 LineIsValid(uint32_t line) LineIsValid() argument
618 DisplaySourceLines(uint32_t line,std::optional<size_t> column,uint32_t context_before,uint32_t context_after,Stream * s) DisplaySourceLines() argument
706 CalculateLineOffsets(uint32_t line) CalculateLineOffsets() argument
[all...]
H A DHighlighter.cpp30 llvm::StringRef line, in Highlight()
75 llvm::StringRef line, in Highlight()
/llvm-project/libc/test/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/libcxx/test/support/
H A Dassert_macros.h41 void test_log(const char* condition, const char* file, int line, const char* message) { in test_log() argument
47 void test_log(const char* condition, const char* file, int line, const F& functor) { in test_log() argument
53 [[noreturn]] void test_fail(const char* file, int line, const Arg& arg) { in test_fail() argument
59 void test_require(bool condition, const char* condition_str, const char* file, int line, const Arg& arg) { in test_require() argument
/llvm-project/lldb/unittests/Editline/
H A DEditlineTest.cpp136 bool EditlineAdapter::SendLine(const std::string &line) { in SendLine() argument
157 for (auto &line : lines) { in SendLines() local
168 GetLine(std::string & line,bool & interrupted,size_t) GetLine() argument
194 for (const std::string &line : lines) { IsInputComplete() local
306 for (const std::string &line : el_reported_lines) TEST_F() local
[all...]
/llvm-project/flang/test/Semantics/
H A Dtest_errors.py71 line = re.sub(r"(^\-)(\d+:)", r"\nactual at \g<2>", line) variable
72 line = re.sub(r"(^\+)(\d+:)", r"\nexpect at \g<2>", line) variable
/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp38 uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbers() argument
104 const SBFileSpec &file, uint32_t line, uint32_t context_before, in DisplaySourceLinesWithLineNumbers() argument
116 const SBFileSpec &file, uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbersAndColumn() argument
/llvm-project/mlir/include/mlir/Debug/BreakpointManagers/
H A DFileLineColLocBreakpointManager.h30 FileLineColLocBreakpoint(StringRef file, int64_t line, int64_t col) in FileLineColLocBreakpoint()
48 int64_t line; variable
/llvm-project/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/mlir/lib/Tools/mlir-query/
H A DMlirQueryMain.cpp101 le.setListCompleter([&qs](llvm::StringRef line, size_t pos) { in mlirQueryMain()
104 while (std::optional<std::string> line = le.readLine()) { in mlirQueryMain() local
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py1445 add_continuation(self, line_number, keyword, line) global() argument
1488 __init__(self, start_line_number, end_line_number, keyword, line) global() argument
1492 add_continuation(self, line_number, keyword, line) global() argument
1520 __init__(self, start_line_number, end_line_number, keyword, new_subst, line) global() argument
1528 add_continuation(self, line_number, keyword, line) global() argument
1911 parseLine(self, line_number, line) global() argument
1925 _handleTag(line_number, line, output) global() argument
1930 _substituteLineNumbers(line_number, line) global() argument
1942 _handleCommand(cls, line_number, line, output, keyword) global() argument
1957 _handleList(line_number, line, output) global() argument
1965 _handleSpaceList(line_number, line, output) global() argument
1973 _handleSingleInteger(line_number, line, output) global() argument
1989 _handleBooleanExpr(line_number, line, output) global() argument
2006 _handleSubst(cls, line_number, line, output, keyword, new_subst) global() argument
[all...]
/llvm-project/llvm/test/MC/RISCV/
H A Dreloc-directive.s68 line: label
/llvm-project/lldb/test/API/commands/command/script/import/
H A Dmain.c9 char line[100]; in main() local
/llvm-project/llvm/test/tools/llvm-reduce/Inputs/
H A Dremove-bbs.py8 line = line[:i] variable

12345678910>>...13