/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
XUnresolvedVariableSimple.java | 55 Expression expr = ((ElemVariable)m_obj).getSelect().getExpression();
|
ElemSort.java | 93 public XPath getSelect()
|
ElemValueOf.java | 92 public XPath getSelect()
|
ElemWithParam.java | 82 public XPath getSelect()
|
ElemVariable.java | 121 public XPath getSelect() 424 return new XPath(new XRTreeFragSelectWrapper(valueof.getSelect().getExpression()));
|
ElemCopyOf.java | 73 public XPath getSelect()
|
ElemForEach.java | 114 public Expression getSelect()
|
RedundentExprEliminator.java | 666 paths.setElementAt(var.getSelect(), firstOccuranceIndex); 716 paths.setElementAt(var.getSelect(), firstOccuranceIndex); 739 paths.setElementAt(var.getSelect(), firstOccuranceIndex); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 329 XPath xpath = vvar.getSelect();
|
/external/llvm/include/llvm/Support/ |
ConstantFolder.h | 208 return ConstantExpr::getSelect(C, True, False);
|
TargetFolder.h | 232 return Fold(ConstantExpr::getSelect(C, True, False));
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | 486 return DAG.getSelect(SDLoc(N), [all...] |
LegalizeVectorOps.cpp | 608 Mask = DAG.getSelect(DL, BitTy, Mask, 764 Ops[i] = DAG.getSelect(dl, EltVT, Ops[i],
|
LegalizeDAG.cpp | [all...] |
LegalizeVectorTypes.cpp | 278 return DAG.getSelect(SDLoc(N), 285 return DAG.getSelect(SDLoc(N), [all...] |
LegalizeFloatTypes.cpp | 529 return DAG.getSelect(SDLoc(N), [all...] |
/external/llvm/unittests/IR/ |
ConstantsTest.cpp | 237 CHECK(ConstantExpr::getSelect(P3, P0, P4), "select i1 " P3STR ", i32 " P0STR
|
/external/llvm/include/llvm/IR/ |
Constants.h | [all...] |
/external/llvm/lib/IR/ |
ConstantFold.cpp | 730 return ConstantExpr::getSelect(Cond, TrueVal->getOperand(1), V2); 735 return ConstantExpr::getSelect(Cond, V1, FalseVal->getOperand(2)); [all...] |
Constants.cpp | [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 618 // getSelect - Helper function to make it easier to build Select's if you just 620 SDValue getSelect(SDLoc DL, EVT VT, SDValue Cond, [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | [all...] |
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | [all...] |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |