Home
last modified time | relevance | path

Searched defs:exp2 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcse.h123 static inline bool NotSameExp(Exp exp1, Exp exp2) in NotSameExp() argument
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3117 bool ParserImpl::IsPropertyKeysAreSame(const ir::Expression *exp1, const ir::Expression *exp2) in IsPropertyKeysAreSame()