OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewPrefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
OptParserEmitter.cpp
234
unsigned
NewPrefix
= CurPrefix + 1;
235
std::string Prefix = (Twine("prefix_") + Twine(
NewPrefix
)).str();
237
CurPrefix =
NewPrefix
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp
135
"created. Expects 'oldprefix;
newprefix
' and if path "
137
"replaced with
newprefix
."));
458
/// \p
NewPrefix
strings, if it was specified.
460
std::string &
NewPrefix
) {
466
NewPrefix
= Split.second.str();
470
/// prefix matching \p OldPrefix with \p
NewPrefix
. Also, create the
474
const std::string &
NewPrefix
) {
475
if (OldPrefix.empty() &&
NewPrefix
.empty())
478
llvm::sys::path::replace_path_prefix(NewPath, OldPrefix,
NewPrefix
);
628
std::string OldPrefix,
NewPrefix
;
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026