Searched defs:Ignored (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h118 Ignored, Note, Warning, Error, Fatal enumerator in enum:clang::DiagnosticIDs::Level
H A DDiagnostic.h135 Ignored = DiagnosticIDs::Ignored, enumerator in enum:clang::DiagnosticsEngine::Level
485 LastDiagLevel = DiagnosticIDs::Ignored;
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1129 bool Ignored = Attr.getValueAsBit("Ignored"); local
1131 if (SemaHandler || Ignored) {
/external/regex-re2/re2/
H A Dregexp.cc488 typedef int Ignored; // Walker<void> doesn't exist typedef in namespace:re2
491 class NumCapturesWalker : public Regexp::Walker<Ignored> {
496 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
501 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
519 class NamedCapturesWalker : public Regexp::Walker<Ignored> {
530 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
545 virtual Ignored ShortVisi
[all...]
/external/clang/bindings/python/clang/
H A Dcindex.py279 Ignored = 0 variable in class:Diagnostic
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp747 SDValue Ignored = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32), local
749 SDValue Hi(Ignored.getNode(), 1);
1455 SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl, local
1458 SDValue Result(Ignored.getNode(), 1);
/external/clang/lib/AST/
H A DExprConstant.cpp6702 bool Ignored; local
6708 &Ignored) & APFloat::opInvalidOp)

Completed in 846 milliseconds