Home
last modified time | relevance | path

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

1234567

/freebsd-14.2/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-14.2/contrib/googletest/
H A D.gitignore1 # Ignore CI build directory
31 # Ignore autoconf / automake files
44 # Ignore generated directories.
53 # Ignore cmake generated directories and files.
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp606 SmallPtrSet<MachineInstr*, 1> Ignore; in isSafeToRemove() local
608 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove()
613 InstSet &Ignore) const { in isSafeToRemove()
615 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove()
621 if (Visited.count(MI) || Ignore.count(MI)) in isSafeToRemove()
638 if (Ignore.count(I) || ToRemove.count(I)) in isSafeToRemove()
640 if (!isSafeToRemove(I, Visited, ToRemove, Ignore)) in isSafeToRemove()
682 SmallPtrSet<MachineInstr*, 1> Ignore; in isSafeToDefRegAt() local
683 return isSafeToDefRegAt(MI, PhysReg, Ignore); in isSafeToDefRegAt()
693 if (!llvm::set_is_subset(Uses, Ignore)) in isSafeToDefRegAt()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h230 InstSet &Ignore) const;
240 InstSet &Ignore) const;
267 InstSet &ToRemove, InstSet &Ignore) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp287 Ignore enumerator
320 return Ignore; in get()
404 classify(BO->getLHS(), Ignore); in VisitBinaryOperator()
450 classify((*I), isTrivialBody ? Ignore : ConstRefUse); in VisitCallExpr()
456 classify(Ex, Ignore); in VisitCallExpr()
469 classify(CSE->getSubExpr(), Ignore); in VisitCastExpr()
740 case ClassifyRefs::Ignore: in VisitDeclRefExpr()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp259 if (m_name_match_type == NameMatch::Ignore) in NameMatches()
307 if (m_name_match_type != NameMatch::Ignore) in MatchAllProcesses()
339 m_name_match_type = NameMatch::Ignore; in Clear()
H A DNameMatches.cpp18 case NameMatch::Ignore: in NameMatches()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h32 bool Ignore = false; variable
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h16 Ignore, enumerator
/freebsd-14.2/contrib/nvi/
H A D.gitignore11 # Ignore files by the GNU Global source code tagging system.
/freebsd-14.2/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-14.2/contrib/ntp/html/hints/
H A Dfreebsd8 - Ignore the messages
/freebsd-14.2/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.bat10 ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder."
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp541 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS()
585 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()
768 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local
771 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate()
773 if (TryRemove(Def, RDA, ElementChain, Ignore)) { in ValidateTailPredicate()
806 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local
807 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate()
808 TryRemove(Def, RDA, ToRemove, Ignore); in ValidateTailPredicate()
1444 SmallPtrSet<MachineInstr*, 1> Ignore; in RevertLoopDec() local
1447 Ignore.insert(&*I); in RevertLoopDec()
[all …]
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dsky81452-backlight.txt12 - skyworks,ignore-pwm : Ignore both PWM input
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h35 Ignore, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1402 TheCondState.Ignore != StartingCondState.Ignore) in Run()
2123 if (!TheCondState.Ignore) { in parseStatement()
2195 if (TheCondState.Ignore) { in parseStatement()
6139 if (TheCondState.Ignore) { in parseDirectiveIf()
6169 if (TheCondState.Ignore) { in parseDirectiveIfb()
6231 if (TheCondState.Ignore) { in parseDirectiveIfdef()
6276 TheCondState.Ignore = true; in parseDirectiveElseIf()
6316 TheCondState.Ignore = true; in parseDirectiveElseIfb()
6351 TheCondState.Ignore = true; in parseDirectiveElseIfdef()
6397 TheCondState.Ignore = true; in parseDirectiveElseIfidn()
[all …]
H A DAsmParser.cpp1029 TheCondState.Ignore != StartingCondState.Ignore) in Run()
1812 if (!TheCondState.Ignore) { in parseStatement()
1846 if (!TheCondState.Ignore) { in parseStatement()
1899 if (TheCondState.Ignore) { in parseStatement()
5166 if (TheCondState.Ignore) { in parseDirectiveIf()
5209 if (TheCondState.Ignore) { in parseDirectiveIfb()
5231 if (TheCondState.Ignore) { in parseDirectiveIfc()
5296 if (TheCondState.Ignore) { in parseDirectiveIfdef()
5328 TheCondState.Ignore = true; in parseDirectiveElseIf()
5360 TheCondState.Ignore = true; in parseDirectiveElse()
[all …]
/freebsd-14.2/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig66 --no-label Ignore \

1234567