Home
last modified time | relevance | path

Searched refs:clearValue (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp53 Env.clearValue(*DstFieldLoc); in copyRecord()
65 Env.clearValue(Dst.getSyntheticField(Name)); in copyRecord()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h451 void clearValue(const StorageLocation &Loc) { LocToVal.erase(&Loc); } in clearValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h268 void clearValue() { in clearValue() function
H A DFileCheck.cpp2663 Var.getValue()->clearValue(); in clearLocalVars()