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

/external/skia/tests/
H A DPathOpsOpCubicThreadedTest.cpp64 SkPathOpsDebug::OpStr((SkPathOp) op));
/external/skia/src/pathops/
H A DSkPathOpsDebug.h164 static const char* OpStr(SkPathOp );
H A DSkPathOpsDebug.cpp118 const char* SkPathOpsDebug::OpStr(SkPathOp op) { function in class:SkPathOpsDebug
/external/llvm/lib/IR/
H A DAsmWriter.cpp1758 const char *OpStr = dwarf::OperationEncodingString(I->getOp()); local
1759 assert(OpStr && "Expected valid opcode");
1761 Out << FS << OpStr; local
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp190 const char *OpStr = nullptr; local
192 case scAddExpr: OpStr = " + "; break;
193 case scMulExpr: OpStr = " * "; break;
194 case scUMaxExpr: OpStr = " umax "; break;
195 case scSMaxExpr: OpStr = " smax "; break;
202 OS << OpStr; local
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp997 static unsigned getIntelMemOperandSize(StringRef OpStr) { argument
998 unsigned Size = StringSwitch<unsigned>(OpStr)
/external/clang/lib/Sema/
H A DSemaExpr.cpp10192 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr(); local
10198 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr;
10200 Self.PDiag(diag::note_precedence_silence) << OpStr,

Completed in 331 milliseconds