Searched refs:What (Results 1 – 25 of 1710) sorted by relevance
12345678910>>...69
7 **What version of protobuf and what language are you using?**11 **What operating system (Linux, Windows, ...) and version?**13 **What runtime / compiler are you using (e.g., python version or gcc version)**15 **What did you do?**22 **What did you expect to see**24 **What did you see instead?**
17 ### What is the current *bug* behavior?18 (What actually happens)20 ### What is the expected *correct* behavior?21 (What you should see instead)
47 const WhatT& What ) in copy_to_storage() argument49 Storage.insert( Storage.end(), ::boost::begin(What), ::boost::end(What) ); in copy_to_storage()
78 What's new in v1.46 since v1.44:90 What's new in v1.44 since v1.43: 105 What's new in v1.43 since v1.42:115 What's new in v1.42 since v1.41:125 What's new in v1.41 since v1.40:134 What's new in v1.40 since v1.31:183 What's new in v1.31 since v1.23:189 What's new in v1.23 since v1.22:196 What's new in v1.22 since v1.20:207 What's new in v1.20 since v1.12:[all …]
38 - What is your target date for declaring the experiment a success or41 - What experience are you hoping to gain? Do you have target metrics?42 - What approvals, if any, do you need from W3C? What is your plan to
141 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where);142 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);143 void moveToPlace(MemoryUseOrDef *What, BasicBlock *BB,265 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
16 What's Montague? it is nor hand, nor foot,19 What's in a name? that which we call a rose33 What man art thou that thus bescreen'd in night
1Romeo and Juliet 2Excerpt from Act 2, Scene 2 3 4JULIET 5O Romeo, ...
106 (1) What happens if the app binds a context/drawable in multiple113 (2) What happens if the app binds a context/drawable in multiple119 (3) What happens if the app binds a context/drawable in 7 threads,126 (4) What happens if the app binds a new drawable/readable with133 (5) What requirements should be placed on the user managing contexts
58 3. What about point smoothing?70 4. What about sprite rotation?77 5. What about POLYGON_MODE?81 6. What about POLYGON_CULL?
29 # $(MAKE_DEPS) : What should we execute beforehand as a36 # $(MAKE_TARGETS) : What to execute as direct dependencies of62 # $(CLEAN_TARGETS) : What targets should be cleaned (must be68 # $(INSTALL_MODE) : What mode should we using when calling
4 What's New in Python7 The "What's New in Python" series of essays takes tours through the most
56 What do you want to use this for?57 What shortcomings exist with current approaches?58 What workarounds are you using in the meantime?
17 What search terms did you use when trying to find an existing bug report?69 <!-- What happened, and why it was wrong -->73 <!-- What you expected to happen instead, and why -->
28 template <typename Message, typename What>31 What const& what, in operator ()()
29 template <typename Message, typename What>32 What const& what, in operator ()()
23 What's the architecture?46 What's the performance?62 What's the conformance?93 What are your development plans?106 What is the licensing of the code?125 What hardware do I need?
116 What the shoebazzle233 What's up, girlfriend?248 Bleh? What's a bleh?349 Uhh! What's the deal-e-o?381 What?! What659 What? Oh. Ok.758 What being a real man957 Ow! What the hell?!1190 What?!1213 What do you want?[all …]
1126 void MemorySSAUpdater::moveTo(MemoryUseOrDef *What, BasicBlock *BB, in moveTo() argument1129 for (auto *U : What->users()) in moveTo()1134 What->replaceAllUsesWith(What->getDefiningAccess()); in moveTo()1137 MSSA->moveTo(What, BB, Where); in moveTo()1140 if (auto *MD = dyn_cast<MemoryDef>(What)) in moveTo()1143 insertUse(cast<MemoryUse>(What), /*RenameUses=*/true); in moveTo()1151 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() argument1152 moveTo(What, Where->getBlock(), Where->getIterator()); in moveBefore()1156 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() argument1157 moveTo(What, Where->getBlock(), ++Where->getIterator()); in moveAfter()[all …]
1627 void MemorySSA::insertIntoListsBefore(MemoryAccess *What, const BasicBlock *BB, in insertIntoListsBefore() argument1631 Accesses->insert(AccessList::iterator(InsertPt), What); in insertIntoListsBefore()1632 if (!isa<MemoryUse>(What)) { in insertIntoListsBefore()1639 Defs->push_back(*What); in insertIntoListsBefore()1641 Defs->insert(InsertPt->getDefsIterator(), *What); in insertIntoListsBefore()1647 Defs->push_back(*What); in insertIntoListsBefore()1649 Defs->insert(InsertPt->getDefsIterator(), *What); in insertIntoListsBefore()1655 void MemorySSA::prepareForMoveTo(MemoryAccess *What, BasicBlock *BB) { in prepareForMoveTo() argument1657 removeFromLists(What, false); in prepareForMoveTo()1662 if (auto *MD = dyn_cast<MemoryDef>(What)) in prepareForMoveTo()[all …]
1 ** What version of lws **8 ** What platform and arch? **12 ** What parts of lws does it involve? **