OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttypePtr
(Results
1 - 3
of
3
) sorted by null
/external/libcxxabi/src/
cxa_personality.cpp
357
const uint8_t*
ttypePtr
= classInfo - ttypeIndex * sizeof(uintptr_t);
359
read_target2_value(
ttypePtr
));
440
const void**
ttypePtr
= temp++;
441
if (*
ttypePtr
== 0)
446
static_cast<const __shim_type_info*>(read_target2_value(
ttypePtr
));
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp
350
const uint8_t*
ttypePtr
= classInfo - ttypeIndex * sizeof(uintptr_t);
352
read_target2_value(
ttypePtr
));
430
const void**
ttypePtr
= temp++;
431
if (*
ttypePtr
== 0)
436
static_cast<const __shim_type_info*>(read_target2_value(
ttypePtr
));
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_personality.cpp
354
const uint8_t*
ttypePtr
= classInfo - ttypeIndex * sizeof(uintptr_t);
356
read_target2_value(
ttypePtr
));
434
const void**
ttypePtr
= temp++;
435
if (*
ttypePtr
== 0)
440
static_cast<const __shim_type_info*>(read_target2_value(
ttypePtr
));
[
all
...]
Completed in 47 milliseconds