OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_ptr
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/PCH/
struct.c
15
return fun->
is_ptr
? fun->ptr : 0;
26
int *int_ptr_fail = &fun->
is_ptr
; // expected-error{{address of bit-field requested}}
struct.h
16
int
is_ptr
: 1;
member in struct:Fun
/external/vulkan-validation-layers/
vk-layer-generate.py
146
is_ptr
= False
151
is_ptr
= True
154
if
is_ptr
and 'const' in p.ty and param_count != 'NONE':
[
all
...]
Completed in 84 milliseconds