Home
last modified time | relevance | path

Searched refs:takeSnapshot (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp27 IRSnapshotChecker::ContextSnapshot IRSnapshotChecker::takeSnapshot() const { in takeSnapshot() function in IRSnapshotChecker
70 void IRSnapshotChecker::save() { OrigContextSnapshot = takeSnapshot(); } in save()
73 ContextSnapshot CurrContextSnapshot = takeSnapshot(); in expectNoDiff()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEntryPointStats.h30 static void takeSnapshot(const Decl *EntryPoint);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEntryPointStats.cpp168 void EntryPointStat::takeSnapshot(const Decl *EntryPoint) { in takeSnapshot() function in EntryPointStat
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h100 ContextSnapshot takeSnapshot() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp738 EntryPointStat::takeSnapshot(D); in HandleCode()