Home
last modified time | relevance | path

Searched refs:BuiltinWasmRefIsNullExtern (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaWasm.h32 bool BuiltinWasmRefIsNullExtern(CallExpr *TheCall);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaWasm.cpp62 bool SemaWasm::BuiltinWasmRefIsNullExtern(CallExpr *TheCall) { in BuiltinWasmRefIsNullExtern() function in clang::SemaWasm
239 return BuiltinWasmRefIsNullExtern(TheCall); in CheckWebAssemblyBuiltinFunctionCall()