Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2299 bool Type::isVLSTBuiltinType() const { in isVLSTBuiltinType() function in Type
2324 assert(isVLSTBuiltinType() && "unsupported type!"); in getSveEltType()
H A DASTContext.cpp8677 assert(Ty->isVLSTBuiltinType() && "Invalid SVE Type"); in getSVETypeSize()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1900 bool isVLSTBuiltinType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7919 if (!CurType->isVLSTBuiltinType()) { in HandleArmSveVectorBitsTypeAttr()
H A DSemaChecking.cpp12583 if (Target->isVLSTBuiltinType() && in CheckImplicitConversion()