Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaWasm.h37 bool BuiltinWasmTableGrow(CallExpr *TheCall);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaWasm.cpp152 bool SemaWasm::BuiltinWasmTableGrow(CallExpr *TheCall) { in BuiltinWasmTableGrow() function in clang::SemaWasm
247 return BuiltinWasmTableGrow(TheCall); in CheckWebAssemblyBuiltinFunctionCall()