HomeSort by relevance Sort by last modified time
    Searched refs:hasStdString (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceStringPool.h 95 bool hasStdString() const { return isValid() && ((ID & 0x1) == 0); }
102 if (!hasStdString())
104 "toString() called when hasStdString() is false");
108 if (hasStdString())
116 const bool ThisHasString = hasStdString();
117 const bool OtherHasString = Other.hasStdString();
137 assert(hasStdString());
171 if (Key.hasStdString())
IceSwitchLowering.h 102 if (Name.hasStdString()) {
IceGlobalInits.h 73 bool hasName() const { return Name.hasStdString(); }
157 if (getName().hasStdString()) {
453 assert(Name.hasStdString() || SameMangling);
465 if (getName().hasStdString()) {
IceCfgNode.h 41 if (Name.hasStdString())
IceELFSection.cpp 161 if (Name != NullSymbolName && Name.hasStdString())
IceELFSection.h 271 if (Str.hasStdString())
IceELFObjectWriter.cpp 632 assert(Name.hasStdString());
IceOperand.h 715 if (Name.hasStdString())
    [all...]
IceInst.cpp 599 if (FuncName.hasStdString())
    [all...]
IceInst.h     [all...]
IceCfg.cpp 193 if (!Var.getName().hasStdString())
    [all...]
IceInstX86BaseImpl.h 760 const auto FixupKind = (Reloc->getName().hasStdString() &&
791 const auto FixupKind = (Reloc->getName().hasStdString() &&
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 3758 milliseconds