| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | procfs3.sh | 93 case FTS_F: /* Ignore. */ 95 case FTS_D: /* Ignore. */ 99 case FTS_DC: /* Ignore. */ 101 case FTS_SL: /* Ignore. */
|
| H A D | fts.sh | 102 case FTS_F: /* Ignore. */ 104 case FTS_D: /* Ignore. */ 108 case FTS_DC: /* Ignore. */ 110 case FTS_SL: /* Ignore. */
|
| H A D | sigxcpu.sh | 112 case FTS_F: /* Ignore. */ 114 case FTS_D: /* Ignore. */ 118 case FTS_DC: /* Ignore. */ 120 case FTS_SL: /* Ignore. */
|
| H A D | unlink.sh | 56 return (0); /* Ignore error for now */
|
| /freebsd-14.2/contrib/googletest/ |
| H A D | .gitignore | 1 # 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 D | ReachingDefAnalysis.cpp | 606 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 D | build.ps1 | 38 $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 D | cygwin.ps1 | 25 $GPG = $(Get-Command gpg -ErrorAction Ignore | `
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 230 InstSet &Ignore) const; 240 InstSet &Ignore) const; 267 InstSet &ToRemove, InstSet &Ignore) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 287 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 D | ProcessInfo.cpp | 259 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 D | NameMatches.cpp | 18 case NameMatch::Ignore: in NameMatches()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | AsmCond.h | 32 bool Ignore = false; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | NameMatches.h | 16 Ignore, enumerator
|
| /freebsd-14.2/contrib/nvi/ |
| H A D | .gitignore | 11 # Ignore files by the GNU Global source code tagging system.
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFProperties.td | 7 Desc<"Ignore indexes present in the object files and always index DWARF manually.">;
|
| /freebsd-14.2/contrib/ntp/html/hints/ |
| H A D | freebsd | 8 - Ignore the messages
|
| /freebsd-14.2/sys/contrib/libsodium/packaging/nuget/ |
| H A D | package.bat | 10 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 D | ARMLowOverheadLoops.cpp | 541 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 D | rmail.oldsys.patch | 51 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 D | sky81452-backlight.txt | 12 - skyworks,ignore-pwm : Ignore both PWM input
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Terminal.h | 35 Ignore, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 1402 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 D | AsmParser.cpp | 1029 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 D | wlanconfig | 66 --no-label Ignore \
|