HomeSort by: relevance | last modified time | path
    Searched refs:diag (Results 1 - 25 of 310) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
State.h 77 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
82 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
87 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
97 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
102 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr
    [all...]
State.cpp 20 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId,
22 return diag(Loc, DiagId, ExtraNotes, false);
25 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId,
27 if (getEvalStatus().Diag)
28 return diag(E->getExprLoc(), DiagId, ExtraNotes, false);
33 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId,
35 if (getEvalStatus().Diag)
36 return diag(SI.getLoc(), DiagId, ExtraNotes, false);
41 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId,
45 if (!getEvalStatus().Diag || !getEvalStatus().Diag->empty())
86 OptionalDiagnostic State::diag(SourceLocation Loc, diag::kind DiagId, function in class:State
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticCategories.h 13 namespace diag { namespace in namespace:clang
22 } // end namespace diag
DiagnosticAST.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticAnalysis.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticComment.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticCrossTU.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticDriver.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticFrontend.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticLex.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticParse.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticRefactoring.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticSema.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticSerialization.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp 35 #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \
52 #undef DIAG
56 #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \
73 #undef DIAG
81 #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \
98 #undef DIAG
135 diag::Flavor getFlavor() const {
136 return Class == CLASS_REMARK ? diag::Flavor::Remark
137 : diag::Flavor::WarningOrError;
148 static_cast<unsigned>(diag::NUM_BUILTIN_##NAME##_DIAGNOSTICS) <
    [all...]
Warnings.cpp 35 diag::Flavor Flavor, StringRef Prefix,
38 Diags.Report(diag::warn_unknown_diag_option)
39 << (Flavor == diag::Flavor::WarningOrError ? 0 : 1)
67 Diags.setExtensionHandlingBehavior(diag::Severity::Error);
69 Diags.setExtensionHandlingBehavior(diag::Severity::Warning);
71 Diags.setExtensionHandlingBehavior(diag::Severity::Ignored);
73 SmallVector<diag::kind, 10> _Diags;
89 const auto Flavor = diag::Flavor::WarningOrError;
107 diag::Severity Mapping =
108 isPositive ? diag::Severity::Warning : diag::Severity::Ignored
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 150 InDiag = diag::note_protected_by_vla;
153 return ScopePair(diag::note_protected_by___block,
154 diag::note_exits___block);
157 return ScopePair(diag::note_protected_by_cleanup,
158 diag::note_exits_cleanup);
163 return ScopePair(diag::note_protected_by_objc_strong_init,
164 diag::note_exits_objc_strong);
167 return ScopePair(diag::note_protected_by_objc_weak_init,
168 diag::note_exits_objc_weak);
171 return ScopePair(diag::note_protected_by_non_trivial_c_struct_init
    [all...]
SemaModule.cpp 43 S.Diag(ImportLoc, (FromInclude && S.isModuleVisible(M))
44 ? diag::ext_module_import_not_at_top_level_noop
45 : diag::err_module_import_not_at_top_level_fatal)
47 S.Diag(cast<Decl>(DC)->getBeginLoc(),
48 diag::note_module_import_not_at_top_level)
51 S.Diag(ImportLoc, diag::ext_module_import_in_extern_c)
53 S.Diag(ExternCLoc, diag::note_extern_c_begins_here);
110 Diag(ModuleLoc, diag::err_module_interface_implementation_mismatch
    [all...]
  /src/external/apache2/llvm/dist/clang/bindings/python/examples/cindex/
cindex-dump.py 16 def get_diag_info(diag):
17 return { 'severity' : diag.severity,
18 'location' : diag.location,
19 'spelling' : diag.spelling,
20 'ranges' : diag.ranges,
21 'fixits' : diag.fixits }
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
runtests-batch.sh 35 diag "time: $(cat "${TMPFILE}")"
run-urcu-tests.sh 50 diag "Executing URCU tests"
74 diag "Executing batch RCU test"
101 diag "Executing update fraction test"
124 diag "Executing scalability test"
144 diag "Executing reader C.S. length test"
  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap.sh 54 diag MSG
174 diag " You named your test '$name'. You shouldn't use numbers for your test names."
175 diag " Very confusing."
216 diag " Failed ${t}test '$name'"
217 diag " in $backtrace"
219 diag " Failed ${t}test in $backtrace"
231 diag "Output of '$command':"
233 diag "$line"
274 diag " got: '$result'"
275 diag " expected: '$expected'
353 diag(){ function
    [all...]
  /src/external/bsd/zstd/dist/contrib/match_finders/
zstd_edist.c 106 /* Main loop for updating diag entries. Unless useHeuristics is
110 S32 diag; local
127 for (diag = forwardMax; diag >= forwardMin; diag -= 2) {
130 S32 low = forwardDiag[diag - 1];
131 S32 high = forwardDiag[diag + 1];
134 for (dictIdx = dictIdx0, srcIdx = dictIdx0 - diag;
141 forwardDiag[diag] = dictIdx;
143 if (odd && backwardMin <= diag && diag <= backwardMax && backwardDiag[diag] <= dictIdx)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCCalls.cpp 40 TA.report(E->getBeginLoc(), diag::warn_arcmt_nsalloc_realloc,
53 TA.clearDiagnostic(diag::err_unavailable,
54 diag::err_unavailable_message,
55 diag::err_ovl_deleted_call, // ObjC++
TransAPIUses.cpp 78 diag::err_arcmt_nsinvocation_ownership,
89 Pass.TA.hasDiagnostic(diag::err_unavailable,
90 diag::err_unavailable_message,
94 Pass.TA.clearDiagnostic(diag::err_unavailable,
95 diag::err_unavailable_message,

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>