| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ReachingDefAnalysis.cpp | 602 SmallPtrSet<MachineInstr*, 1> Ignore; in isSafeToRemove() local 604 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove() 609 InstSet &Ignore) const { in isSafeToRemove() 611 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove() 616 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove() 617 if (Visited.count(MI) || Ignore.count(MI)) in isSafeToRemove() 634 if (Ignore.count(I) || ToRemove.count(I)) in isSafeToRemove() 636 if (!isSafeToRemove(I, Visited, ToRemove, Ignore)) in isSafeToRemove() 678 SmallPtrSet<MachineInstr*, 1> Ignore; in isSafeToDefRegAt() local 679 return isSafeToDefRegAt(MI, PhysReg, Ignore); in isSafeToDefRegAt() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndexUSRs.cpp | 54 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); in clang_getCursorUSR() local 55 if (Ignore) { in clang_getCursorUSR() 75 bool Ignore = generateUSRForMacro(cxcursor::getCursorMacroDefinition(C), in clang_getCursorUSR() local 78 if (Ignore) { in clang_getCursorUSR()
|
| /netbsd-src/external/bsd/libfido2/dist/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 | `
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 230 InstSet &Ignore) const; 240 InstSet &Ignore) const; 267 InstSet &ToRemove, InstSet &Ignore) const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 272 Ignore enumerator 305 return Ignore; in get() 389 classify(BO->getLHS(), Ignore); in VisitBinaryOperator() 435 classify((*I), isTrivialBody ? Ignore : ConstRefUse); in VisitCallExpr() 441 classify(Ex, Ignore); in VisitCallExpr() 454 classify(CSE->getSubExpr(), Ignore); in VisitCastExpr() 747 case ClassifyRefs::Ignore: in VisitDeclRefExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 540 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS() 584 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS() 752 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local 755 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate() 757 if (TryRemove(Def, RDA, ElementChain, Ignore)) { in ValidateTailPredicate() 788 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local 789 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate() 790 TryRemove(Def, RDA, ToRemove, Ignore); in ValidateTailPredicate() 1308 SmallPtrSet<MachineInstr*, 1> Ignore; in RevertLoopDec() local 1311 Ignore.insert(&*I); in RevertLoopDec() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/lib/abi/ |
| H A D | CMakeLists.txt | 14 # Ignore the major, minor, and patchlevel versions of darwin targets. 17 # Ignore the major and minor versions of freebsd targets.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
| H A D | AsmCond.h | 32 bool Ignore = false; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 1274 TheCondState.Ignore != StartingCondState.Ignore) in Run() 2004 if (!TheCondState.Ignore) { in parseStatement() 2013 if (!TheCondState.Ignore) { in parseStatement() 2049 if (!TheCondState.Ignore) { in parseStatement() 2121 if (TheCondState.Ignore) { in parseStatement() 5856 if (TheCondState.Ignore) { in parseDirectiveIf() 5876 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf() 5888 if (TheCondState.Ignore) { in parseDirectiveIfb() 5900 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb() 5939 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfidn() [all …]
|
| H A D | AsmParser.cpp | 1005 TheCondState.Ignore != StartingCondState.Ignore) in Run() 1791 if (!TheCondState.Ignore) { in parseStatement() 1800 if (!TheCondState.Ignore) { in parseStatement() 1825 if (!TheCondState.Ignore) { in parseStatement() 1878 if (TheCondState.Ignore) { in parseStatement() 5107 if (TheCondState.Ignore) { in parseDirectiveIf() 5138 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf() 5150 if (TheCondState.Ignore) { in parseDirectiveIfb() 5159 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb() 5172 if (TheCondState.Ignore) { in parseDirectiveIfc() [all …]
|
| /netbsd-src/sys/external/bsd/acpica/dist/generate/lint/ |
| H A D | options.lnt | 76 -e715 // Ignore non-referenced formal parameters 77 -e750 // Ignore non-referenced local macros (_MODULE_NAME, _COMPONENT, etc.)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | common.opt | 637 Common Ignore Warning 679 Common Ignore Warning 821 Common Ignore Warning 1059 Common Ignore 1063 Common Ignore 1067 Common Ignore 1071 Common Ignore 1150 Common Ignore 1154 Common Ignore 1158 Common Ignore [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | common.opt | 651 Common Ignore Warning 789 Common Ignore Warning 1012 Common Ignore 1016 Common Ignore 1020 Common Ignore 1024 Common Ignore 1094 Common Ignore 1098 Common Ignore 1102 Common Ignore 1129 Common Ignore [all …]
|
| /netbsd-src/external/gpl2/diffutils/dist/po/ |
| H A D | diffutils.pot | 359 msgid "-i --ignore-case Ignore case differences in file contents." 363 msgid "--ignore-file-name-case Ignore case when comparing file names." 371 msgid "-E --ignore-tab-expansion Ignore changes due to tab expansion." 375 msgid "-b --ignore-space-change Ignore changes in the amount of white space." 379 msgid "-w --ignore-all-space Ignore all white space." 383 msgid "-B --ignore-blank-lines Ignore changes whose lines are all blank." 388 "-I RE --ignore-matching-lines=RE Ignore changes whose lines all match RE." 792 msgid "-W --ignore-all-space Ignore all white space."
|
| H A D | en_GB.po | 361 msgid "-i --ignore-case Ignore case differences in file contents." 365 msgid "--ignore-file-name-case Ignore case when comparing file names." 373 msgid "-E --ignore-tab-expansion Ignore changes due to tab expansion." 377 msgid "-b --ignore-space-change Ignore changes in the amount of white space." 381 msgid "-w --ignore-all-space Ignore all white space." 385 msgid "-B --ignore-blank-lines Ignore changes whose lines are all blank." 390 "-I RE --ignore-matching-lines=RE Ignore changes whose lines all match RE." 794 msgid "-W --ignore-all-space Ignore all white space."
|
| H A D | ja.po | 372 msgid "-i --ignore-case Ignore case differences in file contents." 376 msgid "--ignore-file-name-case Ignore case when comparing file names." 384 msgid "-E --ignore-tab-expansion Ignore changes due to tab expansion." 388 msgid "-b --ignore-space-change Ignore changes in the amount of white space." 392 msgid "-w --ignore-all-space Ignore all white space." 396 msgid "-B --ignore-blank-lines Ignore changes whose lines are all blank." 401 "-I RE --ignore-matching-lines=RE Ignore changes whose lines all match RE." 839 msgid "-W --ignore-all-space Ignore all white space."
|
| H A D | he.po | 367 msgid "-i --ignore-case Ignore case differences in file contents." 371 msgid "--ignore-file-name-case Ignore case when comparing file names." 380 msgid "-E --ignore-tab-expansion Ignore changes due to tab expansion." 385 msgid "-b --ignore-space-change Ignore changes in the amount of white space." 389 msgid "-w --ignore-all-space Ignore all white space." 393 msgid "-B --ignore-blank-lines Ignore changes whose lines are all blank." 398 "-I RE --ignore-matching-lines=RE Ignore changes whose lines all match RE." 847 msgid "-W --ignore-all-space Ignore all white space."
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
| H A D | pa.opt | 41 Target Ignore 73 Target Ignore
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| H A D | pa.opt | 41 Target Ignore 73 Target Ignore
|
| /netbsd-src/external/bsd/ntp/dist/html/hints/ |
| H A D | freebsd | 8 - Ignore the messages
|
| /netbsd-src/sys/kern/ |
| H A D | genlintstub.awk | 184 /^[\/ ]\* LINTSTUB: Ignore($|[^_0-9A-Za-z])/ {
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000.opt | 117 Target RejectNegative Undocumented Ignore 149 Target RejectNegative Undocumented Ignore 180 Target RejectNegative Undocumented Ignore 420 Target RejectNegative Undocumented Ignore 433 Target RejectNegative Undocumented Ignore 471 Target RejectNegative Undocumented Ignore
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 105 static constexpr Node Ignore = Node(-1); member 168 if (I != Ignore) { in build() 171 if (PC != Ignore && PC != I) in build() 275 if (P != Ignore) in dump() 321 static constexpr ElemType Ignore = ElemType(-1); member 438 if (I == Ignore) in route() 458 if (P[J] != Ignore && P[J] >= Num/2) in route() 487 if (I == Ignore) in route() 530 if (P[J] != Ignore && P[J] >= Num/2) in route() 559 if (I == Ignore) in route() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 66 Ignore, enumerator 196 return ABIArgInfo(Ignore); in getIgnore() 299 bool isIgnore() const { return TheKind == Ignore; } in isIgnore()
|