HomeSort by relevance Sort by last modified time
    Searched defs:Ignored (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 24 bool Ignored;
33 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &Ignored);
38 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Ignored);
  /external/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 54 Ignored = 0,
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 64 Ignored = 1, ///< Do not present this diagnostic, ignore it.
111 Ignored, Note, Remark, Warning, Error, Fatal
157 bool ignored; local
158 return isBuiltinExtensionDiag(DiagID, ignored);
165 /// diagnostic is ignored by default (in which case -pedantic enables it) or
Diagnostic.h 141 Ignored = DiagnosticIDs::Ignored,
440 /// \brief When set to true, any unmapped warnings are ignored.
446 /// \brief When set to true, any unmapped ignored warnings are no longer
447 /// ignored.
497 /// \brief Pretend that the last diagnostic issued was ignored, so any
504 LastDiagLevel = DiagnosticIDs::Ignored;
507 /// \brief Determine whether the previous diagnostic was ignored. This can
511 return LastDiagLevel == DiagnosticIDs::Ignored;
530 /// ignored
    [all...]
  /external/chromium_org/third_party/re2/re2/
regexp.cc 499 typedef int Ignored; // Walker<void> doesn't exist
502 class NumCapturesWalker : public Regexp::Walker<Ignored> {
507 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
510 return ignored;
512 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
515 return ignored;
    [all...]
  /external/regex-re2/re2/
regexp.cc 499 typedef int Ignored; // Walker<void> doesn't exist
502 class NumCapturesWalker : public Regexp::Walker<Ignored> {
507 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
510 return ignored;
512 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
515 return ignored;
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 302 Ignored = 0
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 748 SDValue Ignored(Hi.getNode(), 1);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 364 milliseconds