OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Object/
ArchiveWriter.cpp
164
auto
ToI
= sys::path::begin(To);
165
while (*FromI == *
ToI
) {
167
++
ToI
;
174
for (auto ToE = sys::path::end(To);
ToI
!= ToE; ++
ToI
)
175
sys::path::append(Relative, *
ToI
);
/external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp
370
const ObjCInterfaceDecl *
ToI
= NewTy->getInterfaceDecl();
372
if (
ToI
&& FromI && FromI->isSuperClassOf(
ToI
))
[
all
...]
Completed in 463 milliseconds