Searched refs:castToType (Results 1 - 2 of 2) sorted by relevance

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1501 Type castToType = R.first; local
1515 castToType = Intr.Variables[DI->getArgName(ArgIdx)].getType();
1521 castToType = Intr.getReturnType();
1523 castToType.makeUnsigned();
1525 castToType.makeSigned();
1527 castToType.halveLanes();
1529 castToType.doubleLanes();
1531 castToType.makeInteger(8, true);
1533 castToType = Type::fromTypedefName(SI->getAsUnquotedString());
1534 assert_with_loc(!castToType
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXObject.java489 public Object castToType(int t, XPathContext support) method in class:XObject

Completed in 1427 milliseconds