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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp24 bool Ignored; local
35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); local
40 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored); local
45 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.h36 Ignored = (1 << 13) enumerator in enum:clang::driver::options::ClangFlags
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h44 Ignored = 0, enumerator in enum:clang::serialized_diags::Level
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp332 bool Ignored; local
334 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h81 Ignored = 1, ///< Do not present this diagnostic, ignore it. member in class:clang::diag::Severity
167 Ignored, Note, Remark, Warning, Error, Fatal enumerator in enum:clang::diag::DiagnosticIDs::Level
H A DDiagnostic.h153 Ignored = DiagnosticIDs::Ignored, enumerator in enum:clang::DiagnosticsEngine::Level
674 void setLastDiagnosticIgnored(bool Ignored) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1969 mayLoopAccessLocation(Value *Ptr, ModRefInfo Access, Loop *L, const SCEV *BECount, unsigned StoreSize, AliasAnalysis &AA, SmallPtrSetImpl<Instruction *> &Ignored) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1747 SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl, local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3472 bool Ignored; local
3593 bool Ignored; local
H A DSemaTemplate.cpp7339 QualType Ignored; local
H A DSemaChecking.cpp11200 Expr *Ignored = SourceExpr->IgnoreImplicit(); local
H A DSemaExpr.cpp9027 bool Ignored = false; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4805 unsigned Ignored; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1977 bool Ignored = TestAndClearIgnoreResultAssign(); local

Completed in 511 milliseconds