HomeSort by relevance Sort by last modified time
    Searched refs:diag (Results 51 - 75 of 295) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/lib/Sema/
SemaType.cpp 92 S.Diag(loc, diag::warn_type_attribute_wrong_type) << name << WhichType
729 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_invalid_sign_spec)
736 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_invalid_sign_spec)
788 S.Diag(DeclLoc, diag::ext_missing_declspec)
798 S.Diag(DeclLoc, diag::err_missing_type_specifier
    [all...]
SemaStmt.cpp 91 Diag(decl->getLocation(), diag::err_non_variable_decl_in_for);
163 S.Diag(Loc, diag::warn_unused_comparison)
170 S.Diag(Loc, diag::note_inequality_comparison_to_or_assign)
173 S.Diag(Loc, diag::note_equality_comparison_to_assign)
213 unsigned DiagID = diag::warn_unused_expr;
233 Diag(Loc, diag::warn_unused_result) << R1 << R2
    [all...]
SemaCast.cpp 150 // arguments, they return TC_NotApplicable and *may* set diag to a diagnostic
152 // fails, they return TC_Failed and *must* set diag; they can set it to 0 if
360 msg = diag::err_ovl_no_conversion_in_cast;
362 msg = diag::err_ovl_no_viable_conversion_in_cast;
367 msg = diag::err_ovl_ambiguous_conversion_in_cast;
372 msg = diag::err_ovl_deleted_conversion_in_cast;
377 S.Diag(range.getBegin(), msg)
390 if (msg == diag::err_bad_cxx_cast_generic &&
395 S.Diag(opRange.getBegin(), msg) << castType
558 Self.Diag(OpRange.getBegin(), diag::err_bad_dynamic_cast_not_ref_or_ptr
    [all...]
SemaChecking.cpp 57 return S.Diag(call->getLocEnd(), diag::err_typecheck_call_too_few_args)
65 return S.Diag(range.getBegin(), diag::err_typecheck_call_too_many_args)
80 S.Diag(ValArg->getLocStart(), diag::err_builtin_annotation_first_arg)
89 S.Diag(StrArg->getLocStart(), diag::err_builtin_annotation_second_arg)
302 Diag(TheCall->getExprLoc(), diag::err_builtin_requires_language
    [all...]
SemaExprCXX.cpp 300 Diag(NameLoc, diag::err_destructor_expr_type_mismatch)
302 Diag(NonMatchingTypeDecl->getLocation(), diag::note_destructor_type_here)
305 Diag(NameLoc, diag::err_ident_in_dtor_not_a_type)
308 SemaDiagnosticBuilder DtorDiag = Diag(NameLoc,
309 diag::err_destructor_class_name);
332 Diag(DS.getTypeSpecTypeLoc(), diag::err_destructor_expr_type_mismatch
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 71 Diag(Tok, diag::warn_omp_extra_tokens_at_eol)
81 Diag(Tok, diag::err_omp_unknown_directive);
92 Diag(Tok, diag::err_omp_unexpected_directive)
133 Diag(Tok, diag::warn_omp_extra_tokens_at_eol)
209 Diag(Tok, diag::err_omp_unknown_directive)
    [all...]
Parser.cpp 74 DiagnosticBuilder Parser::Diag(SourceLocation Loc, unsigned DiagID) {
78 DiagnosticBuilder Parser::Diag(const Token &Tok, unsigned DiagID) {
79 return Diag(Tok.getLocation(), DiagID);
94 Diag(Loc, DK);
98 Diag(Loc, DK)
122 DiagnosticBuilder DB = Diag(Loc, DiagID);
125 if (DiagID == diag::err_expected)
127 else if (DiagID == diag::err_expected_after)
145 ? Diag(EndLoc, DiagID) << FixItHint::CreateInsertion(EndLoc, Spelling)
146 : Diag(Tok, DiagID)
    [all...]
ParseInit.cpp 102 P.Diag(Loc, diag::ext_gnu_missing_equal_designator);
104 P.Diag(Loc, diag::err_expected_equal_designator);
149 Diag(NameLoc, diag::ext_gnu_old_style_field_designator)
171 Diag(Tok.getLocation(), diag::err_expected_field_designator);
320 Diag(Tok, diag::ext_gnu_array_range)
    [all...]
ParseDeclCXX.cpp 97 Diag(Tok, diag::err_expected) << tok::identifier;
103 Diag(attrTok, diag::err_unexpected_namespace_attributes_alias);
105 Diag(InlineLoc, diag::err_inline_namespace_alias)
114 Diag(ExtraNamespaceLoc[0], diag::err_nested_namespaces_with_double_colon)
119 Diag(Tok, diag::err_expected) << tok::l_brace
    [all...]
ParseExpr.cpp 270 Diag(Tok, diag::ext_gnu_conditional_expr);
296 Diag(Tok, diag::err_expected)
298 Diag(OpToken, diag::note_matching) << tok::question;
349 Diag(Tok, diag::err_init_list_bin_op)
372 Diag(OpToken, diag::warn_cxx98_compat_generalized_initializer_lists
    [all...]
ParseDecl.cpp 130 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen_after,
135 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen_after, "(")) {
405 T.expectAndConsume(diag::err_expected_lparen_after,
424 Diag(AttrNameLoc, diag::err_ms_property_no_getter_or_putter);
428 Diag(Tok.getLocation(), diag::err_ms_property_unknown_accessor);
442 Diag(KindLoc, diag::err_ms_property_has_set_accessor)
449 Diag(KindLoc, diag::err_ms_property_missing_accessor_kind)
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 296 Diag(Identifier, diag::warn_pp_ambiguous_macro)
298 Diag(MI->getDefinitionLoc(), diag::note_pp_ambiguous_macro_chosen)
303 Diag(PrevDef.getMacroInfo()->getDefinitionLoc(),
304 diag::note_pp_ambiguous_macro_other)
363 Diag(Identifier, diag::pp_disabled_macro_expansion);
557 Diag(MacroName, diag::err_unterm_macro_invoc)
    [all...]
Lexer.cpp     [all...]
LiteralSupport.cpp 64 static DiagnosticBuilder Diag(DiagnosticsEngine *Diags,
105 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
106 diag::ext_nonstandard_escape) << "e";
111 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
112 diag::ext_nonstandard_escape) << "E";
134 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
135 diag::err_hex_escape_no_digits) << "x";
159 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
160 diag::err_hex_escape_too_large);
182 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf
    [all...]
PPExpressions.cpp 131 PP.Diag(PeekTok.getLocation(), diag::err_pp_expected_after)
133 PP.Diag(LParenLoc, diag::note_matching) << tok::l_paren;
195 PP.Diag(PeekTok, diag::warn_pp_undef_identifier) << II;
205 PP.Diag(PeekTok, diag::err_pp_expr_bad_token_start_expr);
210 PP.Diag(PeekTok, diag::err_pp_expected_value_in_expr)
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp 53 Pass.TA.hasDiagnostic(diag::err_arc_unused_init_message,
56 Pass.TA.clearDiagnostic(diag::err_arc_unused_init_message,
  /external/clang/tools/diagtool/
DiagnosticNames.cpp 18 #define DIAG_NAME_INDEX(ENUM) { #ENUM, diag::ENUM, STR_SIZE(#ENUM, uint8_t) },
31 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
33 { #ENUM, diag::ENUM, STR_SIZE(#ENUM, uint8_t) },
44 #undef DIAG
  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 38 fatal(diag::reloc_factory_has_not_config);
64 fatal(diag::unsupported_bitclass) << m_pConfig->targets().triple().str()
ELFObjectReader.cpp 170 fatal(diag::err_cannot_read_section) << (*section)->name();
179 fatal(diag::err_cannot_read_section) << (*section)->name();
211 fatal(diag::err_cannot_read_section) << (*section)->name();
221 fatal(diag::err_cannot_read_section) << (*section)->name();
241 fatal(diag::err_cannot_read_section) << (*section)->name();
250 fatal(diag::err_cannot_read_target_section) << (*section)->name();
268 warning(diag::warn_illegal_input_section) << (*section)->name()
286 note(diag::note_has_no_symtab) << pInput.name()
294 fatal(diag::fatal_cannot_read_strtab) << pInput.name()
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 155 Diags.Report(diag::err_fe_cannot_link_module)
306 DiagID = diag::err_fe_inline_asm;
309 DiagID = diag::warn_fe_inline_asm;
312 DiagID = diag::note_fe_inline_asm;
322 DiagnosticBuilder B = Diags.Report(Loc, diag::note_fe_inline_asm_here);
345 DiagID = diag::err_fe_##GroupName; \
348 DiagID = diag::warn_fe_##GroupName; \
354 DiagID = diag::note_fe_##GroupName; \
363 DiagID = diag::err_fe_##GroupName; \
366 DiagID = diag::warn_fe_##GroupName;
    [all...]
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
dogleg.h 8 const Matrix< Scalar, Dynamic, 1 > &diag,
29 eigen_assert(n==diag.size());
47 qnorm = diag.cwiseProduct(x).stableNorm();
59 wa1[j] /= diag[j];
72 wa1.array() /= (diag*gnorm).array();
qrsolv.h 11 const Matrix< Scalar, Dynamic, 1 > &diag,
43 if (diag[l] == 0.)
46 sdiag[j] = diag[l];
  /external/clang/lib/AST/
CommentSema.cpp 90 Diag(Command->getLocation(),
91 diag::warn_doc_param_not_attached_to_a_function_decl)
125 Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch)
162 Diag(Comment->getLocation(), diag::warn_doc_api_container_decl_mismatch)
212 Diag(Comment->getLocation(), diag::warn_doc_container_decl_mismatch)
246 Diag(ArgLocBegin, diag::warn_doc_param_spaces_in_direction
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 136 inline Scalar& diag(Index i) { function in class:Eigen::SkylineStorage
140 inline const Scalar& diag(Index i) const { function in class:Eigen::SkylineStorage
176 static SkylineStorage Map(Index* upperProfile, Index* lowerProfile, Scalar* diag, Scalar* upper, Scalar* lower, Index size, Index upperSize, Index lowerSize) {
180 res.m_diag = diag;
205 Scalar* diag = new Scalar[diagSize]; local
218 memcpy(diag, m_diag, copyDiagSize * sizeof (Scalar));
232 m_diag = diag;
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 95 diags->Report(diag::warn_incompatible_analyzer_plugin_api)
97 diags->Report(diag::note_incompatible_analyzer_plugin_api)
122 diags.Report(diag::err_unknown_analyzer_checker)

Completed in 793 milliseconds

1 23 4 5 6 7 8 91011>>