Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp6127 llvm::FoldingSetNodeID XId, LHSId, RHSId; in checkBinaryOperation() local
6132 RHS->IgnoreParenImpCasts()->Profile(RHSId, SemaRef.getASTContext(), in checkBinaryOperation()
6137 } else if (XId == RHSId) { in checkBinaryOperation()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp9687 llvm::FoldingSetNodeID XId, LHSId, RHSId; in checkBinaryOperation() local
9692 RHS->IgnoreParenImpCasts()->Profile(RHSId, SemaRef.getASTContext(), in checkBinaryOperation()
9697 } else if (XId == RHSId) { in checkBinaryOperation()