Home
last modified time | relevance | path

Searched refs:What (Results 1 – 25 of 168) sorted by relevance

1234567

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h197 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 DMemorySSAUpdater.h131 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 DRangeConstraintManager.cpp474 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 Ddirective-elif.exp9 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 Ddirective-elif.mk117 .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 DMemorySSAUpdater.cpp1156 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 DMemorySSA.cpp1650 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 Devpmac_poly1305.txt47 # 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 Dintro.texi3 @node Introduction, What is Kerberos?, Top, Top
4 @c @node Introduction, What is Kerberos?, Top, Top
8 @heading What is Heimdal?
H A Dinstall.texi1 @node Building and Installing, Setting up a realm, What is Kerberos?, Top
/freebsd/contrib/smart/
H A DREADME.md3 ### What is this repository for? ###
40 ### What does the raw output mean?
54 ### What is the decoded output?
/freebsd/contrib/libder/
H A DREADME.md3 ## What is libder?
16 ## What is libder not?
/freebsd/crypto/openssl/doc/designs/
H A Dfetching-composite-algorithms.md60 ### What is a composite algorithm?
81 ### What we have today
114 ### What we don't have today
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_lib_m.m42 dnl What do we need for math libraries?
H A Dntp_dir_sep.m42 dnl What directory path separator do we use?
/freebsd/crypto/heimdal/appl/telnet/
H A Dtelnet.state6 MY_STATE: What state am I in?
7 WANT_STATE: What state do I want?
/freebsd/contrib/libcbor/.github/
H A DPULL_REQUEST_TEMPLATE3 What changes and why
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md26 What problem does this feature solve?
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td613 // 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 Dgmock_faq.md3 ### 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 Dservices.append13 ekshell2 2106/tcp # What U of Colorado @ Boulder uses?
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Ddb-falcon-carrier-a7k.dts13 * What runs the Linux is the Armada 7020 on the COM Express CPU module,
/freebsd/sys/contrib/openzfs/
H A DSECURITY.md22 ## What to Expect
/freebsd/contrib/bc/project/
H A Dissue10.md34 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 Detalon.txt7 (from Through the Looking-Glass and What Alice Found There, 1872)

1234567