Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp327 template <template <typename> class OPR, TypeCategory LCAT>
329 parser::ContextualMessages &messages, Expr<SomeKind<LCAT>> &&irx, in MixedComplexRight()
333 return MixedComplexLeft<OPR, LCAT>( in MixedComplexRight()
338 return MixedComplexLeft<OPR, LCAT>( in MixedComplexRight()
353 if constexpr (LCAT == TypeCategory::Integer) { in MixedComplexRight()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10494 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS); in mergeTypes() local
10496 if (LCAT && RCAT && RCAT->getSize() != LCAT->getSize()) in mergeTypes()
10533 std::tie(HaveLSize, LSize) = SizeFetch(LVAT, LCAT); in mergeTypes()
10539 if (LCAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()
10543 if (LCAT) in mergeTypes()
10544 return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()
10545 LCAT->getSizeExpr(), in mergeTypes()