Searched refs:isStructBufferType (Results 1 – 2 of 2) sorted by relevance
300 …bool isStructBufferType(const TType& type) const { return getStructBufferContentType(type) != null… in isStructBufferType() function309 bool isReference(const TType& type) const { return isStructBufferType(type); } in isReference()
1078 } else if (isStructBufferType(base->getType()) && isStructBufferMethod(field)) { in isBuiltInMethod()3202 if (! isStructBufferType(bufferType)) in declareStructBufferCounter()3224 if (buffer == nullptr || ! isStructBufferType(buffer->getType())) in getStructBufferCounter()5301 if (arg0 != nullptr && isStructBufferType(arg0->getType())) { in handleFunctionCall()6727 if (buffer == nullptr || ! isStructBufferType(buffer->getType())) in indexStructBufferContent()