Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DASTContext.cpp9718 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes() local
9722 if (LVAT || RVAT) { in mergeTypes()
9741 std::tie(HaveRSize, RSize) = SizeFetch(RVAT, RCAT); in mergeTypes()
9760 if (RVAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType)) in mergeTypes()
9768 if (RVAT) { in mergeTypes()
/external/clang/lib/AST/
DASTContext.cpp7838 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes() local
7841 if (RVAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType)) in mergeTypes()
7849 if (RVAT) { in mergeTypes()