Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXXABI.h137 virtual bool canCallMismatchedFunctionType() const { return true; } in canCallMismatchedFunctionType() function
H A DCGDeclCXX.cpp111 CGM.getCXXABI().canCallMismatchedFunctionType()); in EmitDeclDestroy()
H A DItaniumCXXABI.cpp494 bool canCallMismatchedFunctionType() const override { return false; } in canCallMismatchedFunctionType() function in __anon34c82fc40111::WebAssemblyCXXABI