Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp1741 struct ConstantLValue { struct
1745 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() function
1749 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() argument
1750 : ConstantLValue(address.getPointer()) {} in ConstantLValue()
1755 ConstantLValue> {
1773 ConstantLValue tryEmitBase(const APValue::LValueBase &base);
1775 ConstantLValue VisitStmt(const Stmt *S) { return nullptr; } in VisitStmt()
1776 ConstantLValue VisitConstantExpr(const ConstantExpr *E);
1777 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
1778 ConstantLValue VisitStringLiteral(const StringLiteral *E);
[all …]