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

1 2

  /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 68 /// Operator - A callback representing a DAG operator.
69 class Operator {
72 virtual ~Operator() {}
74 /// apply - Apply this operator to Expr's arguments and insert the result
98 StringMap<Operator*> Operators;
120 /// addOperator - Add a DAG operator.
121 void addOperator(StringRef Name, Operator*);
PseudoLoweringEmitter.cpp 133 " has unexpected operator type!");
134 Record *Operator = OpDef->getDef();
135 if (!Operator->isSubClassOf("Instruction"))
136 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
139 CodeGenInstruction Insn(Operator);
142 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
146 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
CodeGenDAGPatterns.cpp     [all...]
  /external/chromium_org/base/metrics/
histogram_samples.h 46 enum Operator { ADD, SUBTRACT };
47 virtual bool AddSubtractImpl(SampleCountIterator* iter, Operator op) = 0;
  /external/llvm/lib/IR/
User.cpp 13 #include "llvm/IR/Operator.h"
49 Use *Begin = static_cast<Use*>(::operator new(size));
56 // User operator new Implementations
59 void *User::operator new(size_t s, unsigned Us) {
60 void *Storage = ::operator new(s + sizeof(Use) * Us);
71 // User operator delete Implementation
74 void User::operator delete(void *Usr) {
79 ::operator delete(Storage);
83 // Operator Class
86 Operator::~Operator()
    [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 400 void operator=(const DeclSpec &) LLVM_DELETED_FUNCTION;
816 const UnqualifiedId &operator=(const UnqualifiedId &) LLVM_DELETED_FUNCTION;
823 /// \brief An overloaded operator name, e.g., operator+.
825 /// \brief A conversion function name, e.g., operator int.
827 /// \brief A user-defined literal name, e.g., operator "" _i.
842 /// \brief The kind of overloaded operator.
843 OverloadedOperatorKind Operator;
846 /// the operator, e.g., the "new", "[", and "]" tokens in
847 /// operator new [].
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 332 /// Insertion operator for diagnostics. This allows sending TemplateName's
334 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
446 /// overloaded operator kind (when set).
456 /// \brief The overloaded operator name.
459 OverloadedOperatorKind Operator;
484 OverloadedOperatorKind Operator)
485 : Qualifier(Qualifier, true), Operator(Operator),
489 OverloadedOperatorKind Operator,
491 : Qualifier(Qualifier, true), Operator(Operator),
    [all...]
ExprCXX.h 41 /// \brief A call to an overloaded operator written using operator
44 /// Represents a call to an overloaded operator written using operator
55 /// \brief The overloaded operator.
56 OverloadedOperatorKind Operator;
59 // Record the FP_CONTRACT state that applies to this operator call. Only
71 Operator(Op), FPContractable(fpContractable) {
78 /// \brief Returns the kind of overloaded operator that this
80 OverloadedOperatorKind getOperator() const { return Operator; }
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 85 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"<>", r"!=",
92 Funny = group(Operator, Bracket, Special)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 81 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"<>", r"!=",
88 Funny = group(Operator, Bracket, Special)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 85 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"<>", r"!=",
92 Funny = group(Operator, Bracket, Special)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 81 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"<>", r"!=",
88 Funny = group(Operator, Bracket, Special)
  /external/llvm/include/llvm/IR/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
31 /// Operator - This is a utility class that provides an abstraction for the
34 class Operator : public User {
36 // The Operator class is intended to be used as a utility, and is never itself
38 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
39 void *operator new(size_t s) LLVM_DELETED_FUNCTION;
40 Operator() LLVM_DELETED_FUNCTION;
46 ~Operator();
77 /// despite that operator having the potential for overflow
    [all...]
  /external/chromium_org/chrome/test/perf/rendering/
throughput_tests.cc 406 enum Operator {
442 Operator op_;
493 // specified pixel coordinate to match the given color with the given operator.
  /external/chromium_org/base/test/
trace_event_analyzer.h 99 bool operator< (const ProcessThreadID& rhs) const {
113 bool operator< (const TraceEvent& rhs) const {
374 Query operator==(const Query& rhs) const;
375 Query operator!=(const Query& rhs) const;
376 Query operator< (const Query& rhs) const;
377 Query operator<=(const Query& rhs) const;
378 Query operator> (const Query& rhs) const;
379 Query operator>=(const Query& rhs) const;
380 Query operator&&(const Query& rhs) const;
381 Query operator||(const Query& rhs) const
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 796 /// ParseOperation - Parse an operator. This returns null on error.
821 TokError("did not get type for unary operator");
841 TokError("expected '(' after unary operator");
856 TokError("expected list or string type argument in unary operator");
863 TokError("expected list or string type argumnet in unary operator");
871 TokError("expected list type argumnet in unary operator");
876 TokError("empty list argument in unary operator");
883 TokError("untyped list element in unary operator");
892 assert(LHSt && "expected list type argument in unary operator");
895 TokError("expected list type argumnet in unary operator");
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /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 

Completed in 658 milliseconds

1 2