Home
last modified time | relevance | path

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

12

/llvm-project/flang/lib/Parser/
H A Ddebug-parser.cpp18 std::string note{str_, length_}; in Parse() local
/llvm-project/libcxx/utils/libcxx/test/
H A Dconfig.py24 note = lambda s: lit_config.note("({}) {}".format(config.name, s)) function
/llvm-project/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/mlir/lib/Tools/PDLL/Parser/
H A DLexer.cpp94 for (const ast::Diagnostic &note : diag.getNotes()) in Lexer() local
125 const Twine &note) { in emitErrorAndNote()
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DLogging.py38 def note(self, msg, enable_prefix=True, flag=None): member in Logger
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp60 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 DProcessElfCore.cpp588 ELFNote note = ELFNote(); parseSegment() local
612 for (const auto &note : notes) { parseFreeBSDNotes() local
691 for (const auto &note : notes) { parseNetBSDNotes() local
842 for (const auto &note : notes) { parseOpenBSDNotes() local
889 for (const auto &note : notes) { parseLinuxNotes() local
[all...]
/llvm-project/llvm/utils/Misc/
H A Dzkill19 note = lambda message: _write_message('note', message) function
/llvm-project/clang/test/SemaObjC/
H A Dattr-deprecated.m210 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 DVerifier.cpp332 Diagnostic &note = diag.attachNote(useOp->getLoc()); diagnoseInvalidOperandDominance() local
358 Diagnostic &note = diag.attachNote(loc); diagnoseInvalidOperandDominance() local
[all...]
H A DDiagnostics.cpp515 for (auto &note : diag.getNotes()) { in emitDiagnostic() local
808 for (auto &note : diag.getNotes()) SourceMgrDiagnosticVerifierHandler() local
[all...]
/llvm-project/mlir/utils/
H A Dgenerate-test-checks.py192 def process_source_lines(source_lines, note, args): argument
/llvm-project/llvm/utils/lit/lit/
H A DLitConfig.py231 def note(self, message): member in LitConfig
/llvm-project/mlir/lib/Pass/
H A DPassCrashRecovery.cpp262 Diagnostic &note = diag.attachNote() << "Pipeline failed while executing ["; in finalize() local
285 Diagnostic &note = diag.attachNote() << "Pipeline failed while executing "; in finalize() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.cpp46 emitErrorAndNote(SMLoc loc,const Twine & msg,const Twine & note) emitErrorAndNote() argument
H A DFormatGen.h543 const Twine &note) { in emitErrorAndNote()
/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp377 std::string note = "remove the cast and change return type of function " in transformObjCToNonObjCCast() local
/llvm-project/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.c2190 void *note; in alloc_note() local
2226 void *note; in get_note() local
/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp133 ASTEdit transformer::note(RangeSelector Anchor, TextGenerator Note) { in note() function in transformer
/llvm-project/lld/ELF/
H A DInputFiles.cpp974 Elf_Note note(*nhdr); readGnuProperty() local
[all...]
H A DWriter.cpp2304 PhdrEntry *note = nullptr; createPhdrs() local
[all...]
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp2069 raw_ostream &DWARFVerifier::note() const { return WithColor::note(OS); } note() function in DWARFVerifier
/llvm-project/mlir/lib/AsmParser/
H A DParser.cpp1977 auto &note = diag.attachNote(); parseCustomOperation() local
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp104 for (const ast::Diagnostic &note : diag.getNotes()) { in getLspDiagnoticFromDiag() local

12