/freebsd/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/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DylibVerifier.cpp | 135 Curr == DylibVerifier::Result::Ignore) in updateResult() 324 return Result::Ignore; in compareVisibility() 327 return Result::Ignore; in compareVisibility() 330 return Result::Ignore; in compareVisibility() 336 Outcome = Result::Ignore; in compareVisibility() 348 return Result::Ignore; in compareVisibility() 360 return Result::Ignore; in compareAvailability() 370 return Result::Ignore; in compareAvailability() 378 return Result::Ignore; in compareAvailability() 433 updateState(Result::Ignore); in verifyImpl() [all …]
|
/freebsd/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() 620 InstSet &ToRemove, InstSet &Ignore) const { 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() [all …]
|
/freebsd/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/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/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/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/contrib/llvm-project/lldb/source/Utility/ |
H A D | ProcessInfo.cpp | 260 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 D | NameMatches.cpp | 18 case NameMatch::Ignore: in NameMatches()
|
/freebsd/crypto/libecc/build/ |
H A D | .gitignore | 1 # Ignore all files generated in this folder except this file
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | AsmCond.h | 32 bool Ignore = false; variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | NameMatches.h | 16 Ignore, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | DylibVerifier.h | 51 enum class Result { NoVerify, Ignore, Valid, Invalid }; enumerator 60 Result FrontendState = Result::Ignore;
|
/freebsd/contrib/nvi/ |
H A D | .gitignore | 11 # Ignore files by the GNU Global source code tagging system.
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 534 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS() 579 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS() 762 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local 765 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate() 767 if (TryRemove(Def, RDA, ElementChain, Ignore)) { in ValidateTailPredicate() 800 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local 801 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate() 802 TryRemove(Def, RDA, ToRemove, Ignore); in ValidateTailPredicate() 1431 SmallPtrSet<MachineInstr*, 1> Ignore; in RevertLoopDec() local 1434 Ignore.insert(&*I); in RevertLoopDec() [all …]
|
/freebsd/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/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/contrib/ntp/html/hints/ |
H A D | freebsd | 8 - Ignore the messages
|
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | sky81452-backlight.txt | 12 - skyworks,ignore-pwm : Ignore both PWM input
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Terminal.h | 34 // Ignore erraneous bytes 35 Ignore, 36 Ignore, global() enumerator
|