Home
last modified time | relevance | path

Searched defs:canCallMismatchedFunctionType (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h147 virtual bool canCallMismatchedFunctionType() const { return true; } canCallMismatchedFunctionType() function
H A DItaniumCXXABI.cpp528 bool canCallMismatchedFunctionType() const override { return false; } canCallMismatchedFunctionType() function in __anon910dabe60111::WebAssemblyCXXABI