Searched defs:canCallMismatchedFunctionType (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCXXABI.h | 147 virtual bool canCallMismatchedFunctionType() const { return true; } canCallMismatchedFunctionType() function |
H A D | ItaniumCXXABI.cpp | 528 bool canCallMismatchedFunctionType() const override { return false; } canCallMismatchedFunctionType() function in __anon910dabe60111::WebAssemblyCXXABI |