HomeSort by relevance Sort by last modified time
    Searched refs:is_ptr (Results 1 - 6 of 6) 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/chromium_org/tools/json_schema_compiler/
util_cc_helper.py 81 def GetValueTypeString(self, value, is_ptr=False):
83 if is_ptr:
cc_generator.py 199 is_ptr=True))
343 is_ptr = prop.optional or prop.type_.property_type == PropertyType.ANY
348 is_ptr=is_ptr)))
446 def _CreateValueFromType(self, type_, var, is_ptr=False):
457 if is_ptr:
463 if is_ptr:
471 if is_ptr:
481 is_ptr)
483 if is_ptr
    [all...]
cpp_type_generator.py 75 def GetCppType(self, type_, is_ptr=False, is_in_container=False):
81 Use |is_ptr| if the type is optional. This will wrap the type in a
130 if is_in_container and (is_ptr or not self.IsCopyable(type_)):
132 elif is_ptr:
h_generator.py 162 is_ptr = prop.optional or prop.type_.property_type == PropertyType.ANY
164 self._type_helper.GetCppType(prop.type_, is_ptr=is_ptr),
259 self._type_helper.GetCppType(choice_type, is_ptr=True),

Completed in 736 milliseconds