OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__offset_shift
(Results
1 - 25
of
29
) sorted by null
1
2
/abi/cpp/include/
cxxabi.h
104
// All but the lower
__offset_shift
bits of __offset_flags are a signed
115
__offset_shift
= 8
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
126
offset() const { return __offset_flags >>
__offset_shift
; }
129
flags() const { return __offset_flags & ((1L <<
__offset_shift
) - 1); }
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cxxabi.h
104
// All but the lower
__offset_shift
bits of __offset_flags are a signed
115
__offset_shift
= 8
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
126
offset() const { return __offset_flags >>
__offset_shift
; }
129
flags() const { return __offset_flags & ((1L <<
__offset_shift
) - 1); }
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cxxabi.h
102
// All but the lower
__offset_shift
bits of __offset_flags are a signed
113
__offset_shift
= 8
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
124
offset() const { return __offset_flags >>
__offset_shift
; }
127
flags() const { return __offset_flags & ((1L <<
__offset_shift
) - 1); }
/ndk/sources/cxx-stl/gabi++/src/
cxxabi_defines.h
99
__offset_shift
= 8 // lower 8 bits are flags
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
113
return __offset_flags >>
__offset_shift
;
117
return __offset_flags & ((1 <<
__offset_shift
) - 1);
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h
99
__offset_shift
= 8 // lower 8 bits are flags
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
113
return __offset_flags >>
__offset_shift
;
117
return __offset_flags & ((1 <<
__offset_shift
) - 1);
/external/compiler-rt/lib/ubsan/
ubsan_type_hash.cc
57
__offset_shift
= 8
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
137
abi::__base_class_type_info::
__offset_shift
;
171
abi::__base_class_type_info::
__offset_shift
;
/external/clang/test/CodeGenCXX/
rtti-layout.cpp
49
__offset_shift
= 8
enumerator in enum:__base_class_type_info::__offset_flags_masks
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h
357
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
375
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h
354
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
372
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h
354
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
372
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h
357
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
375
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h
357
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
375
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h
357
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
375
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h
357
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
375
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h
354
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
372
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h
354
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
372
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h
362
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
380
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h
362
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
380
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cxxabi.h
369
__offset_shift
= 8 // Bits to shift offset.
enumerator in enum:__cxxabiv1::__base_class_type_info::__offset_flags_masks
387
return static_cast<ptrdiff_t>(__offset_flags) >>
__offset_shift
;
/external/clang/lib/CodeGen/
CGRTTI.cpp
827
//
__offset_shift
= 8
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libsupc++.a
[
all
...]
libstdc++.so
libstdc++.so.6
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libsupc++.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
libsupc++.a
[
all
...]
Completed in 419 milliseconds
1
2