HomeSort by relevance Sort by last modified time
    Searched full:thestr (Results 1 - 6 of 6) sorted by null

  /external/llvm/test/TableGen/
MultiClass.td 10 string thestr = B;
DefmInherit.td 12 string thestr = B;
MultiClassInherit.td 37 string thestr = B;
  /external/icu/icu4c/source/samples/uresb/
uresb.c 229 const UChar*thestr = ures_getString(resource, &len, status); local
230 UChar *string = quotedString(thestr);
  /external/icu/icu4c/source/tools/genrb/
derb.c 416 const UChar* thestr = res_getAlias(&(parent->fResData), r, &len); local
417 UChar *string = quotedString(thestr);
458 const UChar* thestr = ures_getString(resource, &len, status); local
459 UChar *string = quotedString(thestr);
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 179 std::string TheStr = Ints[IntNo].Name.substr(6);
180 TheStr += '.'; // Require "bswap." instead of bswap.
181 OS << " if (NameR.startswith(\"" << TheStr << "\")) "

Completed in 437 milliseconds