Home
last modified time | relevance | path

Searched refs:ThisLoc (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp270 const auto &ThisLoc = *cast<AggregateStorageLocation>( in transferCFGInitializer() local
294 auto &MemberLoc = ThisLoc.getChild(*Member); in transferCFGInitializer()
299 auto &MemberLoc = ThisLoc.getChild(*Member); in transferCFGInitializer()
H A DTransfer.cpp394 auto &ThisLoc = in VisitCXXDefaultInitExpr() local
396 auto &FieldLoc = ThisLoc.getChild(*Field); in VisitCXXDefaultInitExpr()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp763 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
788 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
846 Loc ThisLoc = SVB.getCXXThis(LambdaOperatorDecl, CalleeCtx); in getInitialStackFrameContents() local
847 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
880 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
881 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
H A DExprEngine.cpp1225 Loc ThisLoc = State->getSVal(ThisStorageLoc).castAs<Loc>(); in ProcessMemberDtor() local
1226 SVal FieldVal = State->getLValue(Member, ThisLoc); in ProcessMemberDtor()
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp1421 const auto *ThisLoc = dyn_cast<AggregateStorageLocation>( in TEST() local
1423 ASSERT_THAT(ThisLoc, NotNull()); in TEST()
1498 const auto *ThisLoc = in TEST() local
1569 const auto *ThisLoc = dyn_cast<AggregateStorageLocation>( in TEST() local
1571 ASSERT_THAT(ThisLoc, NotNull()); in TEST()
1610 const auto *ThisLoc = dyn_cast<AggregateStorageLocation>( in TEST() local
1612 ASSERT_THAT(ThisLoc, NotNull()); in TEST()
1674 ASSERT_THAT(ThisLoc, NotNull()); in TEST()
1710 ASSERT_THAT(ThisLoc, NotNull()); in TEST()
1744 const auto *ThisLoc = dyn_cast<AggregateStorageLocation>( in TEST() local
[all …]
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp459 Loc ThisLoc = in getConstructedRegion() local
462 SVal ObjectV = Context.getState()->getSVal(ThisLoc); in getConstructedRegion()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp1834 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local
1835 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h3117 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument
3120 return getSema().BuildCXXThisExpr(ThisLoc, ThisType, isImplicit); in RebuildCXXThisExpr()