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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp538 CanQualType CanRetTy = Ctx.getCanonicalType(RetTy); local
541 if (CanRetTy->isStructureOrClassType()) {
549 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap()
553 const uint64_t returnTypeSize = Ctx.getTypeSize(CanRetTy);
555 if (CanRetTy.getTypePtr()->isReferenceType()||
558 (Ctx.FloatTy == CanRetTy ||
559 Ctx.DoubleTy == CanRetTy ||
560 Ctx.LongDoubleTy == CanRetTy ||
561 Ctx.LongLongTy == CanRetTy ||
562 Ctx.UnsignedLongLongTy == CanRetTy)))) {
[all...]

Completed in 343 milliseconds