Searched refs:setDynamicTypeInfo (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | DynamicType.h | 48 ProgramStateRef setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, 52 ProgramStateRef setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR,
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 99 ProgramStateRef setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, in setDynamicTypeInfo() function 106 ProgramStateRef setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, in setDynamicTypeInfo() function 108 return setDynamicTypeInfo(State, MR, DynamicTypeInfo(NewTy, CanBeSubClassed)); in setDynamicTypeInfo()
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 255 State = setDynamicTypeInfo(State, Region, Ty, /*CanBeSubClassed=*/false); in recordFixedType() 342 C.addTransition(setDynamicTypeInfo(State, RetReg, DynResTy, false)); in checkPostCall() 352 C.addTransition(setDynamicTypeInfo(State, RetReg, RecDynType)); in checkPostCall() 410 State = setDynamicTypeInfo(State, ToR, QualType(NewTy, 0)); in dynamicTypePropagationOnCasts() 426 C.addTransition(setDynamicTypeInfo(C.getState(), MR, NewE->getType(), in checkPostStmt() 1001 State = setDynamicTypeInfo(State, RetRegion, ResultType, in checkPostObjCMessage()
|