Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp11449 llvm::FoldingSetNodeID XId, LHSId, RHSId; in checkBinaryOperation() local
11454 RHS->IgnoreParenImpCasts()->Profile(RHSId, SemaRef.getASTContext(), in checkBinaryOperation()
11459 } else if (XId == RHSId) { in checkBinaryOperation()