/openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 31 Property property(definition); in Initialize() local 42 Property *property = ProtectedGetPropertyAtIndex(property_idx); in SetValueChangedCallback() local 51 Property property(name.GetStringRef(), desc.GetStringRef(), is_global, in AppendProperty() local 214 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch() local 223 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueLanguage() local 231 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsLanguage() local 242 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsArgs() local 273 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexFromArgs() local 298 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsBoolean() local 309 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsBoolean() local [all …]
|
/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_property.c | 100 struct drm_property *property = NULL; in drm_property_create() local 166 struct drm_property *property; in drm_property_create_enum() local 215 struct drm_property *property; in drm_property_create_bitmask() local 245 struct drm_property *property; in property_create_range() local 335 struct drm_property *property; in drm_property_create_object() local 389 int drm_property_add_enum(struct drm_property *property, in drm_property_add_enum() 440 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy() 461 struct drm_property *property; in drm_mode_getproperty_ioctl() local 874 bool drm_property_change_valid_get(struct drm_property *property, in drm_property_change_valid_get() 930 void drm_property_change_valid_put(struct drm_property *property, in drm_property_change_valid_put()
|
H A D | drm_mode_object.c | 237 struct drm_property *property, in drm_object_attach_property() 287 struct drm_property *property, uint64_t val) in drm_object_property_set_value() 306 struct drm_property *property, in __drm_object_property_get_prop_value() 322 struct drm_property *property, in __drm_object_property_get_value() 372 struct drm_property *property, uint64_t *val) in drm_object_property_get_value() 397 struct drm_property *property, in drm_object_property_get_default_value() 595 struct drm_property *property; in drm_mode_obj_set_property_ioctl() local
|
H A D | drm_atomic_uapi.c | 409 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() argument 479 drm_atomic_crtc_get_property(struct drm_crtc * crtc,const struct drm_crtc_state * state,struct drm_property * property,uint64_t * val) drm_atomic_crtc_get_property() argument 515 drm_atomic_plane_set_property(struct drm_plane * plane,struct drm_plane_state * state,struct drm_file * file_priv,struct drm_property * property,uint64_t val) drm_atomic_plane_set_property() argument 611 drm_atomic_plane_get_property(struct drm_plane * plane,const struct drm_plane_state * state,struct drm_property * property,uint64_t * val) drm_atomic_plane_get_property() argument 693 drm_atomic_connector_set_property(struct drm_connector * connector,struct drm_connector_state * state,struct drm_file * file_priv,struct drm_property * property,uint64_t val) drm_atomic_connector_set_property() argument 819 drm_atomic_connector_get_property(struct drm_connector * connector,const struct drm_connector_state * state,struct drm_property * property,uint64_t * val) drm_atomic_connector_get_property() argument 900 drm_atomic_get_property(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) drm_atomic_get_property() argument [all...] |
H A D | drm_mode_config.c | 493 struct drm_property *property, *pt; in drm_mode_config_cleanup() local
|
H A D | drm_crtc.c | 914 drm_mode_crtc_set_obj_prop(struct drm_mode_object * obj,struct drm_property * property,uint64_t value) drm_mode_crtc_set_obj_prop() argument [all...] |
H A D | drm_plane.c | 640 struct drm_property *property, in drm_mode_plane_set_obj_prop()
|
H A D | drm_connector.c | 2799 struct drm_property *property, in drm_connector_set_obj_prop()
|
H A D | drm_linux.c | 1670 drm_sysfs_connector_status_event(struct drm_connector * connector,struct drm_property * property) drm_sysfs_connector_status_event() argument 1677 drm_sysfs_connector_property_event(struct drm_connector * connector,struct drm_property * property) drm_sysfs_connector_property_event() argument
|
/openbsd-src/gnu/llvm/clang/docs/analyzer/checkers/ |
H A D | callandmessage_example.c | 32 @property (readwrite,assign) id x; in property() function 44 @property (readwrite,assign) id x; in property() function 59 @property (readwrite,assign) id x; in property() function
|
/openbsd-src/lib/libc/locale/ |
H A D | wctype.c | 61 wctype(const char * property) wctype() argument 73 wctype_l(const char * property,locale_t locale) wctype_l() argument
|
/openbsd-src/sys/dev/pv/ |
H A D | xenstore.c | 820 xs_watch(void *xsc, const char *path, const char *property, struct task *task, in xs_watch() 907 xs_getnum(void *xsc, const char *path, const char *property, in xs_getnum() 932 xs_setnum(void *xsc, const char *path, const char *property, in xs_setnum() 946 xs_getprop(void *xsc, const char *path, const char *property, char *value, in xs_getprop() 981 xs_setprop(void *xsc, const char *path, const char *property, char *value, in xs_setprop() 1014 xs_cmpprop(void *xsc, const char *path, const char *property, const char *value, in xs_cmpprop() 1048 xs_await_transition(void *xsc, const char *path, const char *property, in xs_await_transition()
|
/openbsd-src/sys/dev/pci/drm/i915/display/ |
H A D | intel_atomic.c | 58 struct drm_property *property, in intel_digital_connector_atomic_get_property() 91 struct drm_property *property, in intel_digital_connector_atomic_set_property()
|
H A D | intel_sdvo.c | 2353 struct drm_property *property, in intel_sdvo_connector_atomic_get_property() 2412 struct drm_property *property, in intel_sdvo_connector_atomic_set_property()
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangASTPropertiesEmitter.cpp | 102 for (Property property : in ASTPropsEmitter() local 305 for (Property property : nodeInfo.Properties) { in validateNode() local 507 Property property) { in emitReadOfProperty() 562 Property property) { in emitWriteOfProperty()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 65 ObjCPropertyDecl *property) { in checkPropertyDeclWithOwnership() 722 ObjCPropertyDecl *property, in checkARCPropertyImpl() 801 ObjCPropertyDecl *property, ObjCIvarDecl *ivar) { in setImpliedPropertyAttributeForReadOnlyProperty() 1097 ObjCPropertyDecl *property = nullptr; in ActOnPropertyImplDecl() local 1709 bool Sema::DiagnosePropertyAccessorMismatch(ObjCPropertyDecl *property, in DiagnosePropertyAccessorMismatch() 2139 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters() local 2375 void Sema::ProcessPropertyDecl(ObjCPropertyDecl *property) { in ProcessPropertyDecl()
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CIndexUSRs.cpp | 132 CXString clang_constructUSR_ObjCProperty(const char *property, in clang_constructUSR_ObjCProperty()
|
/openbsd-src/sys/dev/pci/drm/include/drm/ |
H A D | drm_property.h | 241 static inline bool drm_property_type_is(struct drm_property *property, in drm_property_type_is()
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_connectors.c | 472 struct drm_property *property, in amdgpu_connector_set_property() 792 struct drm_property *property, in amdgpu_connector_set_lcd_property()
|
/openbsd-src/sys/dev/pci/drm/radeon/ |
H A D | radeon_connectors.c | 527 …c int radeon_connector_set_property(struct drm_connector *connector, struct drm_property *property, in radeon_connector_set_property() 920 struct drm_property *property, in radeon_lvds_set_property()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 248 const ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes() 293 const ObjCPropertyDecl *property, in PushProperty() 1122 const ObjCPropertyDecl *property, in PushProperty() 3458 for (auto *property : Properties) { in GeneratePropertyList() local
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectSettings.cpp | 531 const Property *property = in DoExecute() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclObjC.cpp | 2222 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { in addPropertyImplementation() 2405 ObjCPropertyDecl *property, in Create()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclObjC.h | 2827 ObjCPropertyDecl *property, in ObjCPropertyImplDecl()
|
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 6187 amdgpu_dm_connector_atomic_set_property(struct drm_connector * connector,struct drm_connector_state * connector_state,struct drm_property * property,uint64_t val) amdgpu_dm_connector_atomic_set_property() argument 6242 amdgpu_dm_connector_atomic_get_property(struct drm_connector * connector,const struct drm_connector_state * state,struct drm_property * property,uint64_t * val) amdgpu_dm_connector_atomic_get_property() argument [all...] |