Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 3 of 3) sorted by relevance

/build/kati/
Dcommand.cc52 AutoVar(CommandEvaluator* ce, const char* sym) : ce_(ce), sym_(sym) {} in AutoVar()
77 AutoSuffixDVar(CommandEvaluator* ce, const char* sym, Var* wrapped) in AutoSuffixDVar()
89 AutoSuffixFVar(CommandEvaluator* ce, const char* sym, Var* wrapped) in AutoSuffixFVar()
174 #define INSERT_AUTO_VAR(name, sym) do { \ in CommandEvaluator() argument
Dsymtab.cc126 Symbol sym = Symbol(symtab_.size()); in InternImpl() local
Dexpr.cc364 Symbol sym = Intern(lit->val()); in ParseDollar() local