HomeSort by relevance Sort by last modified time
    Searched defs:OpName (Results 1 - 8 of 8) sorted by null

  /external/skia/src/animator/
SkScriptDecompile.cpp 24 static const struct OpName {
  /external/clang/lib/AST/
DeclarationName.cpp 250 const char *OpName = OperatorNames[getCXXOverloadedOperator()];
251 assert(OpName && "not an overloaded operator");
254 if (OpName[0] >= 'a' && OpName[0] <= 'z')
256 OS << OpName;
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 159 std::string OpName = Op.substr(1);
163 std::string::size_type DotIdx = OpName.find_first_of(".");
165 SubOpName = OpName.substr(DotIdx+1);
168 OpName = OpName.substr(0, DotIdx);
171 unsigned OpIdx = getOperandNamed(OpName);
271 std::string OpName = P.first;
273 if (OpName.empty()) break;
276 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false);
AsmMatcherEmitter.cpp 604 void BuildInstructionOperandReference(MatchableInfo *II, StringRef OpName,
606 void BuildAliasOperandReference(MatchableInfo *II, StringRef OpName,
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/v8/src/
hydrogen-instructions.cc 666 const char* HUnaryMathOperation::OpName() const {
688 const char* name = OpName();
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 126 milliseconds