HomeSort by: relevance | last modified time | path
    Searched defs:Ignored (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 24 bool Ignored;
35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored);
40 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored);
45 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored);
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Options.h 38 Ignored = (1 << 17),
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
SerializedDiagnostics.h 44 Ignored = 0,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticIDs.h 82 Ignored = 1, ///< Do not present this diagnostic, ignore it.
168 Ignored, Note, Remark, Warning, Error, Fatal
214 bool ignored; local
215 return isBuiltinExtensionDiag(DiagID, ignored);
222 /// diagnostic is ignored by default (in which case -pedantic enables it) or
Diagnostic.h 195 Ignored = DiagnosticIDs::Ignored,
331 diag::Severity ExtBehavior = diag::Severity::Ignored;
640 /// When set to true, any unmapped warnings are ignored.
650 /// When set to true, any unmapped ignored warnings are no longer
651 /// ignored.
748 /// Pretend that the last diagnostic issued was ignored, so any
754 void setLastDiagnosticIgnored(bool Ignored) {
757 LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFixedPoint.cpp 482 bool Ignored;
483 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored);
487 Flt.convert(FloatSema, RM, &Ignored);
528 bool Ignored;
530 Val.convert(*OpSema, LosslessRM, &Ignored);
537 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored);
543 Val.convertToInteger(Res, RM, &Ignored);
551 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored);
  /src/external/gpl2/rcs/dist/src/
rcssyn.c 54 * Don't discard ignored phrases. Improve quality of diagnostics.
197 struct cbuf Ignored;
342 Ignored = getphrases(Kdesc);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp 431 bool Ignored;
433 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored);
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 728 SDValue Ignored(Hi.getNode(), 1);
1740 // lmul(x, y, a, b). The high result of lmul will be ignored.
1746 SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl,
1749 SDValue Result(Ignored.getNode(), 1);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 374 Ignored = 0
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3526 bool Ignored;
3533 Ignored))
3647 bool Ignored;
3651 PrevDecl->getPointOfInstantiation(), Ignored))
SemaTemplate.cpp 1429 // are ignored when determining its type.
1750 // in the AST, and historically we have just ignored such friend
4878 // In a lookup in which function names are not ignored and the
7562 QualType Ignored;
7564 IsFunctionConversion(RefExpr.get()->getType(), DestExprType, Ignored)) {
8709 /// specialization or instantiation has no effect and should be ignored.
10414 // Strangely, non-type results are not ignored by this lookup, so the
10659 // In a lookup in which function names are not ignored and the
10665 // Unlike in an elaborated-type-specifier, function names are not ignored
10666 // in typename-specifier lookup. However, they are ignored in all th
    [all...]
SemaChecking.cpp 8328 // Warn about ignored flag with a fixit removal.
8612 // Check that flags are not ignored by another flag
8613 if (FS.hasSpacePrefix() && FS.hasPlusPrefix()) // ' ' ignored by '+'
8616 if (FS.hasLeadingZeros() && FS.isLeftJustified()) // '0' ignored by '-'
11134 bool ignored; local
11135 truncated.convert(Src, llvm::APFloat::rmNearestTiesToEven, &ignored);
11136 truncated.convert(Tgt, llvm::APFloat::rmNearestTiesToEven, &ignored);
11805 Expr *Ignored = SourceExpr->IgnoreImplicit();
11806 if (const auto *OVE = dyn_cast<OpaqueValueExpr>(Ignored))
11807 Ignored = OVE->getSourceExpr()
    [all...]
SemaExpr.cpp 5977 QualType paramType; // ignored
9857 bool Ignored = false;
9859 &Ignored);
12494 // Parens on the RHS are ignored.
13216 // So we treat the LHS as a ignored value, and in C++ we allow the
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 1783 assert (Ignore == false && "init list ignored");
1964 bool Ignored = TestAndClearIgnoreResultAssign();
2202 return CGF.EmitARCReclaimReturnedObject(E, /*allowUnsafe*/ Ignored);
2653 bool ignored; local
2663 F.convert(*FS, llvm::APFloat::rmTowardZero, &ignored);
3129 // If the result is clearly ignored, return now.
4223 // If the result is clearly ignored, return now.

Completed in 100 milliseconds