OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertRes
(Results
1 - 2
of
2
) 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
...]
Completed in 104 milliseconds