Home
last modified time | relevance | path

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

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