Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1742 struct ConstantLValue { struct
1746 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() function
1750 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() argument
1751 : ConstantLValue(address.getPointer()) {} in ConstantLValue()
1756 ConstantLValue> {
1774 ConstantLValue tryEmitBase(const APValue::LValueBase &base);
1776 ConstantLValue VisitStmt(const Stmt *S) { return nullptr; } in VisitStmt()
1777 ConstantLValue VisitConstantExpr(const ConstantExpr *E);
1778 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
1779 ConstantLValue VisitStringLiteral(const StringLiteral *E);
[all …]