HomeSort by: relevance | last modified time | path
    Searched defs:DynamicTypeInfo (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash.h 24 class DynamicTypeInfo {
30 DynamicTypeInfo(const char *MDTN, sptr Offset, const char *STN)
44 DynamicTypeInfo getDynamicTypeInfoFromObject(void *Object);
47 DynamicTypeInfo getDynamicTypeInfoFromVtable(void *Vtable);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h 1 //===- DynamicTypeInfo.h - Runtime type information -------------*- C++ -*-===//
19 class DynamicTypeInfo {
21 DynamicTypeInfo() : DynTy(QualType()) {}
23 DynamicTypeInfo(QualType Ty, bool CanBeSub = true)
38 bool operator==(const DynamicTypeInfo &RHS) const {
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_type_hash.h 23 class DynamicTypeInfo {
29 DynamicTypeInfo(const char *MDTN, sptr Offset, const char *STN)
43 DynamicTypeInfo getDynamicTypeInfoFromObject(void *Object);
46 DynamicTypeInfo getDynamicTypeInfoFromVtable(void *Vtable);
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_type_hash.h 23 class DynamicTypeInfo {
29 DynamicTypeInfo(const char *MDTN, sptr Offset, const char *STN)
43 DynamicTypeInfo getDynamicTypeInfoFromObject(void *Object);
46 DynamicTypeInfo getDynamicTypeInfoFromVtable(void *Vtable);

Completed in 16 milliseconds