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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
Tridiagonalization_decomposeInPlace.cpp 5 VectorXd diag(5);
7 internal::tridiagonalization_inplace(A, diag, subdiag, true);
9 cout << "The diagonal of the tridiagonal matrix T is:" << endl << diag << endl;
Tridiagonalization_diagonal.cpp 10 VectorXd diag = triOfA.diagonal(); variable
11 cout << "The diagonal is:" << endl << diag << endl;
  /external/clang/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
DiagnosticIDs.h 27 namespace diag { namespace in namespace:clang
50 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
55 #undef DIAG
80 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
91 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
92 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value; }
116 diag::CustomDiagInfo *CustomDiagInfo;
232 SmallVectorImpl<diag::kind> &Diags) const;
235 void getAllDiagnostics(SmallVectorImpl<diag::kind> &Diags) const
    [all...]
  /external/clang/include/clang/AST/
CommentDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Lex/
LexDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Serialization/
SerializationDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/lib/Basic/
Warnings.cpp 38 Diags.Report(isPositive? diag::warn_unknown_warning_option_suggest :
39 diag::warn_unknown_negative_warning_option_suggest)
42 Diags.Report(isPositive? diag::warn_unknown_warning_option :
43 diag::warn_unknown_negative_warning_option)
70 Diags.setExtensionHandlingBehavior(diag::Severity::Error);
72 Diags.setExtensionHandlingBehavior(diag::Severity::Warning);
74 Diags.setExtensionHandlingBehavior(diag::Severity::Ignored);
76 SmallVector<diag::kind, 10> _Diags;
109 diag::Severity Mapping =
110 isPositive ? diag::Severity::Warning : diag::Severity::Ignored
    [all...]
DiagnosticIDs.cpp 69 #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \
72 diag::ENUM, DEFAULT_SEVERITY, CLASS, DiagnosticIDs::SFINAE, NOWERROR, \
86 #undef DIAG
100 "Diag ID conflict, the enums at the start of clang::diag (in "
104 "Improperly sorted diag info");
110 // Out of bounds diag. Can't be in the table.
111 using namespace diag;
148 // If the diag id doesn't match we found a different diag, abort. This ca
252 namespace diag { namespace in namespace:clang
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 136 InDiag = diag::note_protected_by_vla;
139 return ScopePair(diag::note_protected_by___block,
140 diag::note_exits___block);
143 return ScopePair(diag::note_protected_by_cleanup,
144 diag::note_exits_cleanup);
150 return ScopePair(diag::note_protected_by_objc_ownership,
151 diag::note_exits_objc_ownership);
154 OutDiag = diag::note_exits_dtor;
178 InDiag = diag::note_protected_by_variable_init;
188 InDiag = diag::note_protected_by_variable_nontriv_destructor
    [all...]
SemaObjCProperty.cpp 98 S.Diag(property->getLocation(),
99 diag::err_arc_inconsistent_property_ownership)
338 Diag(AtLoc, diag::err_duplicate_property);
339 Diag(prevDecl->getLocation(), diag::note_property_declare);
370 Diag(CDecl->getLocation(), diag::err_continuation_class);
414 Diag(AtLoc,
415 diag::err_type_mismatch_continuation_class) << PDecl->getType()
500 unsigned diag = local
    [all...]
SemaStmtAttr.cpp 29 S.Diag(A.getRange().getBegin(), diag::err_fallthrough_attr_wrong_target)
33 S.Diag(L, diag::note_fallthrough_insert_semi_fixit)
39 S.Diag(A.getRange().getBegin(), diag::err_fallthrough_attr_outside_switch);
52 S.Diag(St->getLocStart(), diag::err_pragma_loop_precedes_nonloop);
78 S.Diag(ValueLoc->Loc, diag::err_pragma_loop_invalid_keyword)
    [all...]
AnalysisBasedWarnings.cpp 73 unsigned diag = diag::warn_unreachable; variable
76 diag = diag::warn_unreachable_break;
79 diag = diag::warn_unreachable_return;
82 diag = diag::warn_unreachable_loop_increment;
88 S.Diag(L, diag) << R1 << R2
    [all...]
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 17 def get_diag_info(diag):
18 return { 'severity' : diag.severity,
19 'location' : diag.location,
20 'spelling' : diag.spelling,
21 'ranges' : diag.ranges,
22 'fixits' : diag.fixits }
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 41 TA.report(E->getLocStart(), diag::warn_arcmt_nsalloc_realloc,
54 TA.clearDiagnostic(diag::err_unavailable,
55 diag::err_unavailable_message,
56 diag::err_ovl_deleted_call, // ObjC++
TransAPIUses.cpp 79 diag::err_arcmt_nsinvocation_ownership,
90 Pass.TA.hasDiagnostic(diag::err_unavailable,
91 diag::err_unavailable_message,
95 Pass.TA.clearDiagnostic(diag::err_unavailable,
96 diag::err_unavailable_message,
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Preprocessor.cpp 30 PreprocessorImpl(Diagnostics *diag,
32 : diagnostics(diag),
33 tokenizer(diag),
34 directiveParser(&tokenizer, &macroSet, diag, directiveHandler),
35 macroExpander(&directiveParser, &macroSet, diag)
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test2DetailFragment.java 54 AlertDialog diag = builder.create(); local
55 diag.show();
75 AlertDialog diag = builder.create();
76 diag.show();
87 AlertDialog diag = builder.create();
88 diag.show();
100 AlertDialog diag = builder.create();
101 diag.show();
112 AlertDialog diag = builder.create();
113 diag.show()
    [all...]
  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 21 error(diag::err_unsupported_whole_archive);
25 error(diag::err_unsupported_as_needed);
29 error(diag::err_unsupported_add_needed);
33 error(diag::err_unsupported_Bdynamic);
37 warning(diag::err_enable_as_needed_on_static_system);
42 warning(diag::err_mix_static_as_needed);
  /external/clang/lib/Lex/
Pragma.cpp 92 PP.Diag(Tok, diag::warn_pragma_ignored);
187 Diag(PragmaLoc, diag::err__Pragma_malformed);
194 Diag(PragmaLoc, diag::err__Pragma_malformed);
204 Diag(Tok, diag::err_invalid_string_udl);
218 Diag(PragmaLoc, diag::err__Pragma_malformed)
    [all...]

Completed in 391 milliseconds

1 2 3 4 5 6 7 8 91011>>