/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 269 (FromTy->isReferenceType() ^ ToTy->isReferenceType())) { in fromCast() 513 Ty->isBlockPointerType() || Ty->isReferenceType()) { in getZeroExpr() 618 (LTy->isReferenceType() || RTy->isReferenceType())) { in doTypeConversion() 629 (LTy->isReferenceType() ^ RTy->isReferenceType())) { in doTypeConversion() 631 LTy->isReferenceType()) { in doTypeConversion()
|
H A D | SValBuilder.h | 344 type->isReferenceType()) && in makeNullWithType() 350 type = type->isReferenceType() in makeNullWithType()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastValueChecker.cpp | 220 if (!CastFromTy->isReferenceType()) in addCastTransition() 284 if (MR && CastFromTy->isReferenceType()) in addInstanceOfTransition() 292 else if (CastFromTy->isReferenceType()) in addInstanceOfTransition() 485 !(ParamT->isReferenceType() && ResultT->isReferenceType())) { in evalCall()
|
H A D | DereferenceChecker.cpp | 150 return DRE->getDecl()->getType()->isReferenceType(); in isDeclRefExprToReference() 295 if (!TVR->getValueType()->isReferenceType()) in checkBind()
|
H A D | ReturnUndefChecker.cpp | 74 if (RT->isReferenceType()) { in checkPreStmt()
|
H A D | CastToStructChecker.cpp | 83 if (!VD || VD->getType()->isReferenceType()) in VisitCastExpr()
|
H A D | CallAndMessageChecker.cpp | 210 } else if (ParamDecl->getType()->isReferenceType()) { in uninitRefOrPointer() 649 if (ResTy->isReferenceType()) { in emitNilReceiverBug() 699 if (CanRetTy.getTypePtr()->isReferenceType()|| in HandleNilReceiver()
|
H A D | NonNullParamChecker.cpp | 126 HasParam ? parms[idx]->getType()->isReferenceType() : false; in checkPreCall()
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 183 assert(Ty->isReferenceType()); in makeReferenceCast() 358 if (!Callback->getType()->isReferenceType()) { in create_call_once() 362 if (!Flag->getType()->isReferenceType()) { in create_call_once() 451 if (!CallbackFunctionType->getParamType(ParamIdx - 2)->isReferenceType()) { in create_call_once() 858 if (!MD->getReturnType()->isReferenceType()) in createObjCPropertyGetter()
|
H A D | Consumed.cpp | 144 if (QT->isPointerType() || QT->isReferenceType()) in isConsumableType() 154 if (QT->isPointerType() || QT->isReferenceType()) in isAutoCastType() 190 return ParamType->isPointerType() || ParamType->isReferenceType(); in isPointerOrRef() 687 if (RetType->isReferenceType()) in propagateReturnType() 868 else if (ParamType->isReferenceType() && in VisitParmVarDecl()
|
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 199 if (VD->getType()->isReferenceType()) { in VisitDeclRefExpr() 238 if (D.getType()->isReferenceType()) { in VisitDeclStmt() 453 if (Loc->getType()->isReferenceType()) in VisitReturnStmt() 478 if (VarDeclLoc->getType()->isReferenceType()) { in VisitMemberExpr() 500 if (MemberLoc.getType()->isReferenceType()) { in VisitMemberExpr()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 87 assert(T->isReferenceType()); in reportBug()
|
H A D | PtrTypesSemantics.cpp | 132 if (T->isPointerType() || T->isReferenceType()) { in isUncountedPtr()
|
H A D | UncountedLocalVarsChecker.cpp | 65 if (T->isPointerType() || T->isReferenceType()) { in isRefcountedStringsHack()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 70 while (Ty->isReferenceType() || Ty->isPointerType()) in unbox() 120 assert((CastToTy->isAnyPointerType() || CastToTy->isReferenceType()) && in setDynamicTypeAndCastInfo()
|
H A D | SValBuilder.cpp | 702 if (CastTy->isPointerType() || CastTy->isReferenceType()) in VisitLocGotoLabel() 732 if (!Ty->isReferenceType()) in VisitLocMemRegionVal() 812 if (CastTy->isPointerType() || CastTy->isReferenceType()) { in VisitLocMemRegionVal() 824 CastTy->isReferenceType()); in VisitLocMemRegionVal() 914 CastTy->isReferenceType()); in VisitNonLocLocAsInteger()
|
H A D | LoopUnrolling.cpp | 190 return FD->getType()->isReferenceType(); in isCapturedByReference() 210 (IsRefParamOrCapture && VD->getType()->isReferenceType())) in isPossiblyEscaped()
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Context.cpp | 76 if (T->isReferenceType() || T->isPointerType()) { in classify()
|
H A D | InterpFrame.cpp | 120 if (!Ty->isReferenceType()) in print()
|
H A D | ByteCodeExprGen.cpp | 430 if (F->Decl->getType()->isReferenceType()) in VisitMemberExpr() 608 if (!DE->getDecl()->getType()->isReferenceType()) { in dereference() 1393 bool IsReference = Decl->getType()->isReferenceType(); in VisitDeclRefExpr()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaSYCL.cpp | 127 NextTy->isReferenceType()) { in deepTypeCheckForSYCLDevice()
|
H A D | SemaInit.cpp | 704 if (Field->getType()->isReferenceType()) { in FillInEmptyInitForField() 1332 } else if (DeclType->isReferenceType()) { in CheckListElementTypes() 1361 if (ElemType->isReferenceType()) in CheckSubElementType() 4426 if (DestType->isReferenceType()) { in TryListInitialization() 6065 if (DestType->isReferenceType()) { in InitializeFrom() 7531 if (!VD->getType()->isReferenceType()) { in visitLocalsRetainedByReferenceBinding() 7730 if (I->getType()->isReferenceType()) in visitLocalsRetainedByInitializer() 8166 << VD->getType()->isReferenceType() in checkInitializerLifetime() 9284 if (T->isReferenceType()) { in DiagnoseUninitializedReference() 9368 if (DestType->isReferenceType()) { in diagnoseListInit() [all …]
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprClassification.cpp | 38 assert(!TR->isReferenceType() && "Expressions can't have reference type."); in ClassifyImpl() 473 islvalue = NTTParm->getType()->isReferenceType() || in ClassifyDecl() 529 if (Value->getType()->isReferenceType()) in ClassifyMemberExpr()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObject.h | 331 return T->isAnyPointerType() || T->isReferenceType(); in isDereferencableType()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.cpp | 98 if (QTy->isReferenceType()) in isValidBaseType() 189 if (Ty->isPointerType() || Ty->isReferenceType()) in getTypeInfoHelper()
|