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

1 2 3

  /external/clang/lib/Headers/
unwind.h 153 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
159 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) {
186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
unwind.h 153 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
159 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) {
186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
unwind.h 153 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
159 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) {
186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
unwind.h 153 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
159 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) {
186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
pointer_to_member_type_info.cc 49 if (*__context != *thrown_type->__context) {
  /external/clang/test/OpenMP/
parallel_codegen.cpp 64 // CHECK: define internal void [[OMP_OUTLINED]](i32* %.global_tid., i32* %.bound_tid., %struct.anon* %__context)
67 // CHECK: store %struct.anon* %__context, %struct.anon** [[CONTEXT_ADDR]]
78 // CHECK-DEBUG: define internal void [[OMP_OUTLINED]](i32* %.global_tid., i32* %.bound_tid., %struct.anon* %__context)
81 // CHECK-DEBUG: store %struct.anon* %__context, %struct.anon** [[CONTEXT_ADDR]]
121 // CHECK: define internal void [[OMP_OUTLINED]](i32* %.global_tid., i32* %.bound_tid., %struct.anon.0* %__context)
123 // CHECK: store %struct.anon.0* %__context, %struct.anon.0** [[CONTEXT_ADDR]]
134 // CHECK-DEBUG: define internal void [[OMP_OUTLINED]](i32* %.global_tid., i32* %.bound_tid., %struct.anon.0* %__context)
136 // CHECK-DEBUG: store %struct.anon.0* %__context, %struct.anon.0** [[CONTEXT_ADDR]]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
unwind.h 109 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
124 uintptr_t _Unwind_GetIP(struct _Unwind_Context* __context);
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
unwind.h 109 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
124 uintptr_t _Unwind_GetIP(struct _Unwind_Context* __context);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 76 __stack_t __context; member in struct:__gnu_profile::__warning_data
81 : __magnitude(0.0), __context(0), __warning_id(0) { }
85 : __magnitude(__m), __context(__c), __warning_id(__id),
426 __gnu_profile::__write(__file, __info.__context);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 76 __stack_t __context; member in struct:__gnu_profile::__warning_data
81 : __magnitude(0.0), __context(0), __warning_id(0) { }
85 : __magnitude(__m), __context(__c), __warning_id(__id),
426 __gnu_profile::__write(__file, __info.__context);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 76 __stack_t __context; member in struct:__gnu_profile::__warning_data
81 : __magnitude(0.0), __context(0), __warning_id(0) { }
85 : __magnitude(__m), __context(__c), __warning_id(__id),
426 __gnu_profile::__write(__file, __info.__context);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h 83 __stack_t __context; member in struct:__gnu_profile::__warning_data
88 : __magnitude(0.0), __context(0), __warning_id(0) { }
92 : __magnitude(__m), __context(__c), __warning_id(__id),
433 __gnu_profile::__write(__file, __info.__context);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h 76 __stack_t __context; member in struct:__gnu_profile::__warning_data
81 : __magnitude(0.0), __context(0), __warning_id(0) { }
85 : __magnitude(__m), __context(__c), __warning_id(__id),
426 __gnu_profile::__write(__file, __info.__context);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h 83 __stack_t __context; member in struct:__gnu_profile::__warning_data
88 : __magnitude(0.0), __context(0), __warning_id(0) { }
92 : __magnitude(__m), __context(__c), __warning_id(__id),
433 __gnu_profile::__write(__file, __info.__context);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h 76 __stack_t __context; member in struct:__gnu_profile::__warning_data
81 : __magnitude(0.0), __context(0), __warning_id(0) { }
85 : __magnitude(__m), __context(__c), __warning_id(__id),
426 __gnu_profile::__write(__file, __info.__context);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_trace.h 76 __stack_t __context; member in struct:__gnu_profile::__warning_data
81 : __magnitude(0.0), __context(0), __warning_id(0) { }
85 : __magnitude(__m), __context(__c), __warning_id(__id),
426 __gnu_profile::__write(__file, __info.__context);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_trace.h 76 __stack_t __context; member in struct:__gnu_profile::__warning_data
81 : __magnitude(0.0), __context(0), __warning_id(0) { }
85 : __magnitude(__m), __context(__c), __warning_id(__id),
426 __gnu_profile::__write(__file, __info.__context);
  /external/libcxxabi/src/
private_typeinfo.h 239 const __class_type_info* __context; member in class:__cxxabiv1::__pointer_to_member_type_info
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.h 239 const __class_type_info* __context; member in class:__cxxabiv1::__pointer_to_member_type_info
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandler.java 105 private static final ThreadLocal<Context> __context = new ThreadLocal<Context>(); field in class:ContextHandler
122 return __context.get();
713 old_context = __context.get();
714 __context.set(_scontext);
726 __context.set(old_context);
803 Context old_context = __context.get();
804 __context.set(_scontext);
844 __context.set(old_context);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 322 __class_type_info* __context; // Class of the member. member in class:__cxxabiv1::__pointer_to_member_type_info
328 : __pbase_type_info(__n, __quals, __type), __context(__klass) { }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 322 __class_type_info* __context; // Class of the member. member in class:__cxxabiv1::__pointer_to_member_type_info
328 : __pbase_type_info(__n, __quals, __type), __context(__klass) { }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 322 __class_type_info* __context; // Class of the member. member in class:__cxxabiv1::__pointer_to_member_type_info
328 : __pbase_type_info(__n, __quals, __type), __context(__klass) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 322 __class_type_info* __context; // Class of the member. member in class:__cxxabiv1::__pointer_to_member_type_info
328 : __pbase_type_info(__n, __quals, __type), __context(__klass) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 319 __class_type_info* __context; // Class of the member. member in class:__cxxabiv1::__pointer_to_member_type_info
325 : __pbase_type_info(__n, __quals, __type), __context(__klass) { }

Completed in 1954 milliseconds

1 2 3