Searched defs:isLive (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp145 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { function in class:__anon3540::DeadStoreObs
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp444 bool SymbolReaper::isLive(SymbolRef sym) { function in class:SymbolReaper
493 SymbolReaper::isLive(const Stmt *ExprVal, const LocationContext *ELCtx) const { function in class:SymbolReaper
512 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ function in class:SymbolReaper
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp134 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const { function in class:LiveVariables::LivenessValues
138 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { function in class:LiveVariables::LivenessValues
192 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { function in class:LiveVariables
196 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { function in class:LiveVariables
200 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { function in class:LiveVariables
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DRegisterPressure.cpp576 bool isLive = LiveRegs.contains(Reg); local

Completed in 130 milliseconds