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

  /external/clang/test/CodeGenCXX/
2003-11-18-PtrMemConstantInitializer.cpp 7 struct Operator {
11 Operator opTab[] = {
  /packages/apps/Settings/tests/src/com/android/settings/tests/
Operator.java 22 public class Operator extends Activity {
  /external/llvm/utils/TableGen/
SetTheory.h 67 /// Operator - A callback representing a DAG operator.
68 class Operator {
71 virtual ~Operator() {}
73 /// apply - Apply this operator to Expr's arguments and insert the result
96 StringMap<Operator*> Operators;
118 /// addOperator - Add a DAG operator.
119 void addOperator(StringRef Name, Operator*);
PseudoLoweringEmitter.cpp 133 " has unexpected operator type!");
134 Record *Operator = OpDef->getDef();
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() +
CodeGenDAGPatterns.cpp 577 bool RecordPtrCmp::operator()(const Record *LHS, const Record *RHS) const {
    [all...]
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 22 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 {
110 Operator(unsigned short shufflemask, const char *name, unsigned opnum,
115 ~Operator() {
304 Operator *Op = TheOperators[opnum];
469 struct vmrghw : public Operator {
470 vmrghw() : Operator(0x0415, "vmrghw", OP_VMRGHW) {
    [all...]
  /external/clang/include/clang/Sema/
ParsedTemplate.h 156 /// FIXME: Temporarily stores the overloaded operator kind.
157 OverloadedOperatorKind Operator;
DeclSpec.h 387 void operator=(const DeclSpec&); // DO NOT IMPLEMENT
786 const UnqualifiedId &operator=(const UnqualifiedId &); // DO NOT IMPLEMENT
793 /// \brief An overloaded operator name, e.g., operator+.
795 /// \brief A conversion function name, e.g., operator int.
797 /// \brief A user-defined literal name, e.g., operator "" _i.
818 /// \brief When Kind == IK_OperatorFunctionId, the overloaded operator
821 /// \brief The kind of overloaded operator.
822 OverloadedOperatorKind Operator;
825 /// the operator, e.g., the "new", "[", and "]" tokens in
    [all...]
  /external/llvm/include/llvm/
Operator.h 1 //===-- 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 {
33 // Do not implement any of these. The Operator class is intended to be used
35 void *operator new(size_t, unsigned);
36 void *operator new(size_t s);
37 Operator();
38 ~Operator();
60 static inline bool classof(const Operator *) { return true;
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 328 /// Insertion operator for diagnostics. This allows sending TemplateName's
330 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
442 /// overloaded operator kind (when set).
452 /// \brief The overloaded operator name.
455 OverloadedOperatorKind Operator;
480 OverloadedOperatorKind Operator)
481 : Qualifier(Qualifier, true), Operator(Operator),
485 OverloadedOperatorKind Operator,
487 : Qualifier(Qualifier, true), Operator(Operator),
    [all...]
ExprCXX.h 38 /// \brief A call to an overloaded operator written using operator
41 /// Represents a call to an overloaded operator written using operator
52 /// \brief The overloaded operator.
53 OverloadedOperatorKind Operator;
63 Operator(Op) {
70 /// getOperator - Returns the kind of overloaded operator that this
72 OverloadedOperatorKind getOperator() const { return Operator; }
74 /// getOperatorLoc - Returns the location of the operator symbol i
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParserValues.h 38 operator String() const { return String(characters, length); }
39 operator AtomicString() const { return AtomicString(characters, length); }
54 Operator = 0x100000,
  /external/llvm/lib/TableGen/
TGParser.cpp 803 /// ParseOperation - Parse an operator. This returns null on error.
828 TokError("did not get type for unary operator");
848 TokError("expected '(' after unary operator");
863 TokError("expected list or string type argument in unary operator");
870 TokError("expected list or string type argumnet in unary operator");
878 TokError("expected list type argumnet in unary operator");
883 TokError("empty list argument in unary operator");
890 TokError("untyped list element in unary operator");
899 assert(LHSt && "expected list type argument in unary operator");
902 TokError("expected list type argumnet in unary operator");
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 66 enum Operator {
106 void* operator new(size_t, JSGlobalData*);
115 void* operator new(size_t, JSGlobalData*);
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)
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 902 milliseconds