Searched refs:setDynamicTypeInfo (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | DynamicType.h | 49 ProgramStateRef setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, 53 ProgramStateRef setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR,
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 256 State = setDynamicTypeInfo(State, Region, Ty, /*CanBeSubClassed=*/false); in recordFixedType() 343 C.addTransition(setDynamicTypeInfo(State, RetReg, DynResTy, false)); in checkPostCall() 353 C.addTransition(setDynamicTypeInfo(State, RetReg, RecDynType)); in checkPostCall() 411 State = setDynamicTypeInfo(State, ToR, QualType(NewTy, 0)); in dynamicTypePropagationOnCasts() 427 C.addTransition(setDynamicTypeInfo(C.getState(), MR, NewE->getType(), in checkPostStmt() 1003 State = setDynamicTypeInfo(State, RetRegion, ResultType, in checkPostObjCMessage()
|