Home
last modified time | relevance | path

Searched defs:Ignore (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h16 Ignore, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h32 bool Ignore = false; variable
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DABIArgInfo.h37 Ignore, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h36 Ignore, global() enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h63 enum class LookupResult { Success, Fail, Ignore }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h73 enum class Result { NoVerify, Ignore, Valid, Invalid }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h117 Ignore = 0x1, enumerator
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h365 std::integral_constant<bool, Ignore>) { in CastImpl() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h442 enum class ProcessDebugRelocations { Process, Ignore }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp695 SmallPtrSet<MachineInstr*, 1> Ignore; in isSafeToRemove() local
771 SmallPtrSet<MachineInstr*, 1> Ignore; in isSafeToDefRegAt() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp58 bool Ignore = false; member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp757 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local
795 SmallPtrSet<MachineInstr *, 2> Ignore(llvm::from_range, VCTPs); in ValidateTailPredicate() local
1425 SmallPtrSet<MachineInstr*, 1> Ignore; in RevertLoopDec() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp105 bool Ignore; in getTypedMatcher() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp146 bool Ignore = in startsWith() local
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h66 Ignore, enumerator
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp279 enum Class { Init, Use, SelfInit, ConstRefUse, ConstPtrUse, Ignore }; enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2115 bool Ignore = TestAndClearIgnoreResultAssign(); in VisitInitListExpr() local
3945 bool Ignore = TestAndClearIgnoreResultAssign(); in EmitCompoundAssign() local
5116 bool Ignore = TestAndClearIgnoreResultAssign(); in VisitBinAssign() local
H A DCGExprComplex.cpp1444 bool Ignore = TestAndClearIgnoreReal(); in VisitInitListExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp107 static constexpr Node Ignore = Node(-1); member
320 static constexpr ElemType Ignore = ElemType(-1); member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2327 bool Ignore = false; in DiagnoseMissingDesignatedInitOverrides() local
H A DSemaCodeComplete.cpp377 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); } in Ignore() function in __anone047e0890111::ResultBuilder
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h106 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator