Home
last modified time | relevance | path

Searched refs:LeftHandSide (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Djv-exp.y654 LeftHandSide '=' ConditionalExpression
656 | LeftHandSide ASSIGN_MODIFY ConditionalExpression
662 LeftHandSide:
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4369 const Expr *LeftHandSide = Node.getLHS(); in AST_POLYMORPHIC_MATCHER_P() local
4370 return (LeftHandSide != nullptr && in AST_POLYMORPHIC_MATCHER_P()
4371 InnerMatcher.matches(*LeftHandSide, Finder, Builder)); in AST_POLYMORPHIC_MATCHER_P()