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

1 2 34 5

  /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/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y 136 v.unit = CSSParserValue::Operator;
351 %type <character> operator
1585 operator: label
    [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...]
Sema.h 210 void operator=(const Sema &) LLVM_DELETED_FUNCTION;
684 /// A flag to remember whether the implicit forms of operator new and delete
704 /// fields, such as a SIZE operator in MS-style inline assembly.
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 81 #include "llvm/IR/Operator.h"
463 bool operator()(const SCEV *LHS, const SCEV *RHS) const {
    [all...]
InstructionSimplify.cpp 31 #include "llvm/IR/Operator.h"
616 } else if (Operator::getOpcode(V) == Instruction::BitCast) {
617 V = cast<Operator>(V)->getOperand(0);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 645 reference operator*() const { return Import; }
646 pointer operator->() const { return Import; }
648 import_iterator &operator++() {
653 import_iterator operator++(int) {
659 friend bool operator==(import_iterator X, import_iterator Y) {
663 friend bool operator!=(import_iterator X, import_iterator Y) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 486 //Operator symbols
500 * Invisible operator for plus.
515 * Invisible operator for multiplication.
537 * Invisible operator for function application.
    [all...]
math_semantic_tree.js 482 leaf.type = cvox.SemanticAttr.Type.OPERATOR;
588 var operator = this.createNode_();
590 operator.updateContent_(cvox.SemanticAttr.invisibleTimes());
591 var newNode = this.makeInfixNode_(nodes, operator);
600 * @param {!cvox.SemanticTree.Node} opNode The operator.
681 * punctuation sequences, function/big operator/integral applications to
682 * generate a syntax tree with relation and operator precedence.
703 * Constructs a syntax tree with relation and operator precedence from a list
734 * Constructs a syntax tree with operator precedence from a list nodes.
749 nodes[0].type == cvox.SemanticAttr.Type.OPERATOR) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 46 #include "llvm/IR/Operator.h"
172 bool operator<(const Slice &RHS) const {
181 friend LLVM_ATTRIBUTE_UNUSED bool operator<(const Slice &LHS,
185 friend LLVM_ATTRIBUTE_UNUSED bool operator<(uint64_t LHSOffset,
190 bool operator==(const Slice &RHS) const {
194 bool operator!=(const Slice &RHS) const { return !operator==(RHS); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplate.cpp 155 Name.OperatorFunctionId.Operator);
294 // beginning of a template argument list (14.2) or a less-than operator.
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 39 #include "llvm/IR/Operator.h"
85 bool operator<(ValueEqualityComparisonCase RHS) const {
90 bool operator==(BasicBlock *RHSDest) const { return Dest == RHSDest; }
207 switch (Operator::getOpcode(I)) {
708 bool operator()(const ConstantInt *LHS, const ConstantInt *RHS) const {
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 3633 milliseconds

1 2 34 5