Home
last modified time | relevance | path

Searched defs:note (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/flang/lib/Parser/
H A Ddebug-parser.cpp18 std::string note{str_, length_}; in Parse() local
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dnewconfig.py19 note = lambda s: lit_config.note("({}) {}".format(config.name, s)) function
/llvm-project-15.0.7/llvm/lib/Support/
H A DWithColor.cpp87 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-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DLexer.cpp95 for (const ast::Diagnostic &note : diag.getNotes()) in Lexer() local
126 const Twine &note) { in emitErrorAndNote()
H A DParser.cpp528 const Twine &note) { in emitErrorAndNote()
/llvm-project-15.0.7/mlir/lib/IR/
H A DVerifier.cpp283 Diagnostic &note = diag.attachNote(useOp->getLoc()); in diagnoseInvalidOperandDominance() local
309 Diagnostic &note = diag.attachNote(loc); in diagnoseInvalidOperandDominance() local
H A DDiagnostics.cpp522 for (auto &note : diag.getNotes()) { in emitDiagnostic() local
813 for (auto &note : diag.getNotes()) in SourceMgrDiagnosticVerifierHandler() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp578 ELFNote note = ELFNote(); in parseSegment() local
602 for (const auto &note : notes) { in parseFreeBSDNotes() local
681 for (const auto &note : notes) { in parseNetBSDNotes() local
832 for (const auto &note : notes) { in parseOpenBSDNotes() local
879 for (const auto &note : notes) { in parseLinuxNotes() local
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp58 const char *note = reinterpret_cast<const char *>(base + phdr[i].p_vaddr); in HwasanGlobalsFor() local
/llvm-project-15.0.7/llvm/utils/Misc/
H A Dzkill19 note = lambda message: _write_message('note', message) function
/llvm-project-15.0.7/mlir/utils/
H A Dgenerate-test-checks.py112 def process_source_lines(source_lines, note, args): argument
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dattr-deprecated.m213 expected-note {{property 'object' is declared deprecated here}} \ method
214 expected-note {{'setObject:' has been explicitly marked deprecated here}} \ method
215 expected-note {{property declared here}} method
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DLitConfig.py188 def note(self, message): member in LitConfig
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassCrashRecovery.cpp252 Diagnostic &note = diag.attachNote() << "Pipeline failed while executing ["; in finalize() local
273 Diagnostic &note = diag.attachNote() << "Pipeline failed while executing "; in finalize() local
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DFormatGen.cpp46 const Twine &note) { in emitErrorAndNote()
H A DFormatGen.h494 const Twine &note) { in emitErrorAndNote()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp377 std::string note = "remove the cast and change return type of function " in transformObjCToNonObjCCast() local
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_printer.c428 __isl_take isl_id *id, __isl_take isl_id *note) in isl_printer_set_note()
H A Disl_ast.c1718 void *note; in alloc_note() local
1754 void *note; in get_note() local
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp191 Elf_Note *note = reinterpret_cast<Elf_Note *>(ptr); in find_metadata() local
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp800 Elf_Note note(*nhdr); in readAndFeatures() local
H A DWriter.cpp2432 PhdrEntry *note = nullptr; in createPhdrs() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1634 raw_ostream &DWARFVerifier::note() const { return WithColor::note(OS); } in note() function in DWARFVerifier
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp110 for (const ast::Diagnostic &note : diag.getNotes()) { in getLspDiagnoticFromDiag() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1031 ELFNote note = ELFNote(); in RefineModuleDetailsFromNote() local

12