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

  /external/clang/lib/Rewrite/
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, nullptr /*can't fail*/);
221 InsertRes->RHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/)
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]

Completed in 170 milliseconds