Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3999 bool &WasArrayIndex) { in FindDesignatorMismatch() argument
4006 WasArrayIndex = true; in FindDesignatorMismatch()
4016 WasArrayIndex = false; in FindDesignatorMismatch()
4027 WasArrayIndex = false; in FindDesignatorMismatch()
4047 bool WasArrayIndex; in AreElementsOfSameArray() local
4048 unsigned CommonLength = FindDesignatorMismatch(ObjType, A, B, WasArrayIndex); in AreElementsOfSameArray()
13740 bool WasArrayIndex; in EvaluateComparisonBinaryOperator() local
13742 getType(LHSValue.Base), LHSDesignator, RHSDesignator, WasArrayIndex); in EvaluateComparisonBinaryOperator()
13749 if (!WasArrayIndex && Mismatch < LHSDesignator.Entries.size() && in EvaluateComparisonBinaryOperator()