Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2296 bool Type::isVLSTBuiltinType() const { in isVLSTBuiltinType() function in Type
2321 assert(isVLSTBuiltinType() && "unsupported type!"); in getSveEltType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h1900 bool isVLSTBuiltinType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7884 if (!CurType->isVLSTBuiltinType()) { in HandleArmSveVectorBitsTypeAttr()
H A DSemaChecking.cpp12310 if (Target->isVLSTBuiltinType()) { in CheckImplicitConversion()