HomeSort by relevance Sort by last modified time
    Searched defs:DynamicTypeInfo (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h 1 //== DynamicTypeInfo.h - Runtime type information ----------------*- C++ -*--=//
19 class DynamicTypeInfo {
26 DynamicTypeInfo() : T(QualType()) {}
27 DynamicTypeInfo(QualType WithType, bool CanBeSub = true)
44 bool operator==(const DynamicTypeInfo &X) const {
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.h 24 class DynamicTypeInfo {
30 DynamicTypeInfo(const char *MDTN, sptr Offset, const char *STN)
44 DynamicTypeInfo getDynamicTypeInfo(void *Object);

Completed in 277 milliseconds