HomeSort by relevance Sort by last modified time
    Searched refs:NewName (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/lib/Tooling/Core/
Lookup.cpp 50 StringRef NewName,
58 return HadLeadingColonColon ? NewName : NewName.substr(2);
62 // from NewName if it has an identical prefix.
65 if (NewName.startswith(NS))
66 return NewName.substr(NS.size());
  /external/llvm/include/llvm/IR/
FunctionInfo.h 218 SmallString<256> NewName(Name);
219 NewName += ".llvm.";
220 raw_svector_ostream(NewName) << ModId;
221 return NewName.str();
  /external/jhead/
jhead.c 486 char NewName[_MAX_PATH+1];
514 strcpy(NewName, NewBaseName);
518 strncat(NewName, finddata.name+a, _MAX_PATH-strlen(NewName)); // add extension to new name
520 if (rename(FilePattern, NewName) == 0){
522 printf("%s --> %s\n",FilePattern, NewName);
546 char NewName[PATH_MAX+2];
630 strftime(NewName, PATH_MAX, pattern, &tm);
633 sprintf(NewName, "%02d%02d-%02d%02d%02d",
638 CatPath(NewBaseName, NewName);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 620 std::string NewName;
625 NewName = Name;
628 if (NewName.find_first_of("0123456789") == 0) {
629 NewName.insert(0, 1, 'n');
635 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
636 char old_c = NewName.at(pos);
639 NewName = NewName.replace(pos, 1, new_str);
642 return NewName;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 622 std::string NewName;
627 NewName = Name;
630 if (NewName.find_first_of("0123456789") == 0) {
631 NewName.insert(0, 1, 'n');
637 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
638 char old_c = NewName.at(pos);
641 NewName = NewName.replace(pos, 1, new_str);
644 return NewName;
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 392 std::string NewName = SrcM.getName();
394 NewName += ".";
395 NewName += F->getName();
398 auto M = llvm::make_unique<Module>(NewName, SrcM.getContext());
  /external/llvm/lib/MC/
MCContext.cpp 188 SmallString<128> NewName = Name;
193 NewName.resize(Name.size());
194 raw_svector_ostream(NewName) << NextUniqueID++;
196 auto NameEntry = UsedNames.insert(std::make_pair(NewName, true));
  /external/llvm/lib/IR/
Value.cpp 197 void Value::setNameImpl(const Twine &NewName) {
199 if (NewName.isTriviallyEmpty() && !hasName())
203 StringRef NameRef = NewName.toStringRef(NameData);
250 void Value::setName(const Twine &NewName) {
251 setNameImpl(NewName);
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 643 std::string NewName;
648 NewName = Name;
651 if (NewName.find_first_of("0123456789") == 0) {
652 NewName.insert(0, 1, 'n');
658 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
659 char old_c = NewName.at(pos);
662 NewName = NewName.replace(pos, 1, new_str);
665 return NewName;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 662 std::string NewName;
667 NewName = Name;
670 if (NewName.find_first_of("0123456789") == 0) {
671 NewName.insert(0, 1, 'n');
677 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
678 char old_c = NewName.at(pos);
681 NewName = NewName.replace(pos, 1, new_str);
684 return NewName;
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 660 std::string NewName;
664 NewName = Name;
667 if (NewName.find_first_of("0123456789") == 0) {
668 NewName.insert(0, 1, 'n');
674 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
676 NumStream << (int)NewName.at(pos);
677 NewName = NewName.replace(pos, 1, NumStream.str());
680 return NewName;
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 659 std::string NewName;
663 NewName = Name;
666 if (NewName.find_first_of("0123456789") == 0) {
667 NewName.insert(0, 1, 'n');
673 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
675 NumStream << (int)NewName.at(pos);
676 NewName = NewName.replace(pos, 1, NumStream.str());
679 return NewName;
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 659 std::string NewName;
663 NewName = Name;
666 if (NewName.find_first_of("0123456789") == 0) {
667 NewName.insert(0, 1, 'n');
673 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
675 NumStream << (int)NewName.at(pos);
676 NewName = NewName.replace(pos, 1, NumStream.str());
679 return NewName;
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 659 std::string NewName;
663 NewName = Name;
666 if (NewName.find_first_of("0123456789") == 0) {
667 NewName.insert(0, 1, 'n');
673 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
675 NumStream << (int)NewName.at(pos);
676 NewName = NewName.replace(pos, 1, NumStream.str());
679 return NewName;
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.h 70 UString NewName;
ArchiveCommandLine.cpp 340 const UString &oldName, const UString &newName, NRecursedType::EEnum type,
345 pair.NewName = newName;
354 val += pair.NewName;
    [all...]
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 54 static Status copyWithNewName(const Status &In, StringRef NewName);
56 StringRef NewName);
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp     [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 53 Status Status::copyWithNewName(const Status &In, StringRef NewName) {
54 return Status(NewName, In.getUniqueID(), In.getLastModificationTime(),
59 Status Status::copyWithNewName(const file_status &In, StringRef NewName) {
60 return Status(NewName, In.getUniqueID(), In.getLastModificationTime(),
124 RealFile(int FD, StringRef NewName)
125 : FD(FD), S(NewName, {}, {}, {}, {}, {},
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 486 std::string NewName = std::string(Suffix) + ".split-lp";
488 SplitLandingPadPredecessors(BB, Preds, Suffix, NewName.c_str(), NewBBs, DT,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 185 void updateArgStr(Option *O, StringRef NewName) {
186 if (!OptionsMap.insert(std::make_pair(NewName, O)).second) {
    [all...]

Completed in 3883 milliseconds

1 2