Home
last modified time | relevance | path

Searched defs:canCallMismatchedFunctionType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGCXXABI.h117 virtual bool canCallMismatchedFunctionType() const { return true; } in canCallMismatchedFunctionType() function
DItaniumCXXABI.cpp446 bool canCallMismatchedFunctionType() const override { return false; } in canCallMismatchedFunctionType() function in __anoncd06a7750111::WebAssemblyCXXABI