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

/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp24 bool Ignored; local
33 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &Ignored);
38 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Ignored);
/external/clang/include/clang/Frontend/
H A DSerializedDiagnosticPrinter.h54 Ignored = 0, enumerator in enum:clang::serialized_diags::Level
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h64 Ignored = 1, ///< Do not present this diagnostic, ignore it. member in class:clang::diag::Severity
111 Ignored, Note, Remark, Warning, Error, Fatal enumerator in enum:clang::diag::DiagnosticIDs::Level
H A DDiagnostic.h141 Ignored = DiagnosticIDs::Ignored, enumerator in enum:clang::DiagnosticsEngine::Level
504 LastDiagLevel = DiagnosticIDs::Ignored;
511 return LastDiagLevel == DiagnosticIDs::Ignored;
645 diag::Severity::Ignored;
/external/chromium_org/third_party/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/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/bindings/python/clang/
H A Dcindex.py302 Ignored = 0 variable in class:Diagnostic
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2504 bool Ignored = Attr.getValueAsBit("Ignored"); local
2505 if (SemaHandler || Ignored) {
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp748 SDValue Ignored(Hi.getNode(), 1);
1769 SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl, local
1772 SDValue Result(Ignored.getNode(), 1);
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2390 bool Ignored; local
2397 Ignored))

Completed in 296 milliseconds