Searched refs:diag (Results 51 - 75 of 245) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp52 Pass.TA.hasDiagnostic(diag::err_arc_unused_init_message,
55 Pass.TA.clearDiagnostic(diag::err_arc_unused_init_message,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp60 D.Diag(diag::warn_drv_avr_mcu_not_specified);
68 D.Diag(diag::warn_drv_avr_family_linking_stdlibs_not_implemented)
72 D.Diag(diag::warn_drv_avr_gcc_not_found);
75 D.Diag(diag::warn_drv_avr_libc_not_found);
90 D.Diag(diag::warn_drv_avr_stdlib_not_linked);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp98 D.Diag(diag::err_drv_invalid_riscv_ext_arch_name)
110 D.Diag(diag::err_drv_invalid_riscv_ext_arch_name) << MArch << Error << In;
119 D.Diag(diag::err_drv_invalid_riscv_ext_arch_name)
125 D.Diag(diag::err_drv_invalid_riscv_ext_arch_name)
139 D.Diag(diag::err_drv_invalid_riscv_ext_arch_name)
155 D.Diag(diag::err_drv_invalid_riscv_ext_arch_name) << MArch << Error << Ext;
189 D.Diag(diag::err_drv_invalid_riscv_arch_name) << MArch
201 D.Diag(diag::err_drv_invalid_riscv_ext_arch_name)
213 D.Diag(diag::err_drv_invalid_riscv_ext_arch_name)
224 D.Diag(diag
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp131 Diags.Report(Id[0].second, diag::err_mmap_missing_module_unqualified)
142 Diags.Report(Id[I].second, diag::err_mmap_missing_module_qualified)
240 diag::warn_mmap_incomplete_framework_module_declaration)
259 Diags.Report(Header.FileNameLoc, diag::err_mmap_umbrella_clash)
517 Diags.Report(FilenameLoc, diag::warn_use_of_private_header_outside_module)
524 Diags.Report(FilenameLoc, diag::err_undeclared_use_of_module)
535 Diags.Report(FilenameLoc, diag::err_undeclared_use_of_module)
540 diag::kind DiagID = RequestingModule->getTopLevelModule()->IsFramework ?
541 diag::warn_non_modular_include_in_framework_module :
542 diag
[all...]
H A DPPMacroExpansion.cpp549 Diag(Identifier, diag::warn_pp_ambiguous_macro)
551 Diag(MI->getDefinitionLoc(), diag::note_pp_ambiguous_macro_chosen)
555 Diag(OtherMI->getDefinitionLoc(), diag::note_pp_ambiguous_macro_other)
612 Diag(Identifier, diag::pp_disabled_macro_expansion);
805 Diag(MacroName, diag::err_unterm_macro_invoc);
806 Diag(MI->getDefinitionLoc(), diag::note_macro_here)
894 diag::warn_cxx98_compat_empty_fnmacro_arg :
895 diag::ext_empty_fnmacro_arg);
919 Diag(TooManyArgsLoc, diag::err_too_many_args_in_macro_invoc);
920 Diag(MI->getDefinitionLoc(), diag
[all...]
H A DLiteralSupport.cpp120 diag::ext_nonstandard_escape) << "e";
126 diag::ext_nonstandard_escape) << "E";
149 diag::err_hex_escape_no_digits) << "x";
175 diag::err_escape_too_large) << 0;
198 diag::err_escape_too_large) << 1;
209 diag::ext_nonstandard_escape)
218 diag::ext_unknown_escape)
222 diag::ext_unknown_escape)
288 diag::err_hex_escape_no_digits) << StringRef(&ThisTokBuf[-1], 1);
303 diag
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp124 if (DiagID == diag::err_expected)
126 else if (DiagID == diag::err_expected_after)
146 if (DiagID == diag::err_expected)
148 else if (DiagID == diag::err_expected_after)
167 Diag(Tok, diag::err_extraneous_token_before_semi)
196 Diag(StartLoc, diag::warn_cxx98_compat_top_level_semi)
199 Diag(StartLoc, diag::ext_extra_semi_cxx11)
205 Diag(StartLoc, diag::ext_extra_semi)
211 Diag(StartLoc, diag::warn_extra_semi_after_mem_fn_def)
220 Diag(Tok, diag
[all...]
H A DParseDecl.cpp157 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen_after,
162 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen_after, "(")) {
538 T.expectAndConsume(diag::err_expected_lparen_after,
557 Diag(AttrNameLoc, diag::err_ms_property_no_getter_or_putter);
561 Diag(Tok.getLocation(), diag::err_ms_property_unknown_accessor);
575 Diag(KindLoc, diag::err_ms_property_has_set_accessor)
582 Diag(KindLoc, diag::err_ms_property_missing_accessor_kind);
589 Diag(KindLoc, diag::err_ms_property_unknown_accessor);
603 Diag(Tok.getLocation(), diag::err_ms_property_expected_equal)
610 Diag(Tok.getLocation(), diag
[all...]
H A DParseTemplate.cpp121 Diag(Tok.getLocation(), diag::err_expected_template);
195 Diag(Tok.getLocation(), diag::err_templated_invalid_declaration)
283 Diag(Tok, diag::err_function_definition_not_allowed);
292 Diag(DS.getStorageClassSpecLoc(), diag::err_function_declared_typedef)
302 Diag(Tok, diag::err_template_defn_explicit_instantiation) << 0;
309 diag::err_explicit_instantiation_with_definition)
335 Diag(Tok, diag::err_multiple_template_declarators)
342 ExpectAndConsumeSemi(diag::err_expected_semi_declaration);
367 Diag(Tok.getLocation(), diag::ext_concept_legacy_bool_keyword) <<
385 diag
[all...]
H A DParseOpenMP.cpp243 P.Diag(Tok.getLocation(), diag::err_omp_expected_reduction_identifier);
269 diag::err_expected_lparen_after,
288 Diag(Tok.getLocation(), diag::err_expected_type);
321 Diag(Tok.getLocation(), diag::err_expected_type);
340 Diag(Tok.getLocation(), diag::err_expected_expression);
375 Diag(Tok.getLocation(), diag::err_expected) << "'initializer'";
384 !T.expectAndConsume(diag::err_expected_lparen_after, "initializer") &&
492 Diag(Tok, diag::warn_cxx98_compat_generalized_initializer_lists);
520 if (T.expectAndConsume(diag::err_expected_lparen_after,
531 Diag(Tok.getLocation(), diag
[all...]
/freebsd-13-stable/sys/dev/mii/
H A Dtdkphy.c153 int bmsr, bmcr, anlpar, diag; local
207 diag = PHY_READ(phy, MII_DIAG);
208 if (diag & DIAG_NEGFAIL) /* assume 10baseT if no neg */
211 if (diag & DIAG_DUPLEX)
215 if (diag & DIAG_RATE_100)
H A Dacphy.c199 int bmsr, bmcr, diag; local
225 diag = PHY_READ(sc, MII_ACPHY_DIAG);
226 if (diag & AC_DIAG_SPEED)
231 if (diag & AC_DIAG_DUPLEX)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp117 return S.Diag(call->getEndLoc(), diag::err_typecheck_call_too_few_args)
125 return S.Diag(range.getBegin(), diag::err_typecheck_call_too_many_args)
140 S.Diag(ValArg->getBeginLoc(), diag::err_builtin_annotation_first_arg)
149 S.Diag(StrArg->getBeginLoc(), diag::err_builtin_annotation_second_arg)
161 S.Diag(TheCall->getEndLoc(), diag::err_typecheck_call_too_few_args_at_least)
171 S.Diag(Arg->getBeginLoc(), diag::err_msvc_annotation_wide_str)
228 S.Diag(Source->getExprLoc(), diag::err_typecheck_expect_scalar_operand)
235 S.Diag(AlignOp->getExprLoc(), diag::err_typecheck_expect_int)
249 S.Diag(AlignOp->getExprLoc(), diag::err_alignment_too_small) << 1;
253 S.Diag(AlignOp->getExprLoc(), diag
7882 auto diag = diag::warn_printf_ObjCflags_without_ObjCConversion; local
9424 static void diag(QualType RT, const Expr *E, Sema &S) { function in struct:__anon2026::SearchNonTrivialToInitializeField
9469 static void diag(QualType RT, const Expr *E, Sema &S) { function in struct:__anon2026::SearchNonTrivialToCopyField
11053 DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, SourceLocation CContext, unsigned diag, bool pruneControlFlow = false) argument
11068 DiagnoseImpCast(Sema &S, Expr *E, QualType T, SourceLocation CContext, unsigned diag, bool pruneControlFlow = false) argument
[all...]
H A DSemaExpr.cpp97 S.Diag(Loc, diag::warn_used_but_marked_unused) << D->getDeclName();
109 Diag(Decl->getLocation(), diag::note_implicitly_deleted);
121 Diag(Decl->getLocation(), diag::note_availability_specified_here)
177 S.Diag(Loc, DowngradeWarning ? diag::ext_internal_in_extern_inline_quiet
178 : diag::ext_internal_in_extern_inline)
183 S.Diag(D->getCanonicalDecl()->getLocation(), diag::note_entity_declared_at)
193 Diag(DeclBegin, diag::note_convert_inline_to_static)
234 Diag(Loc, diag::ext_main_used);
242 Diag(Loc, diag::err_binding_cannot_appear_in_own_initializer)
245 Diag(Loc, diag
[all...]
H A DSemaCoroutine.cpp59 S.Diag(KwLoc, diag::err_implied_coroutine_type_not_found)
104 diag::err_coroutine_type_missing_specialization))
117 diag::err_implied_std_coroutine_traits_promise_type_not_found)
133 diag::err_implied_std_coroutine_traits_promise_type_not_class)
138 diag::err_coroutine_promise_type_incomplete))
156 S.Diag(Loc, diag::err_implied_coroutine_type_not_found)
166 S.Diag(Found->getLocation(), diag::err_malformed_std_coroutine_handle);
182 diag::err_coroutine_type_missing_specialization))
199 ? diag::err_coroutine_objc_method
200 : diag
[all...]
H A DSemaType.cpp100 S.Diag(loc, diag::warn_type_attribute_wrong_type) << name << WhichType
816 diag::warn_block_literal_attributes_on_omitted_return_type)
828 diag::warn_block_literal_qualifiers_on_omitted_return_type);
842 S.Diag(loc, diag::err_objc_type_args_non_class)
855 S.Diag(loc, diag::err_objc_type_args_non_parameterized_class)
867 S.Diag(loc, diag::err_objc_type_args_specialized_class)
896 diag::err_objc_type_arg_explicit_nullability)
903 S.Diag(qual.getBeginLoc(), diag::err_objc_type_arg_qualified)
924 S.Diag(loc, diag::err_objc_type_args_wrong_arity)
929 S.Diag(objcClass->getLocation(), diag
[all...]
H A DSemaExprCXX.cpp121 diag::err_incomplete_nested_name_spec) << CurClass << SS.getRange();
218 Diag(NameLoc, diag::ext_dtor_name_ambiguous);
223 Diag(D->getLocation(), diag::note_destructor_type_here)
226 Diag(D->getLocation(), diag::note_destructor_nontype_here);
375 Diag(SS.getEndLoc(), diag::ext_dtor_named_in_wrong_scope)
390 Diag(SS.getEndLoc(), diag::ext_qualified_dtor_named_in_lexical_scope)
392 Diag(FoundDecls.back()->getLocation(), diag::note_destructor_type_here)
428 Diag(NameLoc, diag::err_undeclared_destructor_name)
435 Diag(NameLoc, diag::err_destructor_expr_type_mismatch)
438 Diag(NameLoc, diag
[all...]
H A DSemaCXXScopeSpec.cpp224 if (RequireCompleteType(loc, type, diag::err_incomplete_nested_name_spec,
266 Diag(loc, diag::err_incomplete_nested_name_spec)
295 Diag(SuperLoc, diag::err_invalid_super_scope);
298 Diag(SuperLoc, diag::err_super_in_lambda_unsupported);
301 Diag(SuperLoc, diag::err_no_base_classes) << RD->getName();
598 Diag(IdInfo.CCLoc, diag::err_nested_name_spec_is_not_class)
602 Diag(ND->getLocation(), diag::note_declared_at);
607 ? unsigned(diag::err_expected_namespace_name)
608 : unsigned(diag::err_expected_class_or_namespace))
611 Diag(ND->getLocation(), diag
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp165 D.Diag(clang::diag::err_drv_no_such_file) << Path;
168 D, BlacklistFiles, clang::diag::err_drv_malformed_sanitizer_blacklist);
187 D.Diag(clang::diag::err_drv_no_such_file) << SCLPath;
227 D.Diag(diag::err_drv_unsupported_option_argument) << "-fsanitize-trap"
322 D.Diag(diag::warn_drv_object_size_disabled_O0)
336 D.Diag(diag::err_drv_argument_not_allowed_with)
346 D.Diag(diag::err_drv_argument_not_allowed_with)
364 D.Diag(diag::err_drv_argument_not_allowed_with)
373 D.Diag(diag::err_drv_unsupported_opt_for_target)
388 D.Diag(diag
[all...]
H A DOptionUtils.cpp26 Diags->Report(diag::err_drv_invalid_int_value)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp90 Diags.Report(diag::err_cannot_open_file)
94 Diags.Report(diag::err_drv_optimization_remark_pattern)
98 Diags.Report(diag::err_drv_optimization_remark_format)
478 DiagID = diag::err_fe_inline_asm;
481 DiagID = diag::warn_fe_inline_asm;
484 DiagID = diag::note_fe_inline_asm;
496 DiagnosticBuilder B = Diags.Report(Loc, diag::note_fe_inline_asm_here);
518 DiagID = diag::err_fe_##GroupName; \
521 DiagID = diag::warn_fe_##GroupName; \
527 DiagID = diag
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp91 diag::warn_doc_param_not_attached_to_a_function_decl)
125 Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch)
164 Diag(Comment->getLocation(), diag::warn_doc_api_container_decl_mismatch)
214 Diag(Comment->getLocation(), diag::warn_doc_container_decl_mismatch)
248 Diag(ArgLocBegin, diag::warn_doc_param_spaces_in_direction)
251 Diag(ArgLocBegin, diag::warn_doc_param_invalid_direction) << ArgRange;
294 diag::warn_doc_tparam_not_attached_to_a_template_decl)
327 Diag(ArgLocBegin, diag::warn_doc_tparam_duplicate)
329 Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous)
337 Diag(ArgLocBegin, diag
[all...]
/freebsd-13-stable/sbin/fsdb/
H A DMakefile15 ${SRCTOP}/tools/diag/prtblknos
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp82 Diags->Report(diag::err_fe_expected_compiler_job) << OS.str();
88 Diags->Report(diag::err_fe_expected_clang_command);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp81 Diag(FullSourceLoc(), diag::warn_fixit_no_changes);
108 Diags.Report(clang::diag::err_fe_unable_to_open_output) << Filename
179 Diag(Info.getLocation(), diag::note_fixit_in_macro);
184 Diag(Info.getLocation(), diag::note_fixit_unfixed_error);
191 Diag(Info.getLocation(), diag::note_fixit_failed);
195 Diag(Info.getLocation(), diag::note_fixit_applied);

Completed in 217 milliseconds

12345678910