Home
last modified time | relevance | path

Searched defs:getOperand (Results 1 – 12 of 12) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/operations/
DUnaryOperation.java115 public Expression getOperand(){ in getOperand() method in UnaryOperation
/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h66 Value *getOperand() const { return *OpIt; } in getOperand() function
DUser.h87 Value *getOperand(unsigned i) const { in getOperand() function
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h67 const SCEV *getOperand() const { return Op; } in getOperand() function
149 const SCEV *getOperand(unsigned i) const { in getOperand() function
/external/llvm/include/llvm/TableGen/
DRecord.h919 Init *getOperand(int i) const override { in getOperand() function
925 Init *getOperand() const { return LHS; } in getOperand() function
967 Init *getOperand(int i) const override { in getOperand() function
1023 Init *getOperand(int i) const override { in getOperand() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h322 const SymExpr *getOperand() const { return Operand; } in getOperand() function
/external/llvm/lib/IR/
DMetadata.cpp950 MDNode *NamedMDNode::getOperand(unsigned i) const { in getOperand() function in NamedMDNode
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h664 Record *getOperand(unsigned ON) const { in getOperand() function
DDAGISelMatcher.h1047 unsigned getOperand(unsigned i) const { in getOperand() function
/external/messageformat/java/com/ibm/icu/simple/
DPluralRules.java726 public static Operand getOperand(String t) { in getOperand() method in PluralRules.FixedDecimal
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java742 public static Operand getOperand(String t) { in getOperand() method in PluralRules.FixedDecimal
/external/clang/include/clang/AST/
DExprCXX.h3356 Expr *getOperand() const { return static_cast<Expr*>(Operand); } in getOperand() function