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

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1520 Type castToType = R.first; local
1534 castToType = Intr.Variables[DI->getArgName(ArgIdx)].getType();
1540 castToType = Intr.getReturnType();
1542 castToType.makeUnsigned();
1544 castToType.makeSigned();
1546 castToType.halveLanes();
1548 castToType.doubleLanes();
1550 castToType.makeInteger(8, true);
1552 castToType = Type::fromTypedefName(SI->getAsUnquotedString());
1553 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
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp1206 //! castToType = true is useful when type requires more initializer values than we are providing, e.g.:
1209 const bool castToType,
1220 str << (i != idxBegin ? ", " : "") << (castToType ? de::toString(glu::getDataTypeName(type)) + "(" + iVal + ")" : iVal);
1208 generateInitializerListWithSpecConstant(const glu::DataType type, const bool castToType, const int idxBegin, const int idxEnd, const std::string& specConstName, const int specConstNdx) argument

Completed in 1698 milliseconds