HomeSort by relevance Sort by last modified time
    Searched refs:InsertRes (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 104 /// split the node, populate InsertRes with info about the split, and return
106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes);
108 void DoSplit(InsertResult &InsertRes);
177 /// split the node, populate InsertRes with info about the split, and return
180 InsertResult *InsertRes) {
215 assert(InsertRes && "No result location specified");
216 DoSplit(*InsertRes);
218 if (InsertRes->Split.FileLoc > FileIndex)
219 InsertRes->LHS->DoInsertion(FileIndex, Delta, 0 /*can't fail*/);
221 InsertRes->RHS->DoInsertion(FileIndex, Delta, 0 /*can't fail*/)
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 228 std::pair<LoopPropsMapIt, bool> InsertRes =
231 LoopProperties& Props = InsertRes.first->second;
233 if (InsertRes.second) {
    [all...]

Completed in 39 milliseconds