Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3971 bool &WasArrayIndex) { in FindDesignatorMismatch() argument
3978 WasArrayIndex = true; in FindDesignatorMismatch()
3988 WasArrayIndex = false; in FindDesignatorMismatch()
3999 WasArrayIndex = false; in FindDesignatorMismatch()
4019 bool WasArrayIndex; in AreElementsOfSameArray() local
4020 unsigned CommonLength = FindDesignatorMismatch(ObjType, A, B, WasArrayIndex); in AreElementsOfSameArray()
13373 bool WasArrayIndex; in EvaluateComparisonBinaryOperator() local
13375 getType(LHSValue.Base), LHSDesignator, RHSDesignator, WasArrayIndex); in EvaluateComparisonBinaryOperator()
13382 if (!WasArrayIndex && Mismatch < LHSDesignator.Entries.size() && in EvaluateComparisonBinaryOperator()