Lines Matching refs:getAsInteger
164 if (Input.substr(n1 + 1, n2 - n1 - 1).getAsInteger(10, NumSamples)) in ParseHead()
166 if (Input.substr(n2 + 1).getAsInteger(10, NumHeadSamples)) in ParseHead()
185 return !CFGInfo.getAsInteger(10, FunctionHash); in parseMetadata()
190 return !Attrib.getAsInteger(10, Attributes); in parseMetadata()
233 if (Loc.getAsInteger(10, LineOffset) || !isOffsetLegal(LineOffset)) in ParseLine()
237 if (Loc.substr(0, n2).getAsInteger(10, LineOffset)) in ParseLine()
239 if (Loc.substr(n2 + 1).getAsInteger(10, Discriminator)) in ParseLine()
248 if (Rest.getAsInteger(10, NumSamples)) in ParseLine()
251 if (Rest.substr(0, n3).getAsInteger(10, NumSamples)) in ParseLine()
284 if (!WordAfterColon.getAsInteger(10, count)) in ParseLine()
305 if (Rest.substr(n3 + 1).getAsInteger(10, NumSamples)) in ParseLine()