HomeSort by relevance Sort by last modified time
    Searched refs:lhs_sym_cache_ (Results 1 - 2 of 2) sorted by null

  /build/kati/
stmt.cc 65 if (!lhs_sym_cache_.IsValid()) {
66 lhs_sym_cache_ = Intern(lhs->GetLiteralValueUnsafe());
68 return lhs_sym_cache_;
stmt.h 90 : lhs_sym_cache_(Symbol::IsUninitialized{}) {
101 mutable Symbol lhs_sym_cache_; member in struct:AssignStmt

Completed in 73 milliseconds