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

  /external/clang/include/clang/Basic/
DiagnosticIDs.h 116 Ignored, Note, Warning, Error, Fatal
158 bool ignored; local
159 return isBuiltinExtensionDiag(DiagID, ignored);
164 /// which is set to indicate whether the diagnostic is ignored by default (in
Diagnostic.h 133 Ignored = DiagnosticIDs::Ignored,
409 /// ignored. If this and WarningsAsErrors are both set, then this one wins.
413 /// setEnableAllWarnings - When set to true, any unmapped ignored warnings
414 /// are no longer ignored. If this and IgnoreAllWarnings are both set,
449 /// \brief Pretend that the last diagnostic issued was ignored. This can
452 LastDiagLevel = DiagnosticIDs::Ignored;
471 /// warnings are ignored. Notes can never be mapped, errors can only be
594 /// will be ignored.
    [all...]
  /external/regex-re2/re2/
regexp.cc 488 typedef int Ignored; // Walker<void> doesn't exist
491 class NumCapturesWalker : public Regexp::Walker<Ignored> {
496 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
499 return ignored;
501 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
504 return ignored;
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 212 Ignored = 0
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 746 SDValue Ignored = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
748 SDValue Hi(Ignored.getNode(), 1);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 1178 bool ignored; local
1189 bool ignored; local
    [all...]

Completed in 251 milliseconds