Home
last modified time | relevance | path

Searched refs:canCallMismatchedFunctionType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h147 virtual bool canCallMismatchedFunctionType() const { return true; } in canCallMismatchedFunctionType() function
H A DCGDeclCXX.cpp112 CGM.getCXXABI().canCallMismatchedFunctionType()); in EmitDeclDestroy()
H A DItaniumCXXABI.cpp528 bool canCallMismatchedFunctionType() const override { return false; } in canCallMismatchedFunctionType() function in __anonbdc44fca0111::WebAssemblyCXXABI