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

/frameworks/compile/mclinker/include/mcld/Support/
H A DLEB128.h22 template <typename IntType>
23 size_t encode(ByteType*& pBuf, IntType pValue);
25 template <typename IntType>
26 IntType decode(const ByteType* pBuf, size_t& pSize);
28 template <typename IntType>
29 IntType decode(const ByteType*& pBuf);
35 template <typename IntType>
36 size_t size(IntType pValue) {
95 template <typename IntType>
96 size_t encode(char*& pBuf, IntType pValu
[all...]
/frameworks/compile/slang/
H A Dslang_rs_special_func.cpp44 const clang::QualType &IntType = FD->getASTContext().IntTy; local
45 if (FD->getReturnType().getCanonicalType() == IntType) {
60 const clang::QualType &IntType = FD->getASTContext().IntTy; local
67 if (QT != IntType) {
77 if (FD->getReturnType().getCanonicalType() != IntType) {

Completed in 163 milliseconds