Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DType.cpp2292 bool Type::isVLSTBuiltinType() const { in isVLSTBuiltinType() function in Type
2317 assert(isVLSTBuiltinType() && "unsupported type!"); in getSveEltType()
/external/llvm-project/clang/include/clang/AST/
DType.h1893 bool isVLSTBuiltinType() const;
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp7882 if (!CurType->isVLSTBuiltinType()) { in HandleArmSveVectorBitsTypeAttr()