Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DASTContext.cpp9717 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes() local
9722 if (LVAT || RVAT) { in mergeTypes()
9740 std::tie(HaveLSize, LSize) = SizeFetch(LVAT, LCAT); in mergeTypes()
9758 if (LVAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()
9762 if (LVAT) { in mergeTypes()
/external/clang/lib/AST/
DASTContext.cpp7837 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes() local
7839 if (LVAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()
7843 if (LVAT) { in mergeTypes()