Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.h117 virtual bool canCallMismatchedFunctionType() const { return true; } in canCallMismatchedFunctionType() function
DCGDeclCXX.cpp96 CGM.getCXXABI().canCallMismatchedFunctionType()); in EmitDeclDestroy()
DItaniumCXXABI.cpp446 bool canCallMismatchedFunctionType() const override { return false; } in canCallMismatchedFunctionType() function in __anon21d9f5bf0111::WebAssemblyCXXABI