Searched refs:What (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-elif.exp9 make: "directive-elif.mk" line 117: What happens on misspelling in a skipped branch?
11 make: "directive-elif.mk" line 132: What happens on misspelling in a taken branch?
H A Dparse-var.mk71 # What's the value of the expression (return value)?
72 # What error messages are printed (Parse_Error)?
73 # What no-effect error messages are printed (Error)?
74 # What error messages should be printed but aren't?
75 # What other side effects are there?
H A Dvarmod-loop.mk101 # matter in which context it is evaluated. What happens in detail is:
161 # What actually happened is that when CMDLINE was set by the '.MAKEFLAGS'
H A Ddirective-for-escape.mk215 # What happens if the values from the .for loop contain a literal newline?
H A Dcond-token-plain.mk55 # XXX: What is the purpose of treating an escaped '#' in the following
H A Dvarmod-indirect.mk185 # XXX: What should be the correct strategy here? One possibility is to
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h128 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where);
129 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
130 void moveToPlace(MemoryUseOrDef *What, BasicBlock *BB,
242 // Move What before Where in the MemorySSA IR.
244 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
H A DMemorySSA.h824 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, AccessList::iterator Where);
825 void moveTo(MemoryAccess *What, BasicBlock *BB, InsertionPlace Point);
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h196 /// where N = size(What)
197 RangeSet intersect(RangeSet What, llvm::APSInt Lower, llvm::APSInt Upper);
204 /// where N = size(What)
205 RangeSet intersect(RangeSet What, llvm::APSInt Point);
238 /// where N = size(What)
239 RangeSet negate(RangeSet What);
260 /// where N = size(What)
261 RangeSet castTo(RangeSet What, APSIntType Ty);
262 RangeSet castTo(RangeSet What, QualType T);
281 ContainerType truncateTo(RangeSet What, APSIntTyp
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp57 void reportBug(const char *What, CheckerContext &C,
123 void VforkChecker::reportBug(const char *What, CheckerContext &C, argument
129 os << What << " is prohibited after a successful vfork"; local
H A DExprInspectionChecker.cpp65 template <typename T> void printAndReport(CheckerContext &C, T What) const;
280 void ExprInspectionChecker::printAndReport(CheckerContext &C, T What) const {
283 printHelper(OS, C, What);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1139 // Move What before Where in the MemorySSA IR.
1141 void MemorySSAUpdater::moveTo(MemoryUseOrDef *What, BasicBlock *BB, argument
1143 // Mark MemoryPhi users of What not to be optimized.
1144 for (auto *U : What->users())
1149 What->replaceAllUsesWith(What->getDefiningAccess());
1152 MSSA->moveTo(What, BB, Where);
1155 if (auto *MD = dyn_cast<MemoryDef>(What))
1158 insertUse(cast<MemoryUse>(What), /*RenameUses=*/true);
1165 // Move What befor
1166 moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) argument
1171 moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) argument
1175 moveToPlace(MemoryUseOrDef *What, BasicBlock *BB, MemorySSA::InsertionPlace Where) argument
[all...]
H A DMemorySSA.cpp1607 void MemorySSA::insertIntoListsBefore(MemoryAccess *What, const BasicBlock *BB, argument
1611 Accesses->insert(AccessList::iterator(InsertPt), What); local
1612 if (!isa<MemoryUse>(What)) {
1619 Defs->push_back(*What);
1621 Defs->insert(InsertPt->getDefsIterator(), *What);
1627 Defs->push_back(*What);
1629 Defs->insert(InsertPt->getDefsIterator(), *What);
1635 void MemorySSA::prepareForMoveTo(MemoryAccess *What, BasicBlock *BB) { argument
1637 removeFromLists(What, false);
1642 if (auto *MD = dyn_cast<MemoryDef>(What))
1651 moveTo(MemoryUseOrDef *What, BasicBlock *BB, AccessList::iterator Where) argument
1657 moveTo(MemoryAccess *What, BasicBlock *BB, InsertionPlace Point) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp474 RangeSet RangeSet::Factory::intersect(RangeSet What, llvm::APSInt Lower,
476 if (What.isEmpty() || !What.pin(Lower, Upper))
487 // <---[ What ]---[------]------>
490 // <----[------]----[ What ]---->
492 if (What.getMaxValue() < Lower || Upper < What.getMinValue())
503 // <------]---[ What ]---[------>
505 if (What.getMaxValue() < Lower && Upper < What
[all...]
/freebsd-current/lib/libifconfig/
H A Dsfp.lua50 -- What width int is needed to store this type:
/freebsd-current/contrib/bmake/mk/
H A Ddpadd.mk52 # What should be added to LDADD (eg -lc)
63 # What should be added to CFLAGS
/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh337 /* XXX What is ISA_SET_CONFIG_CALLBACK(parent, child, pnpbios_set_config, 0)? */
701 * simply REFUSE to detach if it's busy. What you do depends on
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp4425 struct WarnAbout { enum What {
5237 WarnAbout::What warnings = WarnAbout::Nothing;
9635 config.warnings = static_cast<WarnAbout::What>( config.warnings | warningSet );
11972 // TBD: What to do about errors here?

Completed in 331 milliseconds