HomeSort by: relevance | last modified time | path
    Searched defs:What (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
VforkChecker.cpp 55 void reportBug(const char *What, CheckerContext &C,
121 void VforkChecker::reportBug(const char *What, CheckerContext &C,
131 os << What << " is prohibited after a successful vfork";
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp 891 // optimize, we need to figure out what they are and quit.
1630 void MemorySSA::insertIntoListsBefore(MemoryAccess *What, const BasicBlock *BB,
1634 Accesses->insert(AccessList::iterator(InsertPt), What);
1635 if (!isa<MemoryUse>(What)) {
1642 Defs->push_back(*What);
1644 Defs->insert(InsertPt->getDefsIterator(), *What);
1650 Defs->push_back(*What);
1652 Defs->insert(InsertPt->getDefsIterator(), *What);
1658 void MemorySSA::prepareForMoveTo(MemoryAccess *What, BasicBlock *BB) {
1660 removeFromLists(What, false)
    [all...]

Completed in 26 milliseconds