Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h119 virtual bool canCallMismatchedFunctionType() const { return true; } in canCallMismatchedFunctionType() function
H A DCGDeclCXX.cpp112 CGM.getCXXABI().canCallMismatchedFunctionType()); in EmitDeclDestroy()
H A DItaniumCXXABI.cpp481 bool canCallMismatchedFunctionType() const override { return false; } in canCallMismatchedFunctionType() function in __anonc1a1ea230111::WebAssemblyCXXABI