Lines Matching refs:getLine
398 error(node->getLine(), "constant expression required", "", ""); in constErrorCheck()
414 error(node->getLine(), "integer expression required", token, ""); in integerErrorCheck()
1113 newNode = constructStruct(node, &elementType, 1, node->getLine(), false); in addConstructor()
1115 newNode = constructStruct(node, (*memberTypes).type, 1, node->getLine(), false); in addConstructor()
1117 newNode = constructBuiltIn(type, op, node, node->getLine(), false); in addConstructor()
1144 newNode = constructStruct(*p, &elementType, paramCount+1, node->getLine(), true); in addConstructor()
1146 …newNode = constructStruct(*p, (memberTypes[paramCount]).type, paramCount+1, node->getLine(), true); in addConstructor()
1148 newNode = constructBuiltIn(type, op, *p, node->getLine(), true); in addConstructor()
1171 …returnVal = intermediate.parseConstTree(aggrNode->getLine(), aggrNode, unionArray, aggrNode->getOp… in foldConstConstructor()
1174 …returnVal = intermediate.parseConstTree(aggrNode->getLine(), aggrNode, unionArray, aggrNode->getOp… in foldConstConstructor()
1179 return intermediate.addConstantUnion(unionArray, type, aggrNode->getLine()); in foldConstConstructor()
1231 newNode = intermediate.addUnaryMath(basicOp, node, node->getLine(), symbolTable); in constructBuiltIn()