Home
last modified time | relevance | path

Searched refs:Note (Results 1 – 25 of 707) sorted by relevance

12345678910>>...29

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td13 def note_expr_divide_by_zero : Note<"division by zero">;
14 def note_constexpr_invalid_cast : Note<
17 def note_constexpr_invalid_downcast : Note<
19 def note_constexpr_overflow : Note<
21 def note_constexpr_negative_shift : Note<"negative shift count %0">;
22 def note_constexpr_large_shift : Note<
24 def note_constexpr_lshift_of_negative : Note<"left shift of negative value %0">;
25 def note_constexpr_lshift_discards : Note<"signed left shift discards bits">;
26 def note_constexpr_invalid_function : Note<
29 def note_constexpr_no_return : Note<
[all …]
H A DDiagnosticCommonKinds.td21 def note_declared_at : Note<"declared here">;
22 def note_previous_definition : Note<"previous definition is here">;
23 def note_previous_declaration : Note<"previous declaration is here">;
24 def note_previous_implicit_declaration : Note<
26 def note_previous_use : Note<"previous use is here">;
27 def note_duplicate_case_prev : Note<"previous case defined here">;
28 def note_forward_declaration : Note<"forward declaration of %0">;
29 def note_type_being_defined : Note<
33 def note_matching : Note<"to match this %0">;
35 def note_using : Note<"using">;
[all …]
H A DDiagnosticCommentKinds.td24 def note_doc_html_tag_started_here : Note<
41 def note_doc_html_end_tag : Note<
58 def note_doc_block_command_previous : Note<
61 def note_doc_block_command_previous_alias : Note<
103 def note_doc_param_previous : Note<
110 def note_doc_param_name_suggestion : Note<
124 def note_doc_tparam_previous : Note<
131 def note_doc_tparam_name_suggestion : Note<
154 def note_add_deprecation_attr : Note<
H A DDiagnosticFrontendKinds.td21 def note_fe_inline_asm : Note<"%0">, CatInlineAsm;
22 def note_fe_inline_asm_here : Note<"instantiated into assembly here">;
31 def note_fe_backend_frame_larger_than: Note<"%0">, BackendInfo;
36 def note_fe_backend_plugin: Note<"%0">, BackendInfo;
46 def note_fe_backend_optimization_remark_invalid_loc : Note<"could "
128 def note_fixit_applied : Note<"FIX-IT applied suggested code changes">;
129 def note_fixit_in_macro : Note<
131 def note_fixit_failed : Note<
133 def note_fixit_unfixed_error : Note<"FIX-IT detected an error it cannot fix">;
134 def warn_fixit_no_changes : Note<
[all …]
H A DDiagnosticSemaKinds.td17 def note_previous_decl : Note<"%0 declared here">;
18 def note_entity_declared_at : Note<"%0 declared here">;
19 def note_callee_decl : Note<"%0 declared here">;
20 def note_defined_here : Note<"%0 defined here">;
31 def note_loop_iteration_here : Note<"%select{decremented|incremented}0 here">;
36 def note_duplicate_element : Note<"element %0 also has value %1">;
42 def note_remove_abs : Note<
51 def note_replace_abs_function : Note<"use function '%0' instead">;
85 def note_ice_conversion_here : Note<
152 def note_field_designator_found : Note<"field designator refers here">;
[all …]
H A DDiagnosticSerializationKinds.td26 def note_pch_required_by : Note<"'%0' required by '%1'">;
27 def note_pch_rebuild_required : Note<"please rebuild precompiled header '%0'">;
28 def note_module_cache_path : Note<
92 def note_module_odr_violation_no_possible_decls : Note<
94 def note_module_odr_violation_possible_decl : Note<
99 def note_module_odr_violation_different_definitions : Note<
/minix3/external/bsd/file/dist/magic/magdir/
H A Dblit6 # Note that this 0407 conflicts with several other a.out formats...
19 # Note that 0520 is the same as COFF
H A Dvirtual52 # Note that this isn't a null-terminated string; the length is actually
74 # Note that this isn't a null-terminated string; the length is actually
77 # .Q modifier, we just use the bottom four bytes as an offset. Note that if
89 # Note that this isn't a null-terminated string; the length is actually
92 # .Q modifier, we just use the bottom four bytes as an offset. Note that if
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp32 case DiagnosticsEngine::Note: in HandleDiagnostic()
60 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Note, "%0")) in FlushDiagnostics()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp122 (DiagLevel == DiagnosticsEngine::Note && !PrevDiagSilenced) || in HandleDiagnostic()
123 (DiagLevel > DiagnosticsEngine::Note && Info.getNumFixItHints())) { in HandleDiagnostic()
131 if (DiagLevel <= DiagnosticsEngine::Note) in HandleDiagnostic()
/minix3/share/i18n/csmapper/JIS/
H A DJISX0213-1%UCS@SIP.src19 ## Note:
33 ## JIS Unicode Name Note
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h46 Note, enumerator
/minix3/external/bsd/llvm/dist/clang/test/Modules/
H A Dsubmodules.m6 // Note: transitively imports Module.Sub2.
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DPhabricator.rst27 Note that if you use your Subversion user name as Phabricator user name,
47 Note that you can upload patches created through various diff tools,
65 Note that TODO
96 Note that as e-mail is the system of reference for code reviews, and some
125 Note that Arcanist will add this automatically.
H A DHowToUseAttributes.rst30 Note: for an attribute value pair, we expect a target-dependent attribute to
59 Note: It is advised that you do *not* use the ``AttributeSet`` "introspection"
75 Note: It is advised that you do *not* use the ``AttrBuilder::addRawValue()``
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dvector-extend-narrow.ll23 ; Note: vld1 here is reasonably important. Mixing VFP and NEON
52 ; Note: vld1 here is reasonably important. Mixing VFP and NEON
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Dcond-sel.ll61 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
77 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
101 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
117 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
141 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
157 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1460 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes()
1461 OptionalNotes ONS(1, Note); in getNotes()
1511 for (const auto &Note : Diag.second) in emitDiagnostics() local
1512 S.Diag(Note.first, Note.second); in emitDiagnostics()
1567 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here) in handleMutexHeldEndOfScope() local
1569 Warnings.push_back(DelayedDiag(Warning, getNotes(Note))); in handleMutexHeldEndOfScope()
1581 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared() local
1583 Warnings.push_back(DelayedDiag(Warning, getNotes(Note))); in handleExclusiveAndShared()
1625 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local
1631 Warnings.push_back(DelayedDiag(Warning, getNotes(Note, VNote))); in handleMutexNotHeld()
[all …]
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Divar-lookup.mm16 // Note that Objective-C calls Ivar's method.
/minix3/crypto/external/bsd/openssl/dist/apps/
H A Ddh512.pem9 Note that g is not a generator, but this is not a problem since p is a safe prime.
H A Ddh1024.pem10 Note that g is not a generator, but this is not a problem since p is a safe prime.
/minix3/external/bsd/flex/dist/tests/test-yyextra/
H A Dtest.input5 (See Note 1)
38 other Persons. (See Note 2) The actual Enumeration shall be made
60 Senators from each State, chosen by the Legislature thereof, (See Note
72 Legislature, which shall then fill such Vacancies. (See Note 4)
106 such Meeting shall be on the first Monday in December, (See Note 5)
137 out of the Treasury of the United States. (See Note 6) They shall in
266 taken. (See Note 7)
348 Ballot the Vice President. (See Note 8)
363 Duties of the said Office, (See Note 9) the Same shall devolve on the
447 Citizens of another State; (See Note 10)--between Citizens of
[all …]
/minix3/external/bsd/flex/dist/tests/test-alloc-extra/
H A Dtest.input5 (See Note 1)
38 other Persons. (See Note 2) The actual Enumeration shall be made
60 Senators from each State, chosen by the Legislature thereof, (See Note
72 Legislature, which shall then fill such Vacancies. (See Note 4)
106 such Meeting shall be on the first Monday in December, (See Note 5)
137 out of the Treasury of the United States. (See Note 6) They shall in
266 taken. (See Note 7)
348 Ballot the Vice President. (See Note 8)
363 Duties of the said Office, (See Note 9) the Same shall devolve on the
447 Citizens of another State; (See Note 10)--between Citizens of
[all …]
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dalias-test-2.m3 // Note: GCC doesn't produce any of the following errors.
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Drdar-7168531.m3 // Note that the target triple is important for this test case. It specifies that we use the

12345678910>>...29