Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
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) { in size()
95 template <typename IntType>
96 size_t encode(char*& pBuf, IntType pValue) { in encode()
[all …]
/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp587 const clang::QualType &IntType = FD->getASTContext().IntTy; in isGraphicsRootRSFunc() local
588 if (FD->getReturnType().getCanonicalType() == IntType) { in isGraphicsRootRSFunc()
652 const clang::QualType &IntType = FD->getASTContext().IntTy; in validateSpecialFuncDecl() local
659 if (QT != IntType) { in validateSpecialFuncDecl()
669 if (FD->getReturnType().getCanonicalType() != IntType) { in validateSpecialFuncDecl()