Home
last modified time | relevance | path

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

/bootable/recovery/edify/include/edify/
Dexpr.h96 Value* Literal(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv);
/bootable/recovery/edify/
Dparser.yy92 $$ = new Expr(Literal, $1, @$.start, @$.end);
Dexpr.cpp310 Value* Literal(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in Literal() function