Searched defs:Operator (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/CodeGenCXX/
H A D2003-11-18-PtrMemConstantInitializer.cpp7 struct Operator { struct
11 Operator opTab[] = {
/external/llvm/utils/TableGen/
H A DSetTheory.h67 /// Operator - A callback representing a DAG operator.
68 class Operator { class in class:llvm::SetTheory
71 virtual ~Operator() {}
96 StringMap<Operator*> Operators;
119 void addOperator(StringRef Name, Operator*);
H A DPseudoLoweringEmitter.cpp134 Record *Operator = OpDef->getDef(); local
135 if (!Operator->isSubClassOf("Instruction"))
136 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
139 CodeGenInstruction Insn(Operator);
142 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
146 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
H A DCodeGenDAGPatterns.cpp1007 static unsigned GetNumNodeResults(Record *Operator, CodeGenDAGPatterns &CDP) { argument
1008 if (Operator->getName() == "set" ||
1009 Operator->getName() == "implicit")
1012 if (Operator->isSubClassOf("Intrinsic"))
1013 return CDP.getIntrinsic(Operator).IS.RetVTs.size();
1015 if (Operator->isSubClassOf("SDNode"))
1016 return CDP.getSDNodeInfo(Operator).getNumResults();
1018 if (Operator->isSubClassOf("PatFrag")) {
1022 if (TreePattern *PFRec = CDP.getPatternFragmentIfRead(Operator))
1026 DagInit *Tree = Operator
1349 Record *Operator = getOperator(); local
1782 Record *Operator = OpDef->getDef(); local
3251 Record *Operator = N->getOperator(); local
[all...]
/external/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp22 struct Operator;
89 Operator *Op; // The Operation used to generate this value.
101 static std::vector<Operator*> TheOperators;
103 /// Operator - This is a vector operation that is available for use.
104 struct Operator { struct
110 Operator(unsigned short shufflemask, const char *name, unsigned opnum, function in struct:Operator
115 ~Operator() {
304 Operator *Op = TheOperators[opnum];
469 struct vmrghw : public Operator {
470 vmrghw() : Operator(
[all...]
/external/clang/include/clang/Sema/
H A DParsedTemplate.h157 OverloadedOperatorKind Operator; member in struct:clang::TemplateIdAnnotation
H A DDeclSpec.h822 OverloadedOperatorKind Operator; member in struct:clang::UnqualifiedId::__anon3381::__anon3382
/external/llvm/include/llvm/
H A DOperator.h1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
28 /// Operator - This is a utility class that provides an abstraction for the
31 class Operator : public User { class in namespace:llvm
33 // Do not implement any of these. The Operator class is intended to be used
37 Operator();
38 ~Operator();
60 static inline bool classof(const Operator *) { return true; }
72 class OverflowingBinaryOperator : public Operator {
127 class PossiblyExactOperator : public Operator {
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSParserValues.h54 Operator = 0x100000, enumerator in enum:WebCore::CSSParserValue::__anon14543
/external/clang/include/clang/AST/
H A DTemplateName.h455 OverloadedOperatorKind Operator; member in union:clang::DependentTemplateName::__anon3320
480 OverloadedOperatorKind Operator)
481 : Qualifier(Qualifier, true), Operator(Operator),
485 OverloadedOperatorKind Operator,
487 : Qualifier(Qualifier, true), Operator(Operator),
511 return Operator;
529 OverloadedOperatorKind Operator) {
532 ID.AddInteger(Operator);
479 DependentTemplateName(NestedNameSpecifier *Qualifier, OverloadedOperatorKind Operator) argument
484 DependentTemplateName(NestedNameSpecifier *Qualifier, OverloadedOperatorKind Operator, TemplateName Canon) argument
528 Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, OverloadedOperatorKind Operator) argument
[all...]
H A DExprCXX.h53 OverloadedOperatorKind Operator; member in class:clang::CXXOperatorCallExpr
63 Operator(Op) {
72 OverloadedOperatorKind getOperator() const { return Operator; }
/external/clang/lib/Basic/
H A DIdentifierTable.cpp519 const char *clang::getOperatorSpelling(OverloadedOperatorKind Operator) { argument
520 switch (Operator) {
/external/llvm/lib/TableGen/
H A DTGParser.cpp1372 Init *Operator = ParseValue(CurRec); local
1373 if (Operator == 0) return 0;
1398 return DagInit::get(Operator, OperatorName, DagArgs);
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h66 enum Operator { enum in namespace:JSC
602 PostfixResolveNode(JSGlobalData*, const Identifier&, Operator, unsigned divot, unsigned startOffset, unsigned endOffset);
607 Operator m_operator;
612 PostfixBracketNode(JSGlobalData*, ExpressionNode* base, ExpressionNode* subscript, Operator, unsigned divot, unsigned startOffset, unsigned endOffset);
619 Operator m_operator;
624 PostfixDotNode(JSGlobalData*, ExpressionNode* base, const Identifier&, Operator, unsigned divot, unsigned startOffset, unsigned endOffset);
631 Operator m_operator;
636 PostfixErrorNode(JSGlobalData*, ExpressionNode*, Operator, unsigned divot, unsigned startOffset, unsigned endOffset);
642 Operator m_operator;
721 PrefixResolveNode(JSGlobalData*, const Identifier&, Operator, unsigne
[all...]
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1692 bool AllowMissing, FunctionDecl *&Operator,
1757 Operator = FnDecl;
1952 FunctionDecl* &Operator, bool Diagnose) {
1978 Operator = cast<CXXMethodDecl>(Matches[0]->getUnderlyingDecl());
1980 if (Operator->isDeleted()) {
1983 NoteDeletedFunction(Operator);
2032 Operator, Diagnose))
2035 assert(Operator && "Did not find a deallocation function!");
3176 CXXMethodDecl *Operator = cast<CXXMethodDecl>(*Op); local
3177 if (Operator
1689 FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, DeclarationName Name, Expr** Args, unsigned NumArgs, DeclContext *Ctx, bool AllowMissing, FunctionDecl *&Operator, bool Diagnose) argument
1950 FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, DeclarationName Name, FunctionDecl* &Operator, bool Diagnose) argument
[all...]
H A DSemaLookup.cpp229 // Operator lookup is its own crazy thing; it is not the same
2206 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous");
2648 void Sema::ArgumentDependentLookup(DeclarationName Name, bool Operator, argument
2664 if (Operator) {
2710 if (Operator &&
H A DSemaOverload.cpp7651 bool Operator, SourceLocation Loc,
7667 ArgumentDependentLookup(Name, Operator, Loc, Args, Fns,
9457 AddArgumentDependentLookupCandidates(ULE->getName(), /*Operator*/ false,
9952 AddArgumentDependentLookupCandidates(OpName, /*Operator*/ true,
10177 AddArgumentDependentLookupCandidates(OpName, /*Operator*/ true,
7650 AddArgumentDependentLookupCandidates(DeclarationName Name, bool Operator, SourceLocation Loc, llvm::ArrayRef<Expr *> Args, TemplateArgumentListInfo *ExplicitTemplateArgs, OverloadCandidateSet& CandidateSet, bool PartialOverloading, bool StdNamespaceIsAssociated) argument
H A DTreeTransform.h982 OverloadedOperatorKind Operator,
9106 OverloadedOperatorKind Operator,
9112 Name.setOperatorFunctionId(NameLoc, Operator, SymbolLocations);
9105 RebuildTemplateName(CXXScopeSpec &SS, OverloadedOperatorKind Operator, SourceLocation NameLoc, QualType ObjectType) argument
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 357 milliseconds