Searched refs:ExprVal (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCInst.h | 48 const MCExpr *ExprVal; member 95 return ExprVal; in getExpr() 99 ExprVal = Val; in setExpr() 132 Op.ExprVal = Val; in CreateExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 499 SymbolReaper::isLive(const Stmt *ExprVal, const LocationContext *ELCtx) const { in isLive() argument 511 return LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, ExprVal); in isLive()
|
D | ExprEngineC.cpp | 53 SVal ExprVal = B->isGLValue() ? LeftV : RightV; in VisitBinaryOperator() local 54 evalStore(Tmp2, B, LHS, *it, state->BindExpr(B, LCtx, ExprVal), in VisitBinaryOperator()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 597 bool isLive(const Stmt *ExprVal, const LocationContext *LCtx) const;
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 4618 const MCExpr *ExprVal = ARMMCExpr::Create(RefKind, SubExprVal, in parseOperand() local 4621 Operands.push_back(ARMOperand::CreateImm(ExprVal, S, E)); in parseOperand()
|