OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Array2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp
587
const ArrayType *
Array2
) {
589
Array2
->getElementType()))
591
if (Array1->getSizeModifier() !=
Array2
->getSizeModifier())
593
if (Array1->getIndexTypeQualifiers() !=
Array2
->getIndexTypeQualifiers())
753
const auto *
Array2
= cast<ConstantArrayType>(T2);
754
if (!llvm::APInt::isSameValue(Array1->getSize(),
Array2
->getSize()))
757
if (!IsArrayStructurallyEquivalent(Context, Array1,
Array2
))
770
const auto *
Array2
= cast<VariableArrayType>(T2);
772
Array2
->getSizeExpr()))
775
if (!IsArrayStructurallyEquivalent(Context, Array1,
Array2
))
[
all
...]
Expr.cpp
3979
const auto *
Array2
= dyn_cast<ArraySubscriptExpr>(E2);
3980
if (Array1 &&
Array2
) {
3981
if (!isSameComparisonOperand(Array1->getBase(),
Array2
->getBase()))
3985
auto Idx2 =
Array2
->getIdx();
Completed in 19 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026