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);
180 /// split the node, populate InsertRes with info about the split, and return
183 InsertResult *InsertRes) {
218 assert(InsertRes && "No result location specified");
219 DoSplit(*InsertRes);
221 if (InsertRes->Split.FileLoc > FileIndex)
222 InsertRes->LHS->DoInsertion(FileIndex, Delta, 0 /*can't fail*/);
224 InsertRes->RHS->DoInsertion(FileIndex, Delta, 0 /*can't fail*/)
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 226 std::pair<LoopPropsMapIt, bool> InsertRes =
229 LoopProperties& Props = InsertRes.first->second;
231 if (InsertRes.second) {
    [all...]

Completed in 68 milliseconds