Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11210 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS); in mergeTypes() local
11212 if (LCAT && RCAT && RCAT->getZExtSize() != LCAT->getZExtSize()) in mergeTypes()
11249 std::tie(HaveLSize, LSize) = SizeFetch(LVAT, LCAT); in mergeTypes()
11255 if (LCAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()
11259 if (LCAT) in mergeTypes()
11260 return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()
11261 LCAT->getSizeExpr(), ArraySizeModifier(), 0); in mergeTypes()