Searched defs:Live (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp145 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { argument
205 CheckVarDecl(const VarDecl *VD, const Expr *Ex, const Expr *Val, DeadStoreKind dsk, const LiveVariables::LivenessValues &Live) argument
225 CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, const LiveVariables::LivenessValues& Live) argument
254 observeStmt(const Stmt *S, const CFGBlock *block, const LiveVariables::LivenessValues &Live) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DLiveVariables.cpp446 SmallSet<unsigned, 32> Live; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp89 enum Liveness { Live, MaybeLive }; enumerator in enum:__anon2708::DAE::Liveness
[all...]

Completed in 64 milliseconds