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

/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h44 DynamicTypeInfo getDynamicTypeInfo(void *Object);
H A Dubsan_handlers_cxx.cc45 DynamicTypeInfo DTI = getDynamicTypeInfo((void*)Pointer);
H A Dubsan_type_hash.cc241 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfo(void *Object) { function in class:__ubsan
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp143 DynamicTypeInfo RecDynType = State->getDynamicTypeInfo(RecReg);
257 QualType OldDTy = C.getState()->getDynamicTypeInfo(ToR).getType();
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp438 DynamicTypeInfo DynType = getState()->getDynamicTypeInfo(R);
803 DynamicTypeInfo DTI = getState()->getDynamicTypeInfo(Receiver);
H A DProgramState.cpp761 DynamicTypeInfo ProgramState::getDynamicTypeInfo(const MemRegion *Reg) const { function in class:ProgramState
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h340 DynamicTypeInfo getDynamicTypeInfo(const MemRegion *Reg) const;

Completed in 1503 milliseconds