OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Array1
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp
586
const ArrayType *
Array1
,
588
if (!IsStructurallyEquivalent(Context,
Array1
->getElementType(),
591
if (
Array1
->getSizeModifier() != Array2->getSizeModifier())
593
if (
Array1
->getIndexTypeQualifiers() != Array2->getIndexTypeQualifiers())
752
const auto *
Array1
= cast<ConstantArrayType>(T1);
754
if (!llvm::APInt::isSameValue(
Array1
->getSize(), Array2->getSize()))
757
if (!IsArrayStructurallyEquivalent(Context,
Array1
, Array2))
769
const auto *
Array1
= cast<VariableArrayType>(T1);
771
if (!IsStructurallyEquivalent(Context,
Array1
->getSizeExpr(),
775
if (!IsArrayStructurallyEquivalent(Context,
Array1
, Array2)
[
all
...]
ASTStructuralEquivalence.cpp
586
const ArrayType *
Array1
,
588
if (!IsStructurallyEquivalent(Context,
Array1
->getElementType(),
591
if (
Array1
->getSizeModifier() != Array2->getSizeModifier())
593
if (
Array1
->getIndexTypeQualifiers() != Array2->getIndexTypeQualifiers())
752
const auto *
Array1
= cast<ConstantArrayType>(T1);
754
if (!llvm::APInt::isSameValue(
Array1
->getSize(), Array2->getSize()))
757
if (!IsArrayStructurallyEquivalent(Context,
Array1
, Array2))
769
const auto *
Array1
= cast<VariableArrayType>(T1);
771
if (!IsStructurallyEquivalent(Context,
Array1
->getSizeExpr(),
775
if (!IsArrayStructurallyEquivalent(Context,
Array1
, Array2)
[
all
...]
Expr.cpp
3978
const auto *
Array1
= dyn_cast<ArraySubscriptExpr>(E1);
3980
if (
Array1
&& Array2) {
3981
if (!isSameComparisonOperand(
Array1
->getBase(), Array2->getBase()))
3984
auto Idx1 =
Array1
->getIdx();
Expr.cpp
3978
const auto *
Array1
= dyn_cast<ArraySubscriptExpr>(E1);
3980
if (
Array1
&& Array2) {
3981
if (!isSameComparisonOperand(
Array1
->getBase(), Array2->getBase()))
3984
auto Idx1 =
Array1
->getIdx();
Completed in 61 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026