Home
last modified time | relevance | path

Searched refs:getDynamicTypeInfo (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_type_hash.h44 DynamicTypeInfo getDynamicTypeInfo(void *Object);
Dubsan_handlers_cxx.cc45 DynamicTypeInfo DTI = getDynamicTypeInfo((void*)Pointer); in HandleDynamicTypeCacheMiss()
Dubsan_type_hash.cc239 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfo(void *Object) { in getDynamicTypeInfo() function in __ubsan
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp141 DynamicTypeInfo RecDynType = State->getDynamicTypeInfo(RecReg); in checkPostCall()
241 QualType OldDTy = C.getState()->getDynamicTypeInfo(ToR).getType(); in getBetterObjCType()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp444 DynamicTypeInfo DynType = getState()->getDynamicTypeInfo(R); in getRuntimeDefinition()
825 DynamicTypeInfo DTI = getState()->getDynamicTypeInfo(Receiver); in getRuntimeDefinition()
DProgramState.cpp732 DynamicTypeInfo ProgramState::getDynamicTypeInfo(const MemRegion *Reg) const { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h339 DynamicTypeInfo getDynamicTypeInfo(const MemRegion *Reg) const;