| /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/include/clang/CIR/ |
| H A D | ABIArgInfo.h | 37 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 | .gitignore | 1 # 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 D | DylibVerifier.cpp | 154 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 D | ReachingDefAnalysis.cpp | 695 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 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 | 274 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 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/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterLcov.cpp | 58 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 D | UninitializedValues.cpp | 279 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 | .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/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/clang/include/clang/InstallAPI/ |
| H A D | DylibVerifier.h | 73 enum class Result { NoVerify, Ignore, Valid, Invalid }; enumerator 82 Result FrontendState = Result::Ignore;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 529 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 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/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 1249 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 …]
|