Home | History | Annotate | Download | only in compiler

Lines Matching refs:getInterfaceBlock

685 		TInterfaceBlock* block = symbol->getType().getInterfaceBlock();
2219 const TFieldList& fields = type.getStruct() ? type.getStruct()->fields() : type.getInterfaceBlock()->fields();
2256 return registerSize(*((*(type.getInterfaceBlock()->fields().begin()))->type()), 0);
2271 const TFieldList& fields = type.getStruct() ? type.getStruct()->fields() : type.getInterfaceBlock()->fields();
2303 TInterfaceBlock* block = type.getInterfaceBlock();
2389 TInterfaceBlock* srcBlock = srcType.getInterfaceBlock();
2746 left->getType().getInterfaceBlock()->fields();
3279 TInterfaceBlock* parentBlock = type.getInterfaceBlock();
3523 if(list[i] && (list[i]->getType().getInterfaceBlock() == block))
3587 const TInterfaceBlock *block = type.getInterfaceBlock();
3628 const TInterfaceBlock *block = (type.isInterfaceBlock() || (blockId == -1)) ? type.getInterfaceBlock() : nullptr;