HomeSort by: relevance | last modified time | path
    Searched refs:shortName (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/makefs/
cd9660.h 77 const char *shortName; /* Short option */
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 800 // identifies this variant of the intrinsic, and ShortName is the name it
802 std::string ShortName, FullName;
839 const std::string &shortName() const { return ShortName; }
856 bool polymorphic() const { return ShortName != FullName; }
1361 ShortName = join(std::begin(NameParts), std::end(NameParts), "_");
1715 Int.polymorphic() ? StringTable.GetOrAddStringOffset(Int.shortName())
1823 Polymorphic ? Int.shortName() : Int.fullName();
1953 StringRef Name = Int.shortName();
2071 "__arm_" + (Polymorphic ? Int.shortName() : Int.fullName())
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
doc.d 833 auto shortName = shortIdent.toString();
834 buf.printf(", %.*s", cast(int) shortName.length, shortName.ptr);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2469 StringRef shortName = guessLibraryShortName(Name, isFramework, Suffix);
2470 if (shortName.empty())
2473 LibrariesShortNames.push_back(shortName);

Completed in 55 milliseconds