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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp333 CanQualType CanRetTy = Ctx.getCanonicalType(RetTy); local
336 if (CanRetTy->isStructureOrClassType()) {
344 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap()
348 const uint64_t returnTypeSize = Ctx.getTypeSize(CanRetTy);
352 (Ctx.FloatTy == CanRetTy ||
353 Ctx.DoubleTy == CanRetTy ||
354 Ctx.LongDoubleTy == CanRetTy ||
355 Ctx.LongLongTy == CanRetTy ||
356 Ctx.UnsignedLongLongTy == CanRetTy))) {

Completed in 50 milliseconds