Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h121 virtual bool canCallMismatchedFunctionType() const { return true; } in canCallMismatchedFunctionType() function
H A DCGDeclCXX.cpp111 CGM.getCXXABI().canCallMismatchedFunctionType()); in EmitDeclDestroy()
H A DItaniumCXXABI.cpp528 bool canCallMismatchedFunctionType() const override { return false; } in canCallMismatchedFunctionType() function in __anon87ecd9350111::WebAssemblyCXXABI