Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp7105 static bool HasSameBase(const LValue &A, const LValue &B) { in HasSameBase() function
7600 if (!HasSameBase(LHSValue, RHSValue)) { in VisitBinaryOperator()