HomeSort by relevance Sort by last modified time
    Searched full:bitwidth (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /frameworks/rs/driver/linkloader/include/
ELFTypes.h 27 template <unsigned Bitwidth> class ELFHeader;
28 template <unsigned Bitwidth> class ELFObject;
29 template <unsigned Bitwidth> class ELFProgramHeader;
30 template <unsigned Bitwidth> class ELFReloc;
31 template <unsigned Bitwidth> class ELFRelocRel; // For TypeTraits
32 template <unsigned Bitwidth> class ELFRelocRela; // For TypeTraits
33 template <unsigned Bitwidth> class ELFSection;
34 template <unsigned Bitwidth> class ELFSectionBits;
35 template <unsigned Bitwidth> class ELFSectionHeader;
36 template <unsigned Bitwidth> class ELFSectionHeaderTable
    [all...]
ELFSectionNoBits.h 25 template <unsigned Bitwidth>
26 class ELFSectionNoBits : public ELFSectionBits<Bitwidth> {
28 ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(Bitwidth);
ELFSection.h 23 template <unsigned Bitwidth>
26 ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(Bitwidth);
ELFSectionBits.h 26 template <unsigned Bitwidth>
27 class ELFSectionBits : public ELFSection<Bitwidth> {
29 ELFSectionHeader<Bitwidth> const *sh;
ELFSectionProgBits.h 26 template <unsigned Bitwidth>
27 class ELFSectionProgBits : public ELFSectionBits<Bitwidth> {
29 ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(Bitwidth);
ELFSectionRelTable.h 26 template <unsigned Bitwidth>
27 class ELFSectionRelTable : public ELFSection<Bitwidth> {
29 ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(Bitwidth);
ELFSectionStrTab.h 25 template <unsigned Bitwidth>
26 class ELFSectionStrTab : public ELFSection<Bitwidth> {
28 ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(Bitwidth);
ELFSectionSymTab.h 27 template <unsigned Bitwidth>
28 class ELFSectionSymTab : public ELFSection<Bitwidth> {
30 ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(Bitwidth);
  /external/clang/test/Index/
print-bitwidth.c 16 // RUN: c-index-test -test-print-bitwidth %s | FileCheck %s
17 // CHECK: FieldDecl=ac:2:12 (Definition) bitwidth=4
18 // CHECK: FieldDecl=:3:3 (Definition) bitwidth=4
19 // CHECK: FieldDecl=clock:4:12 (Definition) bitwidth=1
20 // CHECK: FieldDecl=:5:3 (Definition) bitwidth=0
21 // CHECK: FieldDecl=flag:6:12 (Definition) bitwidth=1
22 // CHECK: FieldDecl=light:10:12 (Definition) bitwidth=1
23 // CHECK: FieldDecl=toaster:11:12 (Definition) bitwidth=1
  /external/llvm/test/Transforms/InstCombine/
apint-mul1.ll 2 ; This test is for Integer BitWidth < 64 && BitWidth % 2 != 0.
apint-mul2.ll 2 ; This test is for Integer BitWidth >= 64 && BitWidth % 2 >= 1024.
apint-zext2.ll 2 ; This test is for Integer BitWidth > 64 && BitWidth <= 1024.
apint-zext1.ll 2 ; This test is for Integer BitWidth <= 64 && BitWidth % 2 != 0.
apint-div1.ll 2 ; This test is for Integer BitWidth < 64 && BitWidth % 2 != 0.
apint-div2.ll 2 ; This test is for Integer BitWidth >= 64 && BitWidth <= 1024.
apint-rem1.ll 2 ; This test is for Integer BitWidth < 64 && BitWidth % 2 != 0.
apint-rem2.ll 2 ; This test is for Integer BitWidth >= 64 && BitWidth <= 1024.
  /frameworks/rs/driver/linkloader/include/impl/
ELFSectionSymTab.hxx 24 template <unsigned Bitwidth>
25 ELFSectionSymTab<Bitwidth>::~ELFSectionSymTab() {
31 template <unsigned Bitwidth>
32 size_t ELFSectionSymTab<Bitwidth>::getFuncCount() const {
42 template <unsigned Bitwidth>
43 inline size_t ELFSectionSymTab<Bitwidth>::getExternFuncCount() const {
53 template <unsigned Bitwidth>
54 inline void ELFSectionSymTab<Bitwidth>::buildNameMap() {
63 template <unsigned Bitwidth>
64 inline ELFSymbol<Bitwidth> const
    [all...]
ELFSectionHeaderTable.hxx 26 template <unsigned Bitwidth>
27 ELFSectionHeaderTable<Bitwidth>::~ELFSectionHeaderTable() {
33 template <unsigned Bitwidth>
35 inline ELFSectionHeaderTable<Bitwidth> *
36 ELFSectionHeaderTable<Bitwidth>::read(Archiver &AR, ELFObjectTy *owner) {
70 template <unsigned Bitwidth>
71 inline void ELFSectionHeaderTable<Bitwidth>::print() const {
86 template <unsigned Bitwidth>
87 inline void ELFSectionHeaderTable<Bitwidth>::buildNameMap() {
96 template <unsigned Bitwidth>
    [all...]
ELFReloc.hxx 25 template <unsigned Bitwidth>
27 inline ELFReloc<Bitwidth> *
28 ELFReloc_CRTP<Bitwidth>::readRela(Archiver &AR, size_t index) {
53 template <unsigned Bitwidth>
55 inline ELFReloc<Bitwidth> *
56 ELFReloc_CRTP<Bitwidth>::readRel(Archiver &AR, size_t index) {
81 template <unsigned Bitwidth>
82 inline void ELFReloc_CRTP<Bitwidth>::print(bool shouldPrintHeader) const {
ELFSectionBits.hxx 27 template <unsigned Bitwidth>
28 inline void ELFSectionBits<Bitwidth>::print() const {
49 template <unsigned Bitwidth>
50 inline bool ELFSectionBits<Bitwidth>::protect() {
ELFSectionHeader.hxx 26 template <unsigned Bitwidth>
27 char const *ELFSectionHeader_CRTP<Bitwidth>::getName() const {
31 template <unsigned Bitwidth>
33 typename ELFSectionHeader_CRTP<Bitwidth>::ELFSectionHeaderTy *
34 ELFSectionHeader_CRTP<Bitwidth>::read(Archiver &AR,
65 template <unsigned Bitwidth>
66 void ELFSectionHeader_CRTP<Bitwidth>::print(bool shouldPrintHeader) const {
ELFSectionStrTab.hxx 27 template <unsigned Bitwidth>
29 ELFSectionStrTab<Bitwidth> *
30 ELFSectionStrTab<Bitwidth>::read(Archiver &AR,
52 template <unsigned Bitwidth>
53 void ELFSectionStrTab<Bitwidth>::print() const {
ELFSectionRelTable.hxx 28 template <unsigned Bitwidth>
29 ELFSectionRelTable<Bitwidth>::~ELFSectionRelTable() {
36 template <unsigned Bitwidth>
37 void ELFSectionRelTable<Bitwidth>::print() const {
52 template <unsigned Bitwidth>
54 ELFSectionRelTable<Bitwidth> *
55 ELFSectionRelTable<Bitwidth>::read(Archiver &AR,
90 template <unsigned Bitwidth>
91 size_t ELFSectionRelTable<Bitwidth>::
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 20 uint32_t BitWidth;
25 : BitWidth(Width), IsUnsigned(Unsigned) {}
28 : BitWidth(Value.getBitWidth()), IsUnsigned(Value.isUnsigned()) {}
30 uint32_t getBitWidth() const { return BitWidth; }
40 Value = Value.extOrTrunc(BitWidth);
56 return llvm::APSInt(BitWidth, IsUnsigned);
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned);
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned);
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue);
89 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned
    [all...]

Completed in 218 milliseconds

1 2 3 4 5 6 7