| /llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 12 def note_expr_divide_by_zero : Note<"division by zero">; 13 def note_constexpr_invalid_cast : Note< 18 def note_constexpr_invalid_void_star_cast : Note< 22 def note_constexpr_invalid_downcast : Note< 24 def note_constexpr_overflow : Note< 26 def note_constexpr_negative_shift : Note<"negative shift count %0">; 27 def note_constexpr_large_shift : Note< 29 def note_constexpr_lshift_of_negative : Note<"left shift of negative value %0">; 30 def note_constexpr_lshift_discards : Note<"signed left shift discards bits">; 31 def note_constexpr_invalid_function : Note< [all...] |
| H A D | DiagnosticSemaKinds.td | 15 def note_previous_decl : Note<"%0 declared here">; 16 def note_entity_declared_at : Note<"%0 declared here">; 17 def note_callee_decl : Note<"%0 declared here">; 18 def note_defined_here : Note<"%0 defined here">; 29 def note_loop_iteration_here : Note<"%select{decremented|incremented}0 here">; 34 def note_duplicate_element : Note<"element %0 also has value %1">; 40 def note_remove_abs : Note< 49 def note_replace_abs_function : Note<"use function '%0' instead">; 59 def note_remove_max_call : Note< 68 def note_cast_to_void : Note<"cas [all...] |
| H A D | DiagnosticCommentKinds.td | 23 def note_doc_html_tag_started_here : Note< 40 def note_doc_html_end_tag : Note< 57 def note_doc_block_command_previous : Note< 60 def note_doc_block_command_previous_alias : Note< 102 def note_doc_param_previous : Note< 109 def note_doc_param_name_suggestion : Note< 123 def note_doc_tparam_previous : Note< 130 def note_doc_tparam_name_suggestion : Note< 153 def note_add_deprecation_attr : Note<
|
| H A D | DiagnosticFrontendKinds.td | 20 def note_fe_inline_asm : Note<"%0">, CatInlineAsm; 21 def note_fe_inline_asm_here : Note<"instantiated into assembly here">; 24 def note_fe_source_mgr : Note<"%0">, CatSourceMgr; 27 def note_fe_linking_module : Note<"linking module '%0': %1">; 34 def note_fe_backend_frame_larger_than: Note<"%0">, BackendInfo; 41 def note_fe_backend_resource_limit: Note<"%0 (%1) exceeds limit (%2) in '%3'">, BackendInfo; 44 def note_fe_backend_plugin: Note<"%0">, BackendInfo; 86 def note_fe_backend_invalid_loc : Note<"could " 165 def note_verify_ambiguous_marker : Note< 188 def note_fixit_applied : Note<"FI [all...] |
| H A D | DiagnosticCommonKinds.td | 30 def note_declared_at : Note<"declared here">; 31 def note_previous_definition : Note<"previous definition is here">; 32 def note_previous_declaration : Note<"previous declaration is here">; 33 def note_previous_implicit_declaration : Note< 35 def note_previous_use : Note<"previous use is here">; 36 def note_duplicate_case_prev : Note<"previous case defined here">; 37 def note_forward_declaration : Note<"forward declaration of %0">; 38 def note_type_being_defined : Note< 42 def note_matching : Note<"to match this %0">; 44 def note_using : Note<"usin [all...] |
| H A D | DiagnosticSerializationKinds.td | 27 def note_pch_required_by : Note<"'%0' required by '%1'">; 28 def note_pch_rebuild_required : Note<"please rebuild precompiled header '%0'">; 29 def note_module_cache_path : Note< 50 def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has the following VFS overlays:\n%1">; 51 def note_pch_vfsoverlay_empty : Note<"%select{PCH|current translation unit}0 has no VFS overlays">; 71 def note_module_file_imported_by : Note< 77 def note_module_file_conflict : Note< 90 def note_imported_by_pch_module_not_found : Note< 120 def note_module_odr_violation_no_possible_decls : Note< 122 def note_module_odr_violation_possible_decl : Note< [all...] |
| /llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPlatformLinux.c | 143 * Note sections like .note.ABI-tag and .note.gnu.build-id are aligned in WriteBinaryIdForNote() 147 const ElfW(Nhdr) * Note) { in WriteBinaryIdForNote() 149 const char *NoteName = (const char *)Note + sizeof(ElfW(Nhdr)); in WriteBinaryIdForNote() 150 if (Note->n_type == NT_GNU_BUILD_ID && Note->n_namesz == 4 && 152 uint64_t BinaryIdLen = Note->n_descsz; 154 (const uint8_t *)(NoteName + RoundUp(Note->n_namesz, 4)); 172 static int WriteBinaryIds(ProfDataWriter *Writer, const ElfW(Nhdr) * Note, in WriteBinaryIds() 175 while (Note < NotesEnd) { 176 int OneBinaryIdSize = WriteBinaryIdForNote(Writer, Note); 130 WriteBinaryIdForNote(ProfDataWriter * Writer,const ElfW (Nhdr)* Note) WriteBinaryIdForNote() argument 156 WriteBinaryIds(ProfDataWriter * Writer,const ElfW (Nhdr)* Note,const ElfW (Nhdr)* NotesEnd) WriteBinaryIds() argument [all...] |
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | Diagnostics.cpp | 98 // Note that clang also uses closed source ranges, which this can't handle! 223 Note &N = D.Notes.front(); in tryMoveToMainFile() 239 return L == DiagnosticsEngine::Note || L == DiagnosticsEngine::Remark; in isNote() 246 case DiagnosticsEngine::Note: in diagLeveltoString() 280 // Note +1 to line and character. clangd::Range is zero-based, but when in printDiag() 318 for (auto &Note : D.Notes) { in mainMessage() local 320 printDiag(OS, Note); in mainMessage() 326 std::string noteMessage(const Diag &Main, const DiagBase &Note, 330 OS << Note.Message; in noteMessage() 423 for (auto &Note in operator <<() 327 noteMessage(const Diag & Main,const DiagBase & Note,const ClangdDiagnosticOptions & Opts) noteMessage() argument 425 for (auto &Note : D.Notes) { operator <<() local 524 for (auto &Note : D.Notes) { toLSPDiags() local 546 for (auto &Note : D.Notes) { toLSPDiags() local 607 for (auto &Note : Diag.Notes) take() local [all...] |
| H A D | Diagnostics.h | 67 DiagnosticsEngine::Level Severity = DiagnosticsEngine::Note; 95 struct Note : DiagBase {}; struct 109 std::vector<Note> Notes;
|
| /llvm-project/clang-tools-extra/clang-tidy/readability/ |
| H A D | RedundantCastingCheck.cpp | 197 DiagnosticIDs::Note); in check() 205 DiagnosticIDs::Note) in check() 213 DiagnosticIDs::Note) in check() 221 DiagnosticIDs::Note) in check() 229 DiagnosticIDs::Note) in check() 237 DiagnosticIDs::Note); in check() 244 DiagnosticIDs::Note); in check() 252 DiagnosticIDs::Note);
|
| H A D | FunctionSizeCheck.cpp | 194 DiagnosticIDs::Note) in check() 200 DiagnosticIDs::Note) in check() 205 diag(Func->getLocation(), "%0 branches (threshold %1)", DiagnosticIDs::Note) in check() 211 DiagnosticIDs::Note) in check() 217 DiagnosticIDs::Note) in check() 223 DiagnosticIDs::Note) in check()
|
| /llvm-project/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 193 std::string Note; member 198 const std::string &Note = "", bool FiltersAsError = false) in MarkerStyle() 199 : Lead(Lead), Color(Color), Note(Note), FiltersAsError(FiltersAsError) { in MarkerStyle() 200 assert((!FiltersAsError || !Note.empty()) && in MarkerStyle() 425 if (!DiagItr->Note.empty()) { in BuildInputAnnotations() 426 A.Marker.Note = DiagItr->Note; in BuildInputAnnotations() 438 assert(!DiagItr->Note.empty() && in BuildInputAnnotations() 440 A.Marker.Note = "error: " + A.Marker.Note; in BuildInputAnnotations() 475 B.Marker.Note = ""; in BuildInputAnnotations() 712 const std::string &Note = AnnotationItr->Marker.Note; in DumpAnnotatedInput() local [all …]
|
| /llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterUtilities.cpp | 24 return Entry.Note; in getNoteType() 37 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset() argument
|
| /llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 61 if (E.Note) { in translateEdits() 62 auto Note = E.Note->eval(Result); in translateEdits() local 63 if (!Note) in translateEdits() 64 return Note.takeError(); in translateEdits() 65 T.Note = std::move(*Note); in translateEdits() 133 ASTEdit transformer::note(RangeSelector Anchor, TextGenerator Note) { in note() argument 136 E.Note = std::move(Note); in note()
|
| /llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | |
| /llvm-project/llvm/docs/ |
| H A D | AMDGPUModifierSyntax.rst | 158 Note: numeric values may be specified as either 518 Note that GFX8.0 does not support data packing. 839 Syntax Note 864 Syntax Note 901 Note that unified format numbers are incompatible with 915 Unified Format Syntax Equivalent Data Format Equivalent Numeric Format Note 1177 Note: *inactive* lanes are those whose :ref:`exec<amdgpu_synid_exec>` mask bit is zero. 1186 Note: numeric values may be specified as either 1201 Note: the lanes of a wavefront are organized in four *rows* and four *banks*. 1220 Note: numeric values may be specified as either [all …]
|
| /llvm-project/offload/plugins-nextgen/amdgpu/utils/ |
| H A D | UtilitiesRTL.h | 144 processNote(const object::ELF64LE::Note & Note,size_t Align) processNote() argument
|
| /llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | BranchCloneCheck.cpp | 328 diag(IS->getElseLoc(), "else branch starts here", DiagnosticIDs::Note); 382 diag(End, "end of the original", DiagnosticIDs::Note); 387 DiagnosticIDs::Note) 471 diag(EndLoc, "last of these clones ends here", DiagnosticIDs::Note); 487 DiagnosticIDs::Note);
|
| H A D | ImplicitWideningOfMultiplicationResultCheck.cpp | 116 DiagnosticIDs::Note) in handleImplicitCastExpr() 150 DiagnosticIDs::Note) in handleImplicitCastExpr() 205 // Note that SizeTy.getAsString() will be unsigned long/..., NOT size_t! in handlePointerOffsetting() 228 DiagnosticIDs::Note) in handlePointerOffsetting() 247 DiagnosticIDs::Note) in handlePointerOffsetting()
|
| /llvm-project/clang/unittests/Frontend/ |
| H A D | FrontendActionTest.cpp | 213 DiagnosticsEngine::Note, "This is a note"); in CorrectTypo() 227 assert(Note.empty()); in HandleDiagnostic() 228 Info.FormatDiagnostic(Note); in HandleDiagnostic() 232 SmallString<32> Note; 258 EXPECT_EQ("This is a note", std::string(TDC->Note)); 231 SmallString<32> Note; global() member
|
| /llvm-project/clang-tools-extra/clang-tidy/altera/ |
| H A D | SingleWorkItemBarrierCheck.cpp | 50 DiagnosticIDs::Note); in check() 70 DiagnosticIDs::Note); in check()
|
| /llvm-project/llvm/test/CodeGen/DirectX/ShaderFlags/ |
| H A D | doubles.ll | 9 ;CHECK-NEXT: ; Note: shader requires additional functionality: 11 ;CHECK-NEXT: ; Note: extra DXIL module flags:
|
| /llvm-project/clang-tools-extra/clang-tidy/hicpp/ |
| H A D | ExceptionBaseclassCheck.cpp | 51 "type %0 is a template instantiation of %1", DiagnosticIDs::Note) in check() 56 diag(TypeDecl->getBeginLoc(), "type defined here", DiagnosticIDs::Note); in check()
|
| /llvm-project/clang-tools-extra/clang-tidy/utils/ |
| H A D | TransformerClangTidyCheck.cpp | 146 if (!T.Note.empty()) { in check() 147 diag(T.Range.getBegin(), escapeForDiagnostic(T.Note), in check() 148 DiagnosticIDs::Note); in check()
|
| /llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 69 /// the state of the program before the checker ran. Note, checkers should 314 /// @param Note The note. 318 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) { 320 [Note = std::string(Note)](BugReporterContext &, 321 PathSensitiveBugReport &) { return Note; }, 376 /// Note that this also accepts functions from the \c std namespace (because
|