Searched refs:CheckWasmBuiltinArgIsInteger (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 19987 static bool CheckWasmBuiltinArgIsInteger(Sema &S, CallExpr *E, in CheckWasmBuiltinArgIsInteger() function 20008 if (CheckWasmBuiltinArgIsInteger(*this, TheCall, 1)) in BuiltinWasmTableGet() 20031 if (CheckWasmBuiltinArgIsInteger(*this, TheCall, 1)) in BuiltinWasmTableSet() 20070 if (CheckWasmBuiltinArgIsInteger(*this, TheCall, 2)) in BuiltinWasmTableGrow() 20087 if (CheckWasmBuiltinArgIsInteger(*this, TheCall, 1)) in BuiltinWasmTableFill() 20097 if (CheckWasmBuiltinArgIsInteger(*this, TheCall, 3)) in BuiltinWasmTableFill() 20126 if (CheckWasmBuiltinArgIsInteger(*this, TheCall, I)) in BuiltinWasmTableCopy()
|