Searched defs:OpName (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkScriptDecompile.cpp16 static const struct OpName { struct
/external/skia/src/animator/
H A DSkScriptDecompile.cpp16 static const struct OpName { struct
/external/clang/lib/AST/
H A DDeclarationName.cpp175 const char *OpName = OperatorNames[N.getCXXOverloadedOperator()]; local
176 assert(OpName && "not an overloaded operator");
179 if (OpName[0] >= 'a' && OpName[0] <= 'z')
181 return OS << OpName;
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp158 std::string OpName = Op.substr(1); local
162 std::string::size_type DotIdx = OpName.find_first_of(".");
164 SubOpName = OpName.substr(DotIdx+1);
167 OpName = OpName.substr(0, DotIdx);
170 unsigned OpIdx = getOperandNamed(OpName);
273 std::string OpName = P.first; local
275 if (OpName.empty()) break;
278 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false);
H A DAsmMatcherEmitter.cpp653 void buildInstructionOperandReference(MatchableInfo *II, StringRef OpName,
655 void buildAliasOperandReference(MatchableInfo *II, StringRef OpName,
1656 const std::string &OpName = OpInfo->Name; local
1669 TheDef->getName() + "' has operand '" + OpName +
H A DCodeGenDAGPatterns.cpp1896 TreePatternNode *TreePattern::ParseTreePattern(Init *TheInit, StringRef OpName){ argument
1907 OpName);
1911 if (R->getName() == "node" && !OpName.empty()) {
1912 if (OpName.empty())
1914 Args.push_back(OpName);
1917 Res->setName(OpName);
1923 if (OpName.empty())
1926 Args.push_back(OpName);
1927 Res->setName(OpName);
1932 if (!OpName
2817 const std::string &OpName = CGI.Operands[i].Name; local
2849 const std::string &OpName = Op.Name; local
[all...]
/external/llvm/lib/Target/R600/
H A DR600Defines.h65 namespace OpName { namespace
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc1206 const char* HUnaryMathOperation::OpName() const { function in class:v8::internal::HUnaryMathOperation
1259 return os << OpName() << " " << NameOf(value());
/external/clang/lib/Sema/
H A DSemaLookup.cpp2342 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); local
2343 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName);
H A DSemaOverload.cpp6403 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); local
6426 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName);
10401 DeclarationName OpName = local
10403 LookupResult R(SemaRef, OpName, OpLoc, Sema::LookupOperatorName);
10692 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); local
10694 DeclarationNameInfo OpNameInfo(OpName, OpLoc);
10740 AddArgumentDependentLookupCandidates(OpName, OpLoc, ArgsArray,
10882 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); local
10904 DeclarationNameInfo OpNameInfo(OpName, OpLoc);
10949 AddArgumentDependentLookupCandidates(OpName, OpLo
11142 DeclarationName OpName = local
11583 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(OO_Call); local
11861 DeclarationName OpName = local
[all...]
H A DSemaExpr.cpp1481 DeclarationName OpName = local
1483 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
1486 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName);
1569 DeclarationName OpName = local
1571 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
1578 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName);
3097 DeclarationName OpName = local
3099 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
3106 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName);

Completed in 295 milliseconds