Home
last modified time | relevance | path

Searched refs:Ignore (Results 1 – 25 of 153) sorted by relevance

1234567

/freebsd/tools/test/stress2/misc/
H A Dprocfs3.sh93 case FTS_F: /* Ignore. */
95 case FTS_D: /* Ignore. */
99 case FTS_DC: /* Ignore. */
101 case FTS_SL: /* Ignore. */
H A Dfts.sh102 case FTS_F: /* Ignore. */
104 case FTS_D: /* Ignore. */
108 case FTS_DC: /* Ignore. */
110 case FTS_SL: /* Ignore. */
H A Dsigxcpu.sh112 case FTS_F: /* Ignore. */
114 case FTS_D: /* Ignore. */
118 case FTS_DC: /* Ignore. */
120 case FTS_SL: /* Ignore. */
H A Dunlink.sh56 return (0); /* Ignore error for now */
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DABIArgInfo.h37 Ignore, enumerator
63 static ABIArgInfo getIgnore() { return ABIArgInfo(Ignore); } in getIgnore()
67 bool isIgnore() const { return theKind == Ignore; } in isIgnore()
/freebsd/contrib/googletest/
H A D.gitignore1 # Ignore CI build directory
32 # Ignore autoconf / automake files
45 # Ignore generated directories.
54 # Ignore cmake generated directories and files.
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp154 Curr == DylibVerifier::Result::Ignore) in updateResult()
343 return Result::Ignore; in compareVisibility()
346 return Result::Ignore; in compareVisibility()
349 return Result::Ignore; in compareVisibility()
355 Outcome = Result::Ignore; in compareVisibility()
367 return Result::Ignore; in compareVisibility()
379 return Result::Ignore; in compareAvailability()
389 return Result::Ignore; in compareAvailability()
397 return Result::Ignore; in compareAvailability()
452 updateState(Result::Ignore); in verifyImpl()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp695 SmallPtrSet<MachineInstr*, 1> Ignore; in isSafeToRemove() local
697 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove()
702 InstSet &Ignore) const { in isSafeToRemove()
704 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove()
709 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove()
710 if (Visited.count(MI) || Ignore.count(MI)) in isSafeToRemove()
727 if (Ignore.count(I) || ToRemove.count(I)) in isSafeToRemove()
729 if (!isSafeToRemove(I, Visited, ToRemove, Ignore)) in isSafeToRemove()
771 SmallPtrSet<MachineInstr*, 1> Ignore; in isSafeToDefRegAt() local
772 return isSafeToDefRegAt(MI, Reg, Ignore); in isSafeToDefRegAt()
[all …]
/freebsd/contrib/libfido2/windows/
H A Dbuild.ps138 $Git = $(Get-Command git -ErrorAction Ignore | `
48 $CMake = $(Get-Command cmake -ErrorAction Ignore | `
58 $SevenZ = $(Get-Command 7z -ErrorAction Ignore | `
68 $GPG = $(Get-Command gpg -ErrorAction Ignore | `
H A Dcygwin.ps125 $GPG = $(Get-Command gpg -ErrorAction Ignore | `
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h274 InstSet &Ignore) const;
283 bool isSafeToDefRegAt(MachineInstr *MI, Register Reg, InstSet &Ignore) const;
310 InstSet &ToRemove, InstSet &Ignore) const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp260 if (m_name_match_type == NameMatch::Ignore) in NameMatches()
308 if (m_name_match_type != NameMatch::Ignore) in MatchAllProcesses()
340 m_name_match_type = NameMatch::Ignore; in Clear()
H A DNameMatches.cpp18 case NameMatch::Ignore: in NameMatches()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp58 bool Ignore = false; member
174 NextBranch->Ignore = true; in combineInstanceCounts()
219 if (!NextBranch->Ignore) { in renderBranchExecutionCounts()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp279 enum Class { Init, Use, SelfInit, ConstRefUse, ConstPtrUse, Ignore }; enumerator
311 return Ignore; in get()
397 classify(BO->getLHS(), Ignore); in VisitBinaryOperator()
443 classify((*I), isTrivialBody ? Ignore : ConstRefUse); in VisitCallExpr()
448 classify(UO->getSubExpr(), isTrivialBody ? Ignore : ConstPtrUse); in VisitCallExpr()
461 classify(CSE->getSubExpr(), Ignore); in VisitCastExpr()
746 case ClassifyRefs::Ignore: in VisitDeclRefExpr()
/freebsd/crypto/libecc/build/
H A D.gitignore1 # Ignore all files generated in this folder except this file
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h32 bool Ignore = false; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h16 Ignore, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFProperties.td7 Desc<"Ignore indexes present in the object files and always index DWARF manually.">;
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h73 enum class Result { NoVerify, Ignore, Valid, Invalid }; enumerator
82 Result FrontendState = Result::Ignore;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp529 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS()
574 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()
757 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local
760 Ignore.insert_range(VCTPs); in ValidateTailPredicate()
762 if (TryRemove(Def, RDA, ElementChain, Ignore)) { in ValidateTailPredicate()
795 SmallPtrSet<MachineInstr *, 2> Ignore(llvm::from_range, VCTPs); in ValidateTailPredicate() local
796 TryRemove(Def, RDA, ToRemove, Ignore); in ValidateTailPredicate()
1425 SmallPtrSet<MachineInstr*, 1> Ignore; in RevertLoopDec() local
1428 Ignore.insert(&*I); in RevertLoopDec()
1435 RDA->isSafeToDefRegAt(MI, MCRegister::from(ARM::CPSR), Ignore); in RevertLoopDec()
/freebsd/contrib/sendmail/contrib/
H A Drmail.oldsys.patch51 args[i++] = "-oi"; /* Ignore '.' on a line by itself. */
73 args[i++] = "-oi"; /* Ignore '.' on a line by itself. */
/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.bat10 ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder."
/freebsd/contrib/ntp/html/hints/
H A Dfreebsd8 - Ignore the messages
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1249 TheCondState.Ignore != StartingCondState.Ignore) in Run()
1856 if (!TheCondState.Ignore) { in parseStatement()
1928 if (TheCondState.Ignore) { in parseStatement()
4677 if (TheCondState.Ignore) { in parseDirectiveIf()
4695 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf()
4707 if (TheCondState.Ignore) { in parseDirectiveIfb()
4718 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb()
4757 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfidn()
4769 if (TheCondState.Ignore) { in parseDirectiveIfdef()
4794 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfdef()
[all …]

1234567