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

/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h114 Ignored, Note, Warning, Error, Fatal enumerator in enum:clang::DiagnosticIDs::Level
H A DDiagnostic.h136 Ignored = DiagnosticIDs::Ignored, enumerator in enum:clang::DiagnosticsEngine::Level
496 LastDiagLevel = DiagnosticIDs::Ignored;
/external/regex-re2/re2/
H A Dregexp.cc499 typedef int Ignored; // Walker<void> doesn't exist typedef in namespace:re2
502 class NumCapturesWalker : public Regexp::Walker<Ignored> {
507 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
512 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
530 class NamedCapturesWalker : public Regexp::Walker<Ignored> {
541 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
556 virtual Ignored ShortVisi
[all...]
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1389 bool Ignored = Attr.getValueAsBit("Ignored"); local
1391 if (SemaHandler || Ignored) {
/external/clang/bindings/python/clang/
H A Dcindex.py279 Ignored = 0 variable in class:Diagnostic
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp750 SDValue Ignored(Hi.getNode(), 1);
1475 SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl, local
1478 SDValue Result(Ignored.getNode(), 1);
/external/clang/lib/AST/
H A DExprConstant.cpp6754 bool Ignored; local
6760 &Ignored) & APFloat::opInvalidOp)

Completed in 1037 milliseconds