/llvm-project/flang/lib/Parser/ |
H A D | debug-parser.cpp | 18 std::string note{str_, length_}; in Parse() local
|
/llvm-project/libcxx/utils/libcxx/test/ |
H A D | config.py | 24 note = lambda s: lit_config.note("({}) {}".format(config.name, s)) function
|
/llvm-project/llvm/lib/Support/ |
H A D | WithColor.cpp | 87 raw_ostream &WithColor::note() { return note(errs()); } in note() function in WithColor 111 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() function in WithColor
|
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Lexer.cpp | 94 for (const ast::Diagnostic ¬e : diag.getNotes()) in Lexer() local 125 const Twine ¬e) { in emitErrorAndNote()
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
H A D | Logging.py | 38 def note(self, msg, enable_prefix=True, flag=None): member in Logger
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_globals.cpp | 60 const char *note = reinterpret_cast<const char *>(base + phdr[i].p_vaddr); in HwasanGlobalsFor() local
|
/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 588 ELFNote note = ELFNote(); parseSegment() local 612 for (const auto ¬e : notes) { parseFreeBSDNotes() local 691 for (const auto ¬e : notes) { parseNetBSDNotes() local 842 for (const auto ¬e : notes) { parseOpenBSDNotes() local 889 for (const auto ¬e : notes) { parseLinuxNotes() local [all...] |
/llvm-project/llvm/utils/Misc/ |
H A D | zkill | 19 note = lambda message: _write_message('note', message) function
|
/llvm-project/clang/test/SemaObjC/ |
H A D | attr-deprecated.m | 210 expected-note {{property 'object' is declared deprecated here}} \ method 211 expected-note {{'setObject:' has been explicitly marked deprecated here}} \ method 212 expected-note {{property declared here}} method
|
/llvm-project/mlir/lib/IR/ |
H A D | Verifier.cpp | 332 Diagnostic ¬e = diag.attachNote(useOp->getLoc()); diagnoseInvalidOperandDominance() local 358 Diagnostic ¬e = diag.attachNote(loc); diagnoseInvalidOperandDominance() local [all...] |
H A D | Diagnostics.cpp | 515 for (auto ¬e : diag.getNotes()) { in emitDiagnostic() local 808 for (auto ¬e : diag.getNotes()) SourceMgrDiagnosticVerifierHandler() local [all...] |
/llvm-project/mlir/utils/ |
H A D | generate-test-checks.py | 192 def process_source_lines(source_lines, note, args): argument
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | LitConfig.py | 231 def note(self, message): member in LitConfig
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassCrashRecovery.cpp | 262 Diagnostic ¬e = diag.attachNote() << "Pipeline failed while executing ["; in finalize() local 285 Diagnostic ¬e = diag.attachNote() << "Pipeline failed while executing "; in finalize() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | FormatGen.cpp | 46 emitErrorAndNote(SMLoc loc,const Twine & msg,const Twine & note) emitErrorAndNote() argument
|
H A D | FormatGen.h | 543 const Twine ¬e) { in emitErrorAndNote()
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransUnbridgedCasts.cpp | 377 std::string note = "remove the cast and change return type of function " in transformObjCToNonObjCCast() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_printer.c | 428 __isl_take isl_id *id, __isl_take isl_id *note) in isl_printer_set_note()
|
H A D | isl_ast.c | 2190 void *note; in alloc_note() local 2226 void *note; in get_note() local
|
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 133 ASTEdit transformer::note(RangeSelector Anchor, TextGenerator Note) { in note() function in transformer
|
/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 974 Elf_Note note(*nhdr); readGnuProperty() local [all...] |
H A D | Writer.cpp | 2304 PhdrEntry *note = nullptr; createPhdrs() local [all...] |
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 2069 raw_ostream &DWARFVerifier::note() const { return WithColor::note(OS); } note() function in DWARFVerifier
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Parser.cpp | 1977 auto ¬e = diag.attachNote(); parseCustomOperation() local
|
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.cpp | 104 for (const ast::Diagnostic ¬e : diag.getNotes()) { in getLspDiagnoticFromDiag() local
|