OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guard_type
(Results
1 - 5
of
5
) sorted by null
/external/libcxxabi/src/
cxa_guard.cpp
37
typedef uint32_t
guard_type
;
typedef in namespace:__cxxabiv1::__anon22943
39
inline void set_initialized(
guard_type
* guard_object) {
43
typedef uint64_t
guard_type
;
45
void set_initialized(
guard_type
* guard_object) {
55
inline bool is_initialized(
guard_type
* guard_object) {
61
bool is_initialized(
guard_type
* guard_object) {
174
_LIBCXXABI_FUNC_VIS int __cxa_guard_acquire(
guard_type
*guard_object) {
227
_LIBCXXABI_FUNC_VIS void __cxa_guard_release(
guard_type
*guard_object) {
238
_LIBCXXABI_FUNC_VIS void __cxa_guard_abort(
guard_type
*guard_object) {
250
_LIBCXXABI_FUNC_VIS int __cxa_guard_acquire(
guard_type
*guard_object)
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_guard.cpp
38
typedef uint32_t
guard_type
;
typedef in namespace:__cxxabiv1::__anon104388
41
inline bool is_initialized(
guard_type
* guard_object) {
45
inline void set_initialized(
guard_type
* guard_object) {
51
typedef uint64_t
guard_type
;
53
bool is_initialized(
guard_type
* guard_object) {
58
void set_initialized(
guard_type
* guard_object) {
170
int __cxa_guard_acquire(
guard_type
* guard_object)
175
void __cxa_guard_release(
guard_type
* guard_object)
181
void __cxa_guard_abort(
guard_type
* guard_object)
188
int __cxa_guard_acquire(
guard_type
* guard_object
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_guard.cpp
40
typedef uint32_t
guard_type
;
typedef in namespace:__cxxabiv1::__anon104751
43
inline bool is_initialized(
guard_type
* guard_object) {
47
inline void set_initialized(
guard_type
* guard_object) {
53
typedef uint64_t
guard_type
;
55
bool is_initialized(
guard_type
* guard_object) {
60
void set_initialized(
guard_type
* guard_object) {
172
_LIBCXXABI_FUNC_VIS int __cxa_guard_acquire(
guard_type
*guard_object) {
176
_LIBCXXABI_FUNC_VIS void __cxa_guard_release(
guard_type
*guard_object) {
181
_LIBCXXABI_FUNC_VIS void __cxa_guard_abort(
guard_type
*guard_object) {
187
_LIBCXXABI_FUNC_VIS int __cxa_guard_acquire(
guard_type
*guard_object)
[
all
...]
/external/v8/src/compiler/
osr.cc
271
OsrGuardType
guard_type
= OsrGuardType::kAny;
local
288
guard_type
= OsrGuardType::kSignedSmall;
292
NodeProperties::ChangeOp(osr_guard, common->OsrGuard(
guard_type
));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def
[
all
...]
Completed in 1095 milliseconds