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

1 2 3 45 6

  /external/clang/lib/Sema/
SemaExprCXX.cpp 742 // This is a generic lambda call operator that is being instantiated
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp 349 return value && value->unit == CSSParserValue::Operator && value->iValue == ',';
363 return value->unit == CSSParserValue::Operator && value->iValue == '/';
    [all...]
CSSGrammar.y 137 v.unit = CSSParserValue::Operator;
351 %type <character> operator
1605 operator: label
    [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/chromium_org/v8/src/compiler/
raw-machine-assembler.h 10 #include "src/compiler/common-operator.h"
13 #include "src/compiler/machine-operator.h"
15 #include "src/compiler/operator.h"
407 virtual Node* MakeNode(const Operator* op, int input_count,
simplified-operator-reducer-unittest.cc 7 #include "src/compiler/simplified-operator.h"
8 #include "src/compiler/simplified-operator-reducer.h"
132 const Operator* (SimplifiedOperatorBuilder::*constructor)();
137 std::ostream& operator<<(std::ostream& os, const UnaryOperator& unop) {
machine-operator-reducer-unittest.cc 8 #include "src/compiler/machine-operator-reducer.h"
205 const Operator* (MachineOperatorBuilder::*constructor)();
210 std::ostream& operator<<(std::ostream& os, const UnaryOperator& unop) {
instruction-selector.cc 174 if (!node->op()->HasProperty(Operator::kEliminatable)) return true;
608 V8_Fatal(__FILE__, __LINE__, "Unexpected operator #%d:%s @ node #%d",
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-node-algorithm.cc 10 #include "src/compiler/common-operator.h"
16 #include "src/compiler/operator.h"
21 static SimpleOperator dummy_operator(IrOpcode::kParameter, Operator::kNoWrite,
test-scheduler.cc 8 #include "src/compiler/common-operator.h"
13 #include "src/compiler/js-operator.h"
14 #include "src/compiler/machine-operator.h"
16 #include "src/compiler/operator.h"
679 const Operator* op;
824 const Operator* op;
936 const Operator* op;
    [all...]
test-node.cc 12 #include "src/compiler/operator.h"
17 static SimpleOperator dummy_operator(IrOpcode::kParameter, Operator::kNoWrite,
472 bool operator()(const Node* node) const { return result; }
  /external/clang/lib/Parse/
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/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...]
ScalarEvolution.cpp 81 #include "llvm/IR/Operator.h"
463 bool operator()(const SCEV *LHS, const SCEV *RHS) const {
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 30 #include "llvm/IR/Operator.h"
    [all...]
  /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...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 24 // 1. If a binary operator has a constant operand, it is moved to the RHS
684 // constant as the other operand, try to fold the binary operator into the
720 /// FoldOpIntoPhi - Given a binary operator, cast instruction, or select which
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 41 struct InstrsOp : public SetTheory::Operator {
56 struct InstRegexOp : public SetTheory::Operator {
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 394 void operator=(const DeclSpec &) LLVM_DELETED_FUNCTION;
832 const UnqualifiedId &operator=(const UnqualifiedId &) LLVM_DELETED_FUNCTION;
839 /// \brief An overloaded operator name, e.g., operator+.
841 /// \brief A conversion function name, e.g., operator int.
843 /// \brief A user-defined literal name, e.g., operator "" _i.
858 /// \brief The kind of overloaded operator.
859 OverloadedOperatorKind Operator;
862 /// the operator, e.g., the "new", "[", and "]" tokens in
863 /// operator new [].
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 2054 milliseconds

1 2 3 45 6