Searched defs:canHaveCoerceToType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h167 bool canHaveCoerceToType() const { return isDirect() || isExtend(); } function
191 assert(canHaveCoerceToType() && "Invalid kind!");
196 assert(canHaveCoerceToType() && "Invalid kind!");

Completed in 373 milliseconds