OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thestr
(Results
1 - 7
of
7
) sorted by null
/external/llvm/test/TableGen/
MultiClass.td
6
string
thestr
= B;
DefmInherit.td
6
string
thestr
= B;
MultiClassInherit.td
6
string
thestr
= B;
/external/icu4c/samples/uresb/
uresb.c
229
const UChar*
thestr
= ures_getString(resource, &len, status);
local
230
UChar *string = quotedString(
thestr
);
/external/icu4c/tools/genrb/
derb.c
474
const UChar*
thestr
= res_getAlias(&(parent->fResData), r, &len);
local
475
UChar *string = quotedString(
thestr
);
516
const UChar*
thestr
= ures_getString(resource, &len, status);
local
517
UChar *string = quotedString(
thestr
);
/external/llvm/utils/FileCheck/
FileCheck.cpp
99
static void AddFixedStringToRegEx(StringRef FixedStr, std::string &
TheStr
);
237
void Pattern::AddFixedStringToRegEx(StringRef FixedStr, std::string &
TheStr
) {
255
TheStr
+= '\\';
258
TheStr
+= FixedStr[i];
/external/llvm/utils/TableGen/
IntrinsicEmitter.cpp
134
std::string
TheStr
= Ints[IntNo].Name.substr(6);
135
TheStr
+= '.'; // Require "bswap." instead of bswap.
136
OS << " if (NameR.startswith(\"" <<
TheStr
<< "\")) "
Completed in 323 milliseconds