Home
last modified time | relevance | path

Searched refs:isCallParameterType (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypes.h106 bool isCallParameterType(Type Ty);
110 return Ty == IceType_void || isCallParameterType(Ty); in isCallReturnType()
DIceGlobalInits.cpp65 if (!isCallParameterType(Signature.getArgType(i))) in validateTypeSignature()
DIceTypes.cpp248 bool isCallParameterType(Type Ty) { in isCallParameterType() function
DPNaClTranslator.cpp2730 else if (!isCallParameterType(OpType)) { in ProcessRecord()