HomeSort by relevance Sort by last modified time
    Searched refs:TrackedType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 564 const ObjCObjectPointerType *const *TrackedType =
575 } else if (TrackedType) {
586 if (TrackedType &&
587 !ASTCtxt.canAssignObjCInterfaces(DestObjectPtrType, *TrackedType) &&
588 !ASTCtxt.canAssignObjCInterfaces(*TrackedType, DestObjectPtrType)) {
591 reportGenericsBug(*TrackedType, DestObjectPtrType, N, Sym, C);
606 if (storeWhenMoreInformative(State, Sym, TrackedType, LowerBound, UpperBound,
652 const ObjCObjectPointerType *TrackedType, ASTContext &ASTCtxt) {
667 ASTCtxt.canAssignObjCInterfaces(ReceiverObjectPtrType, TrackedType)) {
668 const ObjCInterfaceDecl *InterfaceDecl = TrackedType->getInterfaceDecl()
    [all...]
DynamicTypeChecker.cpp 100 DynamicTypeInfo TrackedType = getDynamicTypeInfo(State, Reg);
102 if (!TrackedType.isValid())
106 TrackedTypePrev.getType() == TrackedType.getType())
124 QualType::print(TrackedType.getType().getTypePtr(), Qualifiers(), OS,

Completed in 90 milliseconds