Home
last modified time | relevance | path

Searched refs:wasm_funcref (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h63 wasm_funcref, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2362 case LangAS::wasm_funcref: in getAddrSpaceAsString()
H A DType.cpp2785 getAddressSpace() == LangAS::wasm_funcref; in isWebAssemblyFuncrefType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7516 LangAS ASIdx = LangAS::wasm_funcref; in HandleWebAssemblyFuncrefAttr()
H A DSemaDecl.cpp15370 T.getAddressSpace() == LangAS::wasm_funcref)) { in CheckParameter()
H A DSemaChecking.cpp8423 Pointee = Context.getAddrSpaceQualType(Pointee, LangAS::wasm_funcref); in BuiltinWasmRefNullFunc()