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

/frameworks/compile/mclinker/include/mcld/Support/
H A DLEB128.h23 template<typename IntType>
24 size_t encode(ByteType *&pBuf, IntType pValue);
26 template<typename IntType>
27 IntType decode(const ByteType *pBuf, size_t &pSize);
29 template<typename IntType>
30 IntType decode(const ByteType *&pBuf);
36 template<typename IntType>
37 size_t size(IntType pValue) {
96 template<typename IntType>
97 size_t encode(char *&pBuf, IntType pValu
[all...]
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp461 const clang::QualType &IntType = FD->getASTContext().IntTy; local
462 if (FD->getReturnType().getCanonicalType() == IntType) {
526 const clang::QualType &IntType = FD->getASTContext().IntTy; local
533 if (QT != IntType) {
543 if (FD->getReturnType().getCanonicalType() != IntType) {

Completed in 864 milliseconds