Searched refs:ConstantLValue (Results 1 – 2 of 2) sorted by relevance
339 struct ConstantLValue { struct343 ConstantLValue(std::nullptr_t) : value(nullptr), hasOffsetApplied(false) {} in ConstantLValue() argument344 ConstantLValue() : value(nullptr), hasOffsetApplied(false) {} in ConstantLValue() argument349 : public ConstStmtVisitor<ConstantLValueEmitter, ConstantLValue> {367 ConstantLValue tryEmitBase(const APValue::LValueBase &base);369 ConstantLValue VisitStmt(const Stmt *s) { return nullptr; } in VisitStmt()370 ConstantLValue VisitConstantExpr(const ConstantExpr *e);371 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *e);372 ConstantLValue VisitStringLiteral(const StringLiteral *e);373 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *e);[all …]
2048 struct ConstantLValue { struct2053 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() argument2059 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() function2060 : ConstantLValue(address.getPointer()) {} in ConstantLValue()2065 ConstantLValue> {2087 ConstantLValue tryEmitBase(const APValue::LValueBase &base);2089 ConstantLValue VisitStmt(const Stmt *S) { return nullptr; } in VisitStmt()2090 ConstantLValue VisitConstantExpr(const ConstantExpr *E);2091 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);2092 ConstantLValue VisitStringLiteral(const StringLiteral *E);[all …]