Home
last modified time | relevance | path

Searched refs:is_ptr (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/PCH/
Dstruct.c15 return fun->is_ptr? fun->ptr : 0; in get_fun_ptr()
26 int *int_ptr_fail = &fun->is_ptr; // expected-error{{address of bit-field requested}}
Dstruct.h16 int is_ptr : 1; member
/external/lldb/source/Core/
DValueObject.cpp3509 const bool is_ptr = type_flags.Test (ClangASTType::eTypeIsPointer); in DumpValueObject_Impl() local
3510 if (is_ptr || is_ref) in DumpValueObject_Impl()
3572 … (is_ptr || is_ref) ? curr_ptr_depth - 1 : curr_ptr_depth, in DumpValueObject_Impl()