/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
tokenize.py | 82 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"<>", r"!=",
89 Funny = group(Operator, Bracket, Special)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
tokenize.py | 85 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"<>", r"!=",
92 Funny = group(Operator, Bracket, Special)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
tokenize.py | 81 Operator = group(r"\*\*=?", r">>=?", r"<<=?", r"<>", r"!=",
88 Funny = group(Operator, Bracket, Special)
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Value.cpp | 20 #include "llvm/Operator.h" 326 } else if (Operator::getOpcode(V) == Instruction::BitCast) { 327 V = cast<Operator>(V)->getOperand(0); 541 Entry->operator=(DenseMapInfo<Value *>::getTombstoneKey()); 545 Entry->operator=(0); 602 Entry->operator=(New);
|
/external/v8/src/compiler/ |
common-operator-reducer.cc | 5 #include "src/compiler/common-operator-reducer.h" 9 #include "src/compiler/common-operator.h" 11 #include "src/compiler/machine-operator.h" 371 Reduction CommonOperatorReducer::Change(Node* node, Operator const* op, 380 Reduction CommonOperatorReducer::Change(Node* node, Operator const* op, Node* a,
|
effect-control-linearizer.h | 8 #include "src/compiler/common-operator.h" 10 #include "src/compiler/simplified-operator.h" 225 Operator const* ToNumberOperator(); 233 SetOncePointer<Operator const> to_number_operator_;
|
node.cc | 52 Node* Node::New(Zone* zone, NodeId id, const Operator* op, int input_count, 306 Node::Node(NodeId id, const Operator* op, int inline_count, int inline_capacity) 382 std::ostream& operator<<(std::ostream& os, const Node& n) { 400 Node::InputEdges::iterator Node::InputEdges::iterator::operator++(int n) { 410 Node::Inputs::const_iterator Node::Inputs::const_iterator::operator++(int n) { 420 Node::UseEdges::iterator Node::UseEdges::iterator::operator++(int n) { 430 Node::Uses::const_iterator Node::Uses::const_iterator::operator++(int n) {
|
effect-control-linearizer.cc | 517 !node->op()->HasProperty(Operator::kNoWrite)) { [all...] |
dead-code-elimination.cc | 7 #include "src/compiler/common-operator.h" 10 #include "src/compiler/operator-properties.h" 164 const Operator* const op = common()->ResizeMergeOrPhi(node->op(), size);
|
int64-lowering.cc | 6 #include "src/compiler/common-operator.h" 10 #include "src/compiler/machine-operator.h" 153 const Operator* load_op; 206 const Operator* store_op; 291 const Operator* op = common()->Call( 808 void Int64Lowering::LowerComparison(Node* node, const Operator* high_word_op, 809 const Operator* low_word_op) { [all...] |
js-create-lowering.cc | 11 #include "src/compiler/common-operator.h" 13 #include "src/compiler/js-operator.h" 17 #include "src/compiler/operator-properties.h" 18 #include "src/compiler/simplified-operator.h" 27 // A helper class to construct inline allocations on the simplified operator 46 // TODO(turbofan): Maybe we should put the Type* onto the Allocate operator 304 Operator::Properties properties = node->op()->properties(); 308 const Operator* new_op = common()->Call(desc); 317 Operator::Properties properties = node->op()->properties(); 321 const Operator* new_op = common()->Call(desc) [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/libchrome/base/metrics/ |
persistent_sample_map.cc | 180 Operator op) {
|
sample_vector.cc | 73 HistogramSamples::Operator op) {
|
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.h | 154 bool operator!=(const TypeSet &RHS) const { return TypeVec != RHS.TypeVec; } 155 bool operator==(const TypeSet &RHS) const { return TypeVec == RHS.TypeVec; } 297 bool operator==(const TreePredicateFn &RHS) const { 301 bool operator!=(const TreePredicateFn &RHS) const { return !(*this == RHS); } 328 /// Operator - The Record for the operator if this is an interior node (not 330 Record *Operator; 352 : Operator(Op), Val(nullptr), TransformFn(nullptr), Children(Ch) { 356 : Operator(nullptr), Val(val), TransformFn(nullptr) { 388 Record *getOperator() const { assert(!isLeaf()); return Operator; } [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
ScheduleDAGInstrs.cpp | 17 #include "llvm/Operator.h" 61 if (const Operator *U = dyn_cast<Operator>(V)) { 74 Operator::getOpcode(U->getOperand(1)) != Instruction::Mul)) 91 if (Operator::getOpcode(V) != Instruction::IntToPtr)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
nodes.go | 205 Op Operator 345 Op Operator // 0 means no operation
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
nodes.go | 205 Op Operator 345 Op Operator // 0 means no operation
|