Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/PCH/
H A 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}}
H A Dstruct.h16 int is_ptr : 1; member
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp487 const bool is_ptr = IsPtr(); in ShouldPrintChildren() local
511 if (is_ptr || is_ref) { in ShouldPrintChildren()