Searched refs:OpStr (Results 1 - 10 of 10) sorted by relevance

/external/skia/tests/
H A DPathOpsOpCircleThreadedTest.cpp46 SkPathOpsDebug::OpStr((SkPathOp) op));
H A DPathOpsOpCubicThreadedTest.cpp57 SkPathOpsDebug::OpStr((SkPathOp) op));
H A DPathOpsOpRectThreadedTest.cpp65 SkPathOpsDebug::OpStr((SkPathOp) op));
/external/skia/src/pathops/
H A DSkPathOpsDebug.h327 static const char* OpStr(SkPathOp );
H A DSkPathOpsDebug.cpp551 const char* SkPathOpsDebug::OpStr(SkPathOp op) { function in class:SkPathOpsDebug
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp176 const char *OpStr = 0; local
178 case scAddExpr: OpStr = " + "; break;
179 case scMulExpr: OpStr = " * "; break;
180 case scUMaxExpr: OpStr = " umax "; break;
181 case scSMaxExpr: OpStr = " smax "; break;
188 OS << OpStr; local
/external/llvm/lib/IR/
H A DAsmWriter.cpp1875 const char *OpStr = dwarf::OperationEncodingString(I->getOp()); local
1876 assert(OpStr && "Expected valid opcode");
1878 Out << FS << OpStr; local
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp185 const char *OpStr = nullptr; local
187 case scAddExpr: OpStr = " + "; break;
188 case scMulExpr: OpStr = " * "; break;
189 case scUMaxExpr: OpStr = " umax "; break;
190 case scSMaxExpr: OpStr = " smax "; break;
197 OS << OpStr; local
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1141 static unsigned getIntelMemOperandSize(StringRef OpStr) { argument
1142 unsigned Size = StringSwitch<unsigned>(OpStr)
/external/clang/lib/Sema/
H A DSemaExpr.cpp11011 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr(); local
11017 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr;
11019 Self.PDiag(diag::note_precedence_silence) << OpStr,

Completed in 622 milliseconds