Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3892 bool &WasArrayIndex) { in FindDesignatorMismatch() argument
3899 WasArrayIndex = true; in FindDesignatorMismatch()
3909 WasArrayIndex = false; in FindDesignatorMismatch()
3920 WasArrayIndex = false; in FindDesignatorMismatch()
3940 bool WasArrayIndex; in AreElementsOfSameArray() local
3941 unsigned CommonLength = FindDesignatorMismatch(ObjType, A, B, WasArrayIndex); in AreElementsOfSameArray()
12724 bool WasArrayIndex; in EvaluateComparisonBinaryOperator() local
12726 getType(LHSValue.Base), LHSDesignator, RHSDesignator, WasArrayIndex); in EvaluateComparisonBinaryOperator()
12733 if (!WasArrayIndex && Mismatch < LHSDesignator.Entries.size() && in EvaluateComparisonBinaryOperator()