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

/external/lldb/source/Symbol/
H A DClangASTContext.cpp529 QualTypeMatchesBitSize(const uint64_t bit_size, ASTContext *ast, QualType qual_type) function
551 if (QualTypeMatchesBitSize (bit_size, ast, ast->VoidPtrTy))
556 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedCharTy))
558 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedShortTy))
560 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedIntTy))
562 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedLongTy))
564 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedLongLongTy))
566 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedInt128Ty))
571 if (QualTypeMatchesBitSize (bit_size, ast, ast->CharTy))
573 if (QualTypeMatchesBitSize (bit_siz
[all...]

Completed in 459 milliseconds