Home
last modified time | relevance | path

Searched refs:ConstRefUse (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h51 bool ConstRefUse = false; variable
70 void setConstRefUse() { ConstRefUse = true; } in setConstRefUse()
76 bool isConstRefUse() const { return ConstRefUse; } in isConstRefUse()
78 bool isConstRefOrPtrUse() const { return ConstRefUse || ConstPtrUse; } in isConstRefOrPtrUse()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp279 enum Class { Init, Use, SelfInit, ConstRefUse, ConstPtrUse, Ignore }; enumerator
443 classify((*I), isTrivialBody ? Ignore : ConstRefUse); in VisitCallExpr()
757 case ClassifyRefs::ConstRefUse: in VisitDeclRefExpr()