OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 171 milliseconds