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

  /external/swiftshader/third_party/subzero/src/
IceRangeSpec.h 54 return match(Name.toStringOrEmpty(), Number);
IceInstrumentation.cpp 52 std::string FuncName = Func->getFunctionName().toStringOrEmpty();
IceStringPool.h 107 std::string toStringOrEmpty() const {
IceASanInstrumentation.cpp 77 std::string FuncName = Func->getFunctionName().toStringOrEmpty();
146 std::string TargetName = TargetDecl->getName().toStringOrEmpty();
348 std::string TargetName = CallTarget->getName().toStringOrEmpty();
IceCfg.cpp 236 TimerMarker T_func(getContext(), getFunctionName().toStringOrEmpty());
245 if (getFunctionName().toStringOrEmpty() == "exit") {
    [all...]
IceELFObjectWriter.cpp 223 TimerMarker T_func(&Ctx, FuncName.toStringOrEmpty());
PNaClTranslator.cpp     [all...]

Completed in 951 milliseconds