Home
last modified time | relevance | path

Searched refs:StrTmp (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileUtilities.cpp113 SmallString<200> StrTmp(F1P, EndOfNumber(F1NumEnd)+1); in CompareNumbers() local
115 StrTmp[static_cast<unsigned>(F1NumEnd-F1P)] = 'e'; in CompareNumbers()
117 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd)); in CompareNumbers()
118 F1NumEnd = F1P + (F1NumEnd-&StrTmp[0]); in CompareNumbers()
123 SmallString<200> StrTmp(F2P, EndOfNumber(F2NumEnd)+1); in CompareNumbers() local
125 StrTmp[static_cast<unsigned>(F2NumEnd-F2P)] = 'e'; in CompareNumbers()
127 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd)); in CompareNumbers()
128 F2NumEnd = F2P + (F2NumEnd-&StrTmp[0]); in CompareNumbers()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C1247 typedef String StrTmp; // for backward compatibility typedef