Searched defs:DynamicTypeInfo (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h1 //== DynamicTypeInfo.h - Runtime type information ----------------*- C++ -*--=//
19 class DynamicTypeInfo { class in namespace:clang::ento
26 DynamicTypeInfo() : T(QualType()) {} function in class:clang::ento::DynamicTypeInfo
27 DynamicTypeInfo(QualType WithType, bool CanBeSub = true) function in class:clang::ento::DynamicTypeInfo
44 bool operator==(const DynamicTypeInfo &X) const {
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h24 class DynamicTypeInfo { class in namespace:__ubsan
30 DynamicTypeInfo(const char *MDTN, sptr Offset, const char *STN) function in class:__ubsan::DynamicTypeInfo
44 DynamicTypeInfo getDynamicTypeInfo(void *Object);

Completed in 93 milliseconds