Home
last modified time | relevance | path

Searched defs:isWebAssemblyTableType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h49 inline bool isWebAssemblyTableType(const Type *Ty) { in isWebAssemblyTableType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2393 bool Type::isWebAssemblyTableType() const { in isWebAssemblyTableType() function in Type