/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 | 28 namespace diag { namespace in namespace:clang 51 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ 56 #undef DIAG 82 static DiagnosticMappingInfo Make(diag::Mapping Mapping, bool IsUser, 94 diag::Mapping getMapping() const { return diag::Mapping(Mapping); } 95 void setMapping(diag::Mapping Value) { Mapping = Value; } 122 diag::CustomDiagInfo *CustomDiagInfo; 233 SmallVectorImpl<diag::kind> &Diags) const; 236 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/Sema/ |
SemaOpenMP.cpp | 67 Diag(Id.getLoc(), diag::err_undeclared_var_use_suggest) 71 Diag(Id.getLoc(), diag::err_undeclared_var_use) 75 Diag(Id.getLoc(), diag::err_omp_expected_var_arg_suggest) 83 Diag(Id.getLoc(), diag::err_omp_expected_var_arg_suggest) 85 Diag(Lookup.getFoundDecl()->getLocation(), diag::note_declared_at) [all...] |
SemaStmtAttr.cpp | 30 S.Diag(A.getRange().getBegin(), diag::err_fallthrough_attr_wrong_target) 35 S.Diag(L, diag::note_fallthrough_insert_semi_fixit) 41 S.Diag(A.getRange().getBegin(), diag::err_fallthrough_attr_outside_switch); 52 S.Diag(A.getLoc(), A.isDeclspecAttribute() ? 53 diag::warn_unhandled_ms_attribute_ignored : 54 diag::warn_unknown_attribute_ignored) << A.getName(); 61 S.Diag(A.getRange().getBegin(), diag::err_attribute_invalid_on_stmt [all...] |
SemaObjCProperty.cpp | 99 S.Diag(property->getLocation(), 100 diag::err_arc_inconsistent_property_ownership) 352 Diag(AtLoc, diag::err_duplicate_property); 353 Diag(prevDecl->getLocation(), diag::note_property_declare); 384 Diag(CDecl->getLocation(), diag::err_continuation_class); 426 Diag(AtLoc, 427 diag::err_type_mismatch_continuation_class) << PDecl->getType() 482 unsigned diag = local [all...] |
TargetAttributesSema.cpp | 33 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments) 43 S.Diag(Attr.getLoc(), diag::err_attribute_argument_type) 51 S.Diag(Attr.getLoc(), diag::err_attribute_argument_out_of_bounds) 81 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments) 99 S.Diag(Attr.getLoc(), diag::warn_attribute_wrong_decl_type [all...] |
JumpDiagnostics.cpp | 128 InDiag = diag::note_protected_by_vla; 131 return ScopePair(diag::note_protected_by___block, 132 diag::note_exits___block); 135 return ScopePair(diag::note_protected_by_cleanup, 136 diag::note_exits_cleanup); 147 return ScopePair(diag::note_protected_by_objc_ownership, 148 diag::note_exits_objc_ownership); 184 return ScopePair(diag::note_protected_by_variable_init, 0); 192 return ScopePair(diag::note_protected_by_variable_init, 0); 198 OutDiag = diag::note_exits_dtor [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/Frontend/ |
Warnings.cpp | 41 Diags.Report(isPositive? diag::warn_unknown_warning_option_suggest : 42 diag::warn_unknown_negative_warning_option_suggest) 45 Diags.Report(isPositive? diag::warn_unknown_warning_option : 46 diag::warn_unknown_negative_warning_option) 79 SmallVector<diag::kind, 10> _Diags; 112 diag::Mapping Mapping = isPositive ? diag::MAP_WARNING : diag::MAP_IGNORE; 130 Diags.setMappingToAllDiagnostics(diag::MAP_IGNORE); 143 Diags.Report(diag::warn_unknown_warning_specifier [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
Preprocessor.cpp | 30 PreprocessorImpl(Diagnostics* diag, 32 diagnostics(diag), 33 tokenizer(diag), 34 directiveParser(&tokenizer, ¯oSet, diag, directiveHandler), 35 macroExpander(&directiveParser, ¯oSet, 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...] |
/external/clang/lib/Lex/ |
Pragma.cpp | 90 PP.Diag(Tok, diag::warn_pragma_ignored); 185 Diag(PragmaLoc, diag::err__Pragma_malformed); 192 Diag(PragmaLoc, diag::err__Pragma_malformed); 202 Diag(Tok, diag::err_invalid_string_udl); 216 Diag(PragmaLoc, diag::err__Pragma_malformed) [all...] |
PPDirectives.cpp | 151 Diag(MacroNameTok, diag::err_pp_missing_macro_name); 173 Diag(MacroNameTok, diag::err_pp_operator_used_as_macro_name) << Spelling; 175 Diag(MacroNameTok, diag::err_pp_macro_not_identifier); 179 Diag(MacroNameTok, diag::err_defined_macro_name); 184 Diag(MacroNameTok, diag::ext_pp_undef_builtin_macro) [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/Parse/ |
ParsePragma.cpp | 133 PP.Diag(Tok, diag::err_expected_lbrace); 178 PP.Diag(NameLoc, diag::warn_pragma_unknown_extension) << ename; 204 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_lparen) 211 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier) 217 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_rparen [all...] |