| /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/chromium_org/third_party/WebKit/Source/core/css/ |
| CSSParserValues.cpp | 76 if (unit == CSSParserValue::Operator)
|
| CSSParserValues.h | 89 UChar operator[](unsigned i) const 119 operator String() const { return is8Bit() ? String(m_data.characters8, m_length) : StringImpl::create8BitIfPossible(m_data.characters16, m_length); } 120 operator AtomicString() const { return is8Bit() ? AtomicString(m_data.characters8, m_length) : AtomicString(m_data.characters16, m_length); } 151 Operator = 0x100000,
|
| MediaQueryExp.cpp | 252 } else if (i == 1 && value->unit == CSSParserValue::Operator && value->iValue == '/') { 280 bool MediaQueryExp::operator==(const MediaQueryExp& other) const
|
| CSSCalculationValue.cpp | 617 if (value->unit != CSSParserValue::Operator) 626 if (parserValue->unit == CSSParserValue::Operator)
|
| /external/llvm/lib/Analysis/IPA/ |
| GlobalsModRef.cpp | 266 } else if (Operator::getOpcode(I) == Instruction::GetElementPtr) { 269 } else if (Operator::getOpcode(I) == Instruction::BitCast) {
|
| InlineCost.cpp | 30 #include "llvm/IR/Operator.h" [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
| MediaQueryParser.cpp | 244 value.unit = CSSParserValue::Operator;
|
| CSSPropertyParser.cpp | 342 return value && value->unit == CSSParserValue::Operator && value->iValue == ','; 348 return value->unit == CSSParserValue::Operator && value->iValue == '/'; 643 if (!value || !(value->unit == CSSParserValue::Operator && value->iValue == ',')) [all...] |
| /external/clang/lib/Parse/ |
| ParseTemplate.cpp | 667 // operator. [all...] |
| ParseExprCXX.cpp | 302 // because a simple-template-id cannot start with 'operator', but 568 /// '::' operator-function-id 597 /// direct operand of the address-of operator. This is, besides member contexts, 620 // This is only the direct operand of an & operator if it is not [all...] |
| /external/llvm/lib/CodeGen/ |
| ScheduleDAGInstrs.cpp | 29 #include "llvm/IR/Operator.h" 74 if (const Operator *U = dyn_cast<Operator>(V)) { 87 Operator::getOpcode(U->getOperand(1)) != Instruction::Mul && 115 if (Operator::getOpcode(V) == Instruction::IntToPtr) { [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| ndr64types.h | 473 NDR64_FORMAT_CHAR Operator;
|
| /external/chromium_org/base/test/ |
| trace_event_analyzer.cc | 265 << "Invalid query: comparison operator used between event member and " 274 // It's a logical operator. 552 Query Query::operator==(const Query& rhs) const { 556 Query Query::operator!=(const Query& rhs) const { 560 Query Query::operator<(const Query& rhs) const { 564 Query Query::operator<=(const Query& rhs) const { 568 Query Query::operator>(const Query& rhs) const { 572 Query Query::operator>=(const Query& rhs) const { 576 Query Query::operator&&(const Query& rhs) const { 580 Query Query::operator||(const Query& rhs) const [all...] |
| /external/clang/lib/Sema/ |
| DeclSpec.cpp | 325 getName().OperatorFunctionId.Operator); [all...] |
| SemaExprCXX.cpp | 742 // This is a generic lambda call operator that is being instantiated [all...] |
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
| mathml_store_rules.js | 597 // Prefix Operator 609 // Postfix Operator 796 // Limit operator rules
|
| /external/llvm/include/llvm/Analysis/ |
| ScalarEvolution.h | 29 #include "llvm/IR/Operator.h" 48 class Operator; 74 void operator=(const SCEV &) LLVM_DELETED_FUNCTION; 81 /// operator. NSW is a misnomer that we use to mean no signed overflow or 151 inline raw_ostream &operator<<(raw_ostream &OS, const SCEV &S) { [all...] |
| /external/llvm/lib/Analysis/ |
| TargetTransformInfo.cpp | 16 #include "llvm/IR/Operator.h" 445 return getOperationCost(Operator::getOpcode(U), U->getType(),
|
| BasicAliasAnalysis.cpp | 37 #include "llvm/IR/Operator.h" 186 bool operator==(const VariableGEPIndex &Other) const { 191 bool operator!=(const VariableGEPIndex &Other) const { 192 return !operator==(Other); 300 const Operator *Op = dyn_cast<Operator>(V); 302 // The only non-operator case we can handle are GlobalAliases. [all...] |
| /frameworks/compile/mclinker/lib/Object/ |
| SectionMap.cpp | 14 #include <mcld/Script/Operator.h>
|
| /external/clang/include/clang/AST/ |
| 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...] |
| /external/clang/utils/TableGen/ |
| NeonEmitter.cpp | 156 bool operator==(const Type &Other) const { return str() == Other.str(); } 157 bool operator!=(const Type &Other) const { return !operator==(Other); } 408 bool operator<(const Intrinsic &Other) const { [all...] |
| /external/llvm/lib/TableGen/ |
| TGParser.cpp | 786 /// ParseOperation - Parse an operator. This returns null on error. 811 TokError("did not get type for unary operator"); 831 TokError("expected '(' after unary operator"); 846 TokError("expected list or string type argument in unary operator"); 853 TokError("expected list or string type argument in unary operator"); 861 TokError("expected list type argument in unary operator"); 866 TokError("empty list argument in unary operator"); 873 TokError("untyped list element in unary operator"); 882 assert(LHSt && "expected list type argument in unary operator"); 885 TokError("expected list type argument in unary operator"); [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| FastISel.cpp | 60 #include "llvm/IR/Operator.h" 228 } else if (const Operator *Op = dyn_cast<Operator>(V)) { 358 /// SelectBinaryOp - Select and emit code for a binary operator instruction, [all...] |