| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/ |
| TemplateName.h | 307 /// Insertion operator for diagnostics. This allows sending TemplateName's 309 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 418 /// overloaded operator kind (when set). 428 /// \brief The overloaded operator name. 431 OverloadedOperatorKind Operator; 456 OverloadedOperatorKind Operator) 457 : Qualifier(Qualifier, true), Operator(Operator), 461 OverloadedOperatorKind Operator, 463 : Qualifier(Qualifier, true), Operator(Operator), [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/ |
| TemplateName.h | 307 /// Insertion operator for diagnostics. This allows sending TemplateName's 309 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 418 /// overloaded operator kind (when set). 428 /// \brief The overloaded operator name. 431 OverloadedOperatorKind Operator; 456 OverloadedOperatorKind Operator) 457 : Qualifier(Qualifier, true), Operator(Operator), 461 OverloadedOperatorKind Operator, 463 : Qualifier(Qualifier, true), Operator(Operator), [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
| TemplateName.h | 312 /// Insertion operator for diagnostics. This allows sending TemplateName's 314 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 423 /// overloaded operator kind (when set). 433 /// \brief The overloaded operator name. 436 OverloadedOperatorKind Operator; 461 OverloadedOperatorKind Operator) 462 : Qualifier(Qualifier, true), Operator(Operator), 466 OverloadedOperatorKind Operator, 468 : Qualifier(Qualifier, true), Operator(Operator), [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
| TemplateName.h | 312 /// Insertion operator for diagnostics. This allows sending TemplateName's 314 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 423 /// overloaded operator kind (when set). 433 /// \brief The overloaded operator name. 436 OverloadedOperatorKind Operator; 461 OverloadedOperatorKind Operator) 462 : Qualifier(Qualifier, true), Operator(Operator), 466 OverloadedOperatorKind Operator, 468 : Qualifier(Qualifier, true), Operator(Operator), [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
| TemplateName.h | 312 /// Insertion operator for diagnostics. This allows sending TemplateName's 314 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 423 /// overloaded operator kind (when set). 433 /// \brief The overloaded operator name. 436 OverloadedOperatorKind Operator; 461 OverloadedOperatorKind Operator) 462 : Qualifier(Qualifier, true), Operator(Operator), 466 OverloadedOperatorKind Operator, 468 : Qualifier(Qualifier, true), Operator(Operator), [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
| TemplateName.h | 312 /// Insertion operator for diagnostics. This allows sending TemplateName's 314 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 423 /// overloaded operator kind (when set). 433 /// \brief The overloaded operator name. 436 OverloadedOperatorKind Operator; 461 OverloadedOperatorKind Operator) 462 : Qualifier(Qualifier, true), Operator(Operator), 466 OverloadedOperatorKind Operator, 468 : Qualifier(Qualifier, true), Operator(Operator), [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/ |
| tokenize.py | 85 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"<>", r"!=", 92 Funny = group(Operator, Bracket, Special)
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| tokenize.py | 81 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"<>", r"!=", 88 Funny = group(Operator, Bracket, Special)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/ |
| tokenize.py | 85 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"<>", r"!=", 92 Funny = group(Operator, Bracket, Special)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| tokenize.py | 81 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"<>", r"!=", 88 Funny = group(Operator, Bracket, Special)
|
| /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++ -*-===// 32 class Operator : public User { 34 // The Operator class is intended to be used as a utility, and is never itself 36 void *operator new(size_t, unsigned) = delete; 37 void *operator new(size_t s) = delete; 38 Operator() = delete; 44 ~Operator() override; 72 /// Add, Sub, and Mul. It does not include SDiv, despite that operator having 74 class OverflowingBinaryOperator : public Operator { [all...] |
| /external/parameter-framework/upstream/tools/xmlGenerator/ |
| EddParser.py | 281 # extract all children rule and operator 282 childRules = self.extractChildrenByClass([Operator, Rule]) 391 class Operator (Rule) : 392 """class implementing the operator concept 394 An operator contains rules and other operators 399 tag = "operator" 402 childWhiteList = ["Rule", "Operator"] 413 rules = self.extractChildrenByClass([Rule, Operator]) 431 childWhiteList = ["Rule", "Operator", "Path", "GroupPath"] 447 self.addChildren(configuration.extractChildrenByClass([Operator, Rule]), append=False [all...] |
| /external/python/cpython3/Lib/ |
| tokenize.py | 175 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"!=", 182 Funny = group(Operator, Bracket, Special)
|
| /external/vboot_reference/firmware/include/ |
| tss_constants.h | 78 TSS_BOOL Operator;
|
| /frameworks/compile/mclinker/include/mcld/Script/ |
| Operator.h | 1 //===- Operator.h ---------------------------------------------------------===// 22 /** \class Operator 23 * \brief This class defines the interfaces to an operator token. 26 class Operator : public ExprToken { 31 /* arithmetic operator */ 90 Operator(Arity pArity, Type pType); 96 virtual ~Operator(); 110 return pToken->kind() == ExprToken::OPERATOR; 113 template <Operator::Type TYPE> 114 static Operator& create() [all...] |
| /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/ |
| ast.go | 207 // cases (for the unary sizeof operator) the standard 281 // We need an extra space after operator<. 1290 // Decltype is the decltype operator. 1331 // Operator is an operator. 1332 type Operator struct { 1336 func (op *Operator) print(ps *printState) { 1337 ps.writeString("operator") 1346 func (op *Operator) Traverse(fn func(AST) bool) { 1350 func (op *Operator) Copy(fn func(AST) AST, skip func(AST) bool) AST [all...] |
| /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/ |
| ast.go | 207 // cases (for the unary sizeof operator) the standard 281 // We need an extra space after operator<. 1290 // Decltype is the decltype operator. 1331 // Operator is an operator. 1332 type Operator struct { 1336 func (op *Operator) print(ps *printState) { 1337 ps.writeString("operator") 1346 func (op *Operator) Traverse(fn func(AST) bool) { 1350 func (op *Operator) Copy(fn func(AST) AST, skip func(AST) bool) AST [all...] |
| /prebuilts/clang/host/darwin-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/darwin-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/darwin-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/darwin-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...] |