Changeset 6896548 for src/AST/Expr.hpp
- Timestamp:
- Jun 13, 2019, 3:56:24 PM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr
- Children:
- 6a1dfda
- Parents:
- d76f32c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Expr.hpp
rd76f32c r6896548 381 381 /// generates a floating point constant of the given double 382 382 static ConstantExpr * from_double( const CodeLocation & loc, double d ); 383 /// generates an array of chars constant of the given string384 static ConstantExpr * from_string( const CodeLocation & loc, const std::string & s );385 383 /// generates a null pointer value for the given type. void * if omitted. 386 384 static ConstantExpr * null( const CodeLocation & loc, const Type * ptrType = nullptr );
Note: See TracChangeset
for help on using the changeset viewer.