Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10625 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS); in mergeTypes() local
10627 if (LCAT && RCAT && RCAT->getSize() != LCAT->getSize()) in mergeTypes()
10664 std::tie(HaveLSize, LSize) = SizeFetch(LVAT, LCAT); in mergeTypes()
10670 if (LCAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()
10674 if (LCAT) in mergeTypes()
10675 return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()
10676 LCAT->getSizeExpr(), in mergeTypes()