Lines Matching refs:getAsInteger
87 if (Input.substr(n1 + 1, n2 - n1 - 1).getAsInteger(10, NumSamples)) in ParseHead()
89 if (Input.substr(n2 + 1).getAsInteger(10, NumHeadSamples)) in ParseHead()
108 return !CFGInfo.getAsInteger(10, FunctionHash); in parseMetadata()
113 return !Attrib.getAsInteger(10, Attributes); in parseMetadata()
156 if (Loc.getAsInteger(10, LineOffset) || !isOffsetLegal(LineOffset)) in ParseLine()
160 if (Loc.substr(0, n2).getAsInteger(10, LineOffset)) in ParseLine()
162 if (Loc.substr(n2 + 1).getAsInteger(10, Discriminator)) in ParseLine()
171 if (Rest.getAsInteger(10, NumSamples)) in ParseLine()
174 if (Rest.substr(0, n3).getAsInteger(10, NumSamples)) in ParseLine()
207 if (!WordAfterColon.getAsInteger(10, count)) in ParseLine()
228 if (Rest.substr(n3 + 1).getAsInteger(10, NumSamples)) in ParseLine()