Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h121 virtual bool canCallMismatchedFunctionType() const { return true; } in canCallMismatchedFunctionType() function
H A DItaniumCXXABI.cpp528 bool canCallMismatchedFunctionType() const override { return false; } in canCallMismatchedFunctionType() function in __anon3b53191f0111::WebAssemblyCXXABI