HomeSort by relevance Sort by last modified time
    Searched defs:Operator (Results 101 - 125 of 181) sorted by null

1 2 3 45 6 7 8

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
31 class Operator : public User {
33 // The Operator class is intended to be used as a utility, and is never itself
35 Operator() = delete;
36 ~Operator() = delete;
38 void *operator new(size_t s) = delete;
65 /// Mul, and Shl. It does not include SDiv, despite that operator having the
67 class OverflowingBinaryOperator : public Operator {
120 class PossiblyExactOperator : public Operator {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
31 class Operator : public User {
33 // The Operator class is intended to be used as a utility, and is never itself
35 Operator() = delete;
36 ~Operator() = delete;
38 void *operator new(size_t s) = delete;
65 /// Mul, and Shl. It does not include SDiv, despite that operator having the
67 class OverflowingBinaryOperator : public Operator {
120 class PossiblyExactOperator : public Operator {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
31 class Operator : public User {
33 // The Operator class is intended to be used as a utility, and is never itself
35 Operator() = delete;
36 ~Operator() = delete;
38 void *operator new(size_t s) = delete;
65 /// Mul, and Shl. It does not include SDiv, despite that operator having the
67 class OverflowingBinaryOperator : public Operator {
120 class PossiblyExactOperator : public Operator {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
31 class Operator : public User {
36 ~Operator() override;
39 // The Operator class is intended to be used as a utility, and is never itself
41 Operator() = delete;
43 void *operator new(size_t, unsigned) = delete;
44 void *operator new(size_t s) = delete;
71 /// Add, Sub, and Mul. It does not include SDiv, despite that operator having
73 class OverflowingBinaryOperator : public Operator {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
31 class Operator : public User {
33 // The Operator class is intended to be used as a utility, and is never itself
35 Operator() = delete;
36 ~Operator() = delete;
38 void *operator new(size_t s) = delete;
65 /// Add, Sub, and Mul. It does not include SDiv, despite that operator having
67 class OverflowingBinaryOperator : public Operator {
120 class PossiblyExactOperator : public Operator {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
31 class Operator : public User {
33 // The Operator class is intended to be used as a utility, and is never itself
35 Operator() = delete;
36 ~Operator() = delete;
38 void *operator new(size_t s) = delete;
65 /// Add, Sub, and Mul. It does not include SDiv, despite that operator having
67 class OverflowingBinaryOperator : public Operator {
120 class PossiblyExactOperator : public Operator {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
31 class Operator : public User {
33 // The Operator class is intended to be used as a utility, and is never itself
35 Operator() = delete;
36 ~Operator() = delete;
38 void *operator new(size_t s) = delete;
65 /// Mul, and Shl. It does not include SDiv, despite that operator having the
67 class OverflowingBinaryOperator : public Operator {
120 class PossiblyExactOperator : public Operator {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
31 class Operator : public User {
33 // The Operator class is intended to be used as a utility, and is never itself
35 Operator() = delete;
36 ~Operator() = delete;
38 void *operator new(size_t s) = delete;
65 /// Mul, and Shl. It does not include SDiv, despite that operator having the
67 class OverflowingBinaryOperator : public Operator {
120 class PossiblyExactOperator : public Operator {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
31 class Operator : public User {
33 // The Operator class is intended to be used as a utility, and is never itself
35 Operator() = delete;
36 ~Operator() = delete;
38 void *operator new(size_t s) = delete;
65 /// Mul, and Shl. It does not include SDiv, despite that operator having the
67 class OverflowingBinaryOperator : public Operator {
120 class PossiblyExactOperator : public Operator {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
31 class Operator : public User {
33 // The Operator class is intended to be used as a utility, and is never itself
35 Operator() = delete;
36 ~Operator() = delete;
38 void *operator new(size_t s) = delete;
65 /// Mul, and Shl. It does not include SDiv, despite that operator having the
67 class OverflowingBinaryOperator : public Operator {
120 class PossiblyExactOperator : public Operator {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
tokens.go 170 type Operator uint
173 _ Operator = iota
244 func (op Operator) String() string {
255 // Operator precedences
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
tokens.go 170 type Operator uint
173 _ Operator = iota
244 func (op Operator) String() string {
255 // Operator precedences
  /external/llvm/lib/TableGen/
TGParser.cpp 760 /// ParseOperation - Parse an operator. This returns null on error.
785 TokError("did not get type for unary operator");
805 TokError("expected '(' after unary operator");
820 TokError("expected list or string type argument in unary operator");
827 TokError("expected list or string type argument in unary operator");
834 TokError("expected list type argument in unary operator");
839 TokError("empty list argument in unary operator");
846 TokError("untyped list element in unary operator");
852 assert(LHSt && "expected list type argument in unary operator");
855 TokError("expected list type argument in unary operator");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 679 /// ParseOperation - Parse an operator. This returns null on error.
705 TokError("did not get type for unary operator");
725 TokError("expected '(' after unary operator");
740 TokError("expected list or string type argument in unary operator");
747 TokError("expected list or string type argumnet in unary operator");
755 TokError("expected list type argumnet in unary operator");
760 TokError("empty list argument in unary operator");
767 TokError("untyped list element in unary operator");
776 assert(LHSt && "expected list type argument in unary operator");
779 TokError("expected list type argumnet in unary operator");
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java 37 * Many tokens are represented by button ids for the corresponding operator.
81 private static enum TokenKind { CONSTANT, OPERATOR, PRE_EVAL };
92 * or as a byte >= 0x20 directly describing the OPERATOR token.
106 * Representation of an operator token
108 private static class Operator extends Token {
111 Operator(int resId) {
114 Operator(byte op) throws IOException {
134 TokenKind kind() { return TokenKind.OPERATOR; }
389 return new Operator(kindByte);
440 * As opposed to an operator or preevaluated expression
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 262 // Base class for all operator classes.
263 struct Operator {
266 Operator() = delete;
267 // Non-copyable-or-movable: we should only store pointers-to-Operator
270 Operator(const Operator&) = delete;
271 Operator(const Operator&&) = delete;
273 // We need a virtual destructor so we can store pointers-to-Operator
275 virtual ~Operator() {}
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 39 /// \brief A call to an overloaded operator written using operator
42 /// Represents a call to an overloaded operator written using operator
53 /// \brief The overloaded operator.
54 OverloadedOperatorKind Operator;
57 // Record the FP_CONTRACT state that applies to this operator call. Only
68 Operator(Op), FPContractable(fpContractable) {
75 /// \brief Returns the kind of overloaded operator that this
77 OverloadedOperatorKind getOperator() const { return Operator; }
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer.h 104 bool operator< (const ProcessThreadID& rhs) const {
119 bool operator< (const TraceEvent& rhs) const {
123 TraceEvent& operator=(TraceEvent&& rhs);
469 Query operator==(const Query& rhs) const;
470 Query operator!=(const Query& rhs) const;
471 Query operator< (const Query& rhs) const;
472 Query operator<=(const Query& rhs) const;
473 Query operator> (const Query& rhs) const;
474 Query operator>=(const Query& rhs) const;
475 Query operator&&(const Query& rhs) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 39 /// \brief A call to an overloaded operator written using operator
42 /// Represents a call to an overloaded operator written using operator
53 /// \brief The overloaded operator.
54 OverloadedOperatorKind Operator;
66 Operator(Op), FPFeatures(FPFeatures) {
73 /// \brief Returns the kind of overloaded operator that this
75 OverloadedOperatorKind getOperator() const { return Operator; }
87 /// \brief Is this written as an infix binary operator
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ExprCXX.h 39 /// \brief A call to an overloaded operator written using operator
42 /// Represents a call to an overloaded operator written using operator
53 /// \brief The overloaded operator.
54 OverloadedOperatorKind Operator;
66 Operator(Op), FPFeatures(FPFeatures) {
73 /// \brief Returns the kind of overloaded operator that this
75 OverloadedOperatorKind getOperator() const { return Operator; }
87 /// \brief Is this written as an infix binary operator
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ExprCXX.h 39 /// \brief A call to an overloaded operator written using operator
42 /// Represents a call to an overloaded operator written using operator
53 /// \brief The overloaded operator.
54 OverloadedOperatorKind Operator;
66 Operator(Op), FPFeatures(FPFeatures) {
73 /// \brief Returns the kind of overloaded operator that this
75 OverloadedOperatorKind getOperator() const { return Operator; }
87 /// \brief Is this written as an infix binary operator
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ExprCXX.h 39 /// \brief A call to an overloaded operator written using operator
42 /// Represents a call to an overloaded operator written using operator
53 /// \brief The overloaded operator.
54 OverloadedOperatorKind Operator;
66 Operator(Op), FPFeatures(FPFeatures) {
73 /// \brief Returns the kind of overloaded operator that this
75 OverloadedOperatorKind getOperator() const { return Operator; }
87 /// \brief Is this written as an infix binary operator
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ExprCXX.h 39 /// \brief A call to an overloaded operator written using operator
42 /// Represents a call to an overloaded operator written using operator
53 /// \brief The overloaded operator.
54 OverloadedOperatorKind Operator;
66 Operator(Op), FPFeatures(FPFeatures) {
73 /// \brief Returns the kind of overloaded operator that this
75 OverloadedOperatorKind getOperator() const { return Operator; }
87 /// \brief Is this written as an infix binary operator
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ExprCXX.h 39 /// \brief A call to an overloaded operator written using operator
42 /// Represents a call to an overloaded operator written using operator
53 /// \brief The overloaded operator.
54 OverloadedOperatorKind Operator;
66 Operator(Op), FPFeatures(FPFeatures) {
73 /// \brief Returns the kind of overloaded operator that this
75 OverloadedOperatorKind getOperator() const { return Operator; }
87 /// \brief Is this written as an infix binary operator
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ExprCXX.h 39 /// \brief A call to an overloaded operator written using operator
42 /// Represents a call to an overloaded operator written using operator
53 /// \brief The overloaded operator.
54 OverloadedOperatorKind Operator;
66 Operator(Op), FPFeatures(FPFeatures) {
73 /// \brief Returns the kind of overloaded operator that this
75 OverloadedOperatorKind getOperator() const { return Operator; }
87 /// \brief Is this written as an infix binary operator
    [all...]

Completed in 2224 milliseconds

1 2 3 45 6 7 8