| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | RangedConstraintManager.h | 197 RangeSet intersect(RangeSet What, llvm::APSInt Lower, llvm::APSInt Upper); 205 RangeSet intersect(RangeSet What, llvm::APSInt Point); 239 RangeSet negate(RangeSet What); 261 RangeSet castTo(RangeSet What, APSIntType Ty); 262 RangeSet castTo(RangeSet What, QualType T); 281 ContainerType truncateTo(RangeSet What, APSIntType Ty); 287 ContainerType convertTo(RangeSet What, APSIntType Ty); 292 ContainerType promoteTo(RangeSet What, APSIntType Ty);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemorySSAUpdater.h | 131 LLVM_ABI void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where); 132 LLVM_ABI void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where); 133 LLVM_ABI void moveToPlace(MemoryUseOrDef *What, BasicBlock *BB, 248 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 474 RangeSet RangeSet::Factory::intersect(RangeSet What, llvm::APSInt Lower, in intersect() argument 476 if (What.isEmpty() || !What.pin(Lower, Upper)) in intersect() 492 if (What.getMaxValue() < Lower || Upper < What.getMinValue()) in intersect() 505 if (What.getMaxValue() < Lower && Upper < What.getMinValue()) in intersect() 514 return intersect(*What.Impl, DummyContainer); in intersect() 611 RangeSet RangeSet::Factory::negate(RangeSet What) { in negate() argument 612 if (What.isEmpty()) in negate() 615 const llvm::APSInt SampleValue = What.getMinValue(); in negate() 620 Result.reserve(What.size() + (SampleValue == MIN)); in negate() 623 const_iterator It = What.begin(); in negate() [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | directive-elif.exp | 9 make: directive-elif.mk:117: What happens on misspelling in a skipped branch? 11 make: directive-elif.mk:132: What happens on misspelling in a taken branch?
|
| H A D | directive-elif.mk | 117 .info What happens on misspelling in a skipped branch? 132 .info What happens on misspelling in a taken branch?
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 1156 void MemorySSAUpdater::moveTo(MemoryUseOrDef *What, BasicBlock *BB, in moveTo() argument 1159 for (auto *U : What->users()) in moveTo() 1164 What->replaceAllUsesWith(What->getDefiningAccess()); in moveTo() 1167 MSSA->moveTo(What, BB, Where); in moveTo() 1170 if (auto *MD = dyn_cast<MemoryDef>(What)) in moveTo() 1173 insertUse(cast<MemoryUse>(What), /*RenameUses=*/true); in moveTo() 1181 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() argument 1182 moveTo(What, Where->getBlock(), Where->getIterator()); in moveBefore() 1186 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() argument 1187 moveTo(What, Where->getBlock(), ++Where->getIterator()); in moveAfter() [all …]
|
| H A D | MemorySSA.cpp | 1650 void MemorySSA::insertIntoListsBefore(MemoryAccess *What, const BasicBlock *BB, in insertIntoListsBefore() argument 1654 Accesses->insert(AccessList::iterator(InsertPt), What); in insertIntoListsBefore() 1655 if (!isa<MemoryUse>(What)) { in insertIntoListsBefore() 1662 Defs->push_back(*What); in insertIntoListsBefore() 1664 Defs->insert(InsertPt->getDefsIterator(), *What); in insertIntoListsBefore() 1670 Defs->push_back(*What); in insertIntoListsBefore() 1672 Defs->insert(InsertPt->getDefsIterator(), *What); in insertIntoListsBefore() 1678 void MemorySSA::prepareForMoveTo(MemoryAccess *What, BasicBlock *BB) { in prepareForMoveTo() argument 1680 removeFromLists(What, false); in prepareForMoveTo() 1685 if (auto *MD = dyn_cast<MemoryDef>(What)) in prepareForMoveTo() [all …]
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpmac_poly1305.txt | 47 # What happens if addition of s overflows modulo 2^128? 54 # What happens if data limb is all ones and there is carry from lower limb? 61 # What happens if final result from polynomial part is exactly 2^130-5? 68 # What happens if final result from polynomial part is exactly 2^130-6?
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | intro.texi | 3 @node Introduction, What is Kerberos?, Top, Top 4 @c @node Introduction, What is Kerberos?, Top, Top 8 @heading What is Heimdal?
|
| H A D | install.texi | 1 @node Building and Installing, Setting up a realm, What is Kerberos?, Top
|
| /freebsd/contrib/smart/ |
| H A D | README.md | 3 ### What is this repository for? ### 40 ### What does the raw output mean? 54 ### What is the decoded output?
|
| /freebsd/contrib/libder/ |
| H A D | README.md | 3 ## What is libder? 16 ## What is libder not?
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | fetching-composite-algorithms.md | 60 ### What is a composite algorithm? 81 ### What we have today 114 ### What we don't have today
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | ntp_lib_m.m4 | 2 dnl What do we need for math libraries?
|
| H A D | ntp_dir_sep.m4 | 2 dnl What directory path separator do we use?
|
| /freebsd/crypto/heimdal/appl/telnet/ |
| H A D | telnet.state | 6 MY_STATE: What state am I in? 7 WANT_STATE: What state do I want?
|
| /freebsd/contrib/libcbor/.github/ |
| H A D | PULL_REQUEST_TEMPLATE | 3 What changes and why
|
| /freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
| H A D | feature_request.md | 26 What problem does this feature solve?
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.td | 613 // jPat: What ARI pattern to use 616 // oPat: What ARIPI pattern is used 619 // ePat: What ARIPD pattern is used 622 // pPat: What ARID pattern is used 625 // fPat: What ARII pattern is used 628 // bPat: What absolute pattern is used 631 // qPat: What PCD pattern is used 634 // kPat: What PCI pattern is used 637 // iPat: What immediate pattern is used 639 // load: What load operation is used with MEM
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_faq.md | 3 ### When I call a method on my mock object, the method for the real object is invoked instead. What… 82 ### I can't figure out why gMock thinks my expectations are not satisfied. What should I do? 137 ### I get a heapcheck failure when using a mock object, but using a real object is fine. What can b… 348 What it means is that you have a mock function, you haven't set any expectations 353 What if you actually meant to disallow this function to be called, but forgot to 375 …ee() in WillOnce(), but gcc complains about "conflicting return type specified". What does it mean? 386 ### I have a huge mock class, and Microsoft Visual C++ runs out of memory when compiling it. What c…
|
| /freebsd/crypto/heimdal/etc/ |
| H A D | services.append | 13 ekshell2 2106/tcp # What U of Colorado @ Boulder uses?
|
| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | db-falcon-carrier-a7k.dts | 13 * What runs the Linux is the Armada 7020 on the COM Express CPU module,
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | SECURITY.md | 22 ## What to Expect
|
| /freebsd/contrib/bc/project/ |
| H A D | issue10.md | 34 I should also ask: what OS are you on? What version? What compiler did you use? Did you install fro…
|
| /freebsd/tests/sys/geom/class/uzip/etalon/ |
| H A D | etalon.txt | 7 (from Through the Looking-Glass and What Alice Found There, 1872)
|