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

/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2482 /// TypeInfoIsInStandardLibrary - Given a builtin type, returns whether the type
2484 static bool TypeInfoIsInStandardLibrary(const BuiltinType *Ty) { function
2556 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { function
2569 return TypeInfoIsInStandardLibrary(BuiltinTy);
2577 return TypeInfoIsInStandardLibrary(BuiltinTy);
2582 return TypeInfoIsInStandardLibrary(PointerTy);

Completed in 410 milliseconds