OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTI
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.cc
45
DynamicTypeInfo
DTI
= getDynamicTypeInfo((void*)Pointer);
46
if (!
DTI
.isValid())
48
<< MangledName(
DTI
.getMostDerivedTypeName())
50
else if (!
DTI
.getOffset())
52
<< MangledName(
DTI
.getMostDerivedTypeName())
57
Diag(Pointer -
DTI
.getOffset(), DL_Note,
59
<<
DTI
.getOffset() << MangledName(
DTI
.getMostDerivedTypeName())
60
<< MangledName(
DTI
.getSubobjectTypeName())
/external/llvm/tools/llvm-objdump/
MachODump.cpp
409
dice_table_iterator
DTI
= std::search(Dices.begin(), Dices.end(),
412
if (
DTI
!= Dices.end()){
414
DTI
->second.getLength(Length);
417
DTI
->second.getKind(Kind);
/external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
810
DynamicTypeInfo
DTI
= getState()->getDynamicTypeInfo(Receiver);
811
QualType DynType =
DTI
.getType();
812
CanBeSubClassed =
DTI
.canBeASubClass();
[
all
...]
Completed in 58 milliseconds