Home
last modified time | relevance | path

Searched refs:CheckWebAssemblyBuiltinFunctionCall (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaWasm.h28 bool CheckWebAssemblyBuiltinFunctionCall(const TargetInfo &TI,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaWasm.cpp219 bool SemaWasm::CheckWebAssemblyBuiltinFunctionCall(const TargetInfo &TI, in CheckWebAssemblyBuiltinFunctionCall() function in clang::SemaWasm
H A DSemaChecking.cpp1914 return Wasm().CheckWebAssemblyBuiltinFunctionCall(TI, BuiltinID, TheCall); in CheckTSBuiltinFunctionCall()