Home
last modified time | relevance | path

Searched refs:ATTR_NONNULL (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_query.h25 ATTR_NONNULL();
30 ATTR_NONNULL();
33 ATTR_NONNULL();
43 ATTR_NONNULL();
46 ATTR_NONNULL();
49 ATTR_NONNULL();
51 ATTR_NONNULL();
60 ATTR_NONNULL();
94 ATTR_NONNULL();
99 ATTR_NONNULL();
[all …]
H A Dbmesh_polygon.h46 ATTR_NONNULL();
49 ATTR_NONNULL();
51 ATTR_NONNULL();
55 ATTR_NONNULL();
75 void BM_face_normal_update(BMFace *f) ATTR_NONNULL();
77 void BM_edge_normals_update(BMEdge *e) ATTR_NONNULL();
81 void BM_vert_normal_update(BMVert *v) ATTR_NONNULL();
82 void BM_vert_normal_update_all(BMVert *v) ATTR_NONNULL();
88 void BM_face_normal_flip(BMesh *bm, BMFace *f) ATTR_NONNULL();
90 ATTR_NONNULL();
[all …]
H A Dbmesh_structure.h41 ATTR_NONNULL();
44 ATTR_NONNULL();
46 ATTR_NONNULL();
48 ATTR_NONNULL();
50 ATTR_NONNULL();
53 ATTR_NONNULL();
55 ATTR_NONNULL();
58 ATTR_NONNULL();
60 ATTR_NONNULL();
73 ATTR_NONNULL();
[all …]
H A Dbmesh_operator_api_inline.h34 ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1, 2) BLI_INLINE
48 ATTR_NONNULL(1, 2)
55 ATTR_NONNULL(1, 2)
62 ATTR_NONNULL(1, 2)
74 ATTR_NONNULL(1, 2)
81 ATTR_NONNULL(1, 2)
95 ATTR_NONNULL(1, 2)
109 ATTR_NONNULL(1, 2)
128 ATTR_NONNULL(1, 2)
138 ATTR_NONNULL(1, 2)
[all …]
H A Dbmesh_query_uv.h25 ATTR_NONNULL();
28 ATTR_NONNULL();
33 float r_cent[2]) ATTR_NONNULL();
35 ATTR_NONNULL();
38 ATTR_NONNULL();
47 ATTR_NONNULL();
52 ATTR_NONNULL();
55 ATTR_WARN_UNUSED_RESULT ATTR_NONNULL();
60 ATTR_NONNULL();
/dports/security/liboqs/liboqs-0.7.0/src/sig/picnic/external/
H A Dmzd_additional.h68 mzd_local_t const* second) ATTR_NONNULL;
70 mzd_local_t const* second) ATTR_NONNULL;
80 mzd_local_t const* second) ATTR_NONNULL;
82 mzd_local_t const* second) ATTR_NONNULL;
84 mzd_local_t const* second) ATTR_NONNULL;
90 mzd_local_t const* second) ATTR_NONNULL;
92 mzd_local_t const* second) ATTR_NONNULL;
94 mzd_local_t const* second) ATTR_NONNULL;
110 mzd_local_t const* second) ATTR_NONNULL;
112 mzd_local_t const* second) ATTR_NONNULL;
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_path_util.h34 const char *BLI_getenv(const char *env) ATTR_NONNULL(1);
45 ATTR_NONNULL();
51 ATTR_NONNULL(1, 3) ATTR_SENTINEL(0);
59 int BLI_path_slash_ensure(char *string) ATTR_NONNULL();
62 void BLI_path_slash_native(char *path) ATTR_NONNULL();
70 ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT;
73 ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT;
75 ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT;
92 bool BLI_path_make_safe(char *path) ATTR_NONNULL(1);
95 bool BLI_path_parent_dir(char *path) ATTR_NONNULL();
[all …]
H A DBLI_string_utf8.h31 ATTR_NONNULL();
33 ATTR_NONNULL();
38 int BLI_str_utf8_size(const char *p) ATTR_NONNULL();
39 int BLI_str_utf8_size_safe(const char *p) ATTR_NONNULL();
43 ATTR_NONNULL();
47 ATTR_NONNULL();
59 char *BLI_str_prev_char_utf8(const char *p) ATTR_NONNULL();
62 size_t BLI_wstrlen_utf8(const wchar_t *src) ATTR_NONNULL();
64 size_t BLI_strlen_utf8(const char *strc) ATTR_NONNULL();
66 ATTR_NONNULL();
[all …]
H A DBLI_listbase.h37 ATTR_NONNULL(1);
44 ATTR_NONNULL(1);
61 ATTR_NONNULL(1);
80 void *BLI_pophead(ListBase *listbase) ATTR_NONNULL(1);
81 void *BLI_poptail(ListBase *listbase) ATTR_NONNULL(1);
85 ATTR_NONNULL(1);
87 ATTR_NONNULL(1);
89 ATTR_NONNULL(1, 2, 3);
91 ATTR_NONNULL(1, 2);
94 void *thunk) ATTR_NONNULL(1, 2);
[all …]
H A DBLI_fileops.h49 int BLI_exists(const char *path) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL();
50 int BLI_copy(const char *file, const char *to) ATTR_NONNULL();
51 int BLI_rename(const char *from, const char *to) ATTR_NONNULL();
55 int BLI_move(const char *path, const char *to) ATTR_NONNULL();
56 int BLI_create_symlink(const char *path, const char *to) ATTR_NONNULL();
72 int64_t BLI_ftell(FILE *stream) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL();
109 bool BLI_dir_create_recursive(const char *dir) ATTR_NONNULL();
112 ATTR_NONNULL();
148 bool BLI_file_touch(const char *file) ATTR_NONNULL();
155 ATTR_NONNULL();
[all …]
H A DBLI_endian_switch.h32 BLI_INLINE void BLI_endian_switch_int16(short *val) ATTR_NONNULL(1);
33 BLI_INLINE void BLI_endian_switch_uint16(unsigned short *val) ATTR_NONNULL(1);
34 BLI_INLINE void BLI_endian_switch_int32(int *val) ATTR_NONNULL(1);
35 BLI_INLINE void BLI_endian_switch_uint32(unsigned int *val) ATTR_NONNULL(1);
36 BLI_INLINE void BLI_endian_switch_float(float *val) ATTR_NONNULL(1);
37 BLI_INLINE void BLI_endian_switch_int64(int64_t *val) ATTR_NONNULL(1);
38 BLI_INLINE void BLI_endian_switch_uint64(uint64_t *val) ATTR_NONNULL(1);
39 BLI_INLINE void BLI_endian_switch_double(double *val) ATTR_NONNULL(1);
42 void BLI_endian_switch_int16_array(short *val, const int size) ATTR_NONNULL(1);
44 void BLI_endian_switch_int32_array(int *val, const int size) ATTR_NONNULL(1);
[all …]
H A DBLI_mempool.h44 void BLI_mempool_free(BLI_mempool *pool, void *addr) ATTR_NONNULL(1, 2);
46 void BLI_mempool_clear(BLI_mempool *pool) ATTR_NONNULL(1);
47 void BLI_mempool_destroy(BLI_mempool *pool) ATTR_NONNULL(1);
48 int BLI_mempool_len(BLI_mempool *pool) ATTR_NONNULL(1);
50 ATTR_NONNULL(1);
52 void BLI_mempool_as_table(BLI_mempool *pool, void **data) ATTR_NONNULL(1, 2);
55 ATTR_NONNULL(1, 2);
56 void BLI_mempool_as_array(BLI_mempool *pool, void *data) ATTR_NONNULL(1, 2);
59 ATTR_NONNULL(1, 2);
93 ATTR_NONNULL();
[all …]
H A DBLI_string.h37 ATTR_NONNULL();
46 ATTR_NONNULL();
58 ATTR_NONNULL();
89 ATTR_NONNULL();
94 ATTR_NONNULL();
99 ATTR_NONNULL();
102 ATTR_NONNULL();
119 ATTR_NONNULL();
124 ATTR_NONNULL();
127 ATTR_NONNULL();
[all …]
H A DBLI_heap.h39 void BLI_heap_clear(Heap *heap, HeapFreeFP ptrfreefp) ATTR_NONNULL(1);
40 void BLI_heap_free(Heap *heap, HeapFreeFP ptrfreefp) ATTR_NONNULL(1);
41 HeapNode *BLI_heap_insert(Heap *heap, float value, void *ptr) ATTR_NONNULL(1);
43 ATTR_NONNULL(1, 2);
44 void BLI_heap_remove(Heap *heap, HeapNode *node) ATTR_NONNULL(1, 2);
45 bool BLI_heap_is_empty(const Heap *heap) ATTR_NONNULL(1);
46 unsigned int BLI_heap_len(const Heap *heap) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1);
47 HeapNode *BLI_heap_top(const Heap *heap) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1);
48 float BLI_heap_top_value(const Heap *heap) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1);
49 void *BLI_heap_pop_min(Heap *heap) ATTR_NONNULL(1);
[all …]
H A DBLI_stack.h35 ATTR_NONNULL();
37 void BLI_stack_free(BLI_Stack *stack) ATTR_NONNULL();
39 void *BLI_stack_push_r(BLI_Stack *stack) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL();
40 void BLI_stack_push(BLI_Stack *stack, const void *src) ATTR_NONNULL();
42 void BLI_stack_pop_n(BLI_Stack *stack, void *dst, unsigned int n) ATTR_NONNULL();
44 void BLI_stack_pop(BLI_Stack *stack, void *dst) ATTR_NONNULL();
46 void *BLI_stack_peek(BLI_Stack *stack) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL();
47 void BLI_stack_discard(BLI_Stack *stack) ATTR_NONNULL();
48 void BLI_stack_clear(BLI_Stack *stack) ATTR_NONNULL();
50 size_t BLI_stack_count(const BLI_Stack *stack) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL();
[all …]
H A DBLI_smallhash.h55 void BLI_smallhash_init(SmallHash *sh) ATTR_NONNULL(1);
56 void BLI_smallhash_release(SmallHash *sh) ATTR_NONNULL(1);
59 bool BLI_smallhash_remove(SmallHash *sh, uintptr_t key) ATTR_NONNULL(1);
61 ATTR_NONNULL(1) ATTR_WARN_UNUSED_RESULT;
63 ATTR_NONNULL(1) ATTR_WARN_UNUSED_RESULT;
64 bool BLI_smallhash_haskey(const SmallHash *sh, uintptr_t key) ATTR_NONNULL(1);
65 int BLI_smallhash_len(const SmallHash *sh) ATTR_NONNULL(1);
67 ATTR_NONNULL(1) ATTR_WARN_UNUSED_RESULT;
69 ATTR_NONNULL(1) ATTR_WARN_UNUSED_RESULT;
71 ATTR_NONNULL(1) ATTR_WARN_UNUSED_RESULT;
[all …]
H A DBLI_rand.h46 struct RNG *BLI_rng_copy(struct RNG *rng) ATTR_NONNULL(1);
47 void BLI_rng_free(struct RNG *rng) ATTR_NONNULL(1);
49 void BLI_rng_seed(struct RNG *rng, unsigned int seed) ATTR_NONNULL(1);
50 void BLI_rng_srandom(struct RNG *rng, unsigned int seed) ATTR_NONNULL(1);
52 int BLI_rng_get_int(struct RNG *rng) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1);
56 void BLI_rng_get_float_unit_v2(struct RNG *rng, float v[2]) ATTR_NONNULL(1, 2);
57 void BLI_rng_get_float_unit_v3(struct RNG *rng, float v[3]) ATTR_NONNULL(1, 2);
62 float r_pt[2]) ATTR_NONNULL();
66 unsigned int elem_tot) ATTR_NONNULL(1, 2);
69 void BLI_rng_skip(struct RNG *rng, int n) ATTR_NONNULL(1);
[all …]
H A DBLI_linklist.h59 void BLI_linklist_reverse(LinkNode **listp) ATTR_NONNULL(1);
64 void BLI_linklist_prepend(LinkNode **listp, void *ptr) ATTR_NONNULL(1);
66 ATTR_NONNULL(1, 3);
68 ATTR_NONNULL(1, 3);
72 ATTR_NONNULL(1, 3);
73 void BLI_linklist_append(LinkNodePair *list_pair, void *ptr) ATTR_NONNULL(1);
75 ATTR_NONNULL(1, 3);
77 ATTR_NONNULL(1, 3);
81 ATTR_NONNULL(1, 2);
82 void BLI_linklist_insert_after(LinkNode **listp, void *ptr) ATTR_NONNULL(1);
[all …]
H A DBLI_memiter.h42 ATTR_NONNULL(1);
44 ATTR_NONNULL(1, 3);
47 ATTR_NONNULL(1);
48 void BLI_memiter_destroy(BLI_memiter *mi) ATTR_NONNULL(1);
49 void BLI_memiter_clear(BLI_memiter *mi) ATTR_NONNULL(1);
50 unsigned int BLI_memiter_count(const BLI_memiter *mi) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1);
62 void BLI_memiter_iter_init(BLI_memiter *mi, BLI_memiter_handle *iter) ATTR_NONNULL();
63 bool BLI_memiter_iter_done(const BLI_memiter_handle *iter) ATTR_NONNULL();
64 void *BLI_memiter_iter_step(BLI_memiter_handle *iter) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL();
66 ATTR_NONNULL();
H A DBLI_dynstr.h48 void BLI_dynstr_append(DynStr *__restrict ds, const char *cstr) ATTR_NONNULL();
49 void BLI_dynstr_nappend(DynStr *__restrict ds, const char *cstr, int len) ATTR_NONNULL();
52 ATTR_PRINTF_FORMAT(2, 3) ATTR_NONNULL(1, 2);
54 ATTR_PRINTF_FORMAT(2, 0) ATTR_NONNULL(1, 2);
56 int BLI_dynstr_get_len(DynStr *ds) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL();
57 char *BLI_dynstr_get_cstring(DynStr *ds) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT ATTR_NONNULL();
58 void BLI_dynstr_get_cstring_ex(DynStr *__restrict ds, char *__restrict rets) ATTR_NONNULL();
60 void BLI_dynstr_clear(DynStr *ds) ATTR_NONNULL();
61 void BLI_dynstr_free(DynStr *ds) ATTR_NONNULL();
H A DBLI_math_matrix.h106 const float M3[3][3]) ATTR_NONNULL();
111 const float M4[3][3]) ATTR_NONNULL();
117 const float M5[3][3]) ATTR_NONNULL();
124 const float M6[3][3]) ATTR_NONNULL();
132 const float M7[3][3]) ATTR_NONNULL();
141 const float M8[3][3]) ATTR_NONNULL();
147 const float M3[4][4]) ATTR_NONNULL();
152 const float M4[4][4]) ATTR_NONNULL();
251 void normalize_m2(float R[2][2]) ATTR_NONNULL();
255 void normalize_m3(float R[3][3]) ATTR_NONNULL();
[all …]
H A DBLI_memarena.h42 ATTR_NONNULL(2) ATTR_MALLOC;
43 void BLI_memarena_free(struct MemArena *ma) ATTR_NONNULL(1);
44 void BLI_memarena_use_malloc(struct MemArena *ma) ATTR_NONNULL(1);
45 void BLI_memarena_use_calloc(struct MemArena *ma) ATTR_NONNULL(1);
46 void BLI_memarena_use_align(struct MemArena *ma, const size_t align) ATTR_NONNULL(1);
48 ATTR_NONNULL(1) ATTR_MALLOC ATTR_ALLOC_SIZE(2);
50 ATTR_NONNULL(1) ATTR_MALLOC ATTR_ALLOC_SIZE(2);
52 void BLI_memarena_clear(MemArena *ma) ATTR_NONNULL(1);
/dports/graphics/blender/blender-2.91.0/source/blender/blenfont/
H A DBLF_api.h50 int BLF_load(const char *name) ATTR_NONNULL();
53 int BLF_load_unique(const char *name) ATTR_NONNULL();
56 void BLF_unload(const char *name) ATTR_NONNULL();
110 ATTR_NONNULL(2);
113 ATTR_NONNULL(2);
139 ATTR_NONNULL(2);
142 ATTR_NONNULL(2);
159 ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(2);
162 ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(2);
175 ATTR_NONNULL();
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_idprop.h62 ATTR_NONNULL();
67 ATTR_NONNULL();
78 ATTR_NONNULL(2 /* 'name 'arg */); /* maxlen excludes '\0' */
80 ATTR_NONNULL(); /* maxlen excludes '\0' */
81 void IDP_ConcatStringC(struct IDProperty *prop, const char *st) ATTR_NONNULL();
83 void IDP_FreeString(struct IDProperty *prop) ATTR_NONNULL();
97 const bool do_arraylen) ATTR_NONNULL();
104 ATTR_NONNULL();
108 const int flag) ATTR_NONNULL();
125 ATTR_NONNULL();
[all …]
H A DBKE_workspace.h47 const char *name) ATTR_NONNULL();
50 struct WorkSpaceLayout *layout) ATTR_NONNULL();
59 ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT;
63 ATTR_NONNULL(1, 2);
73 ATTR_NONNULL(1, 2);
78 #define GETTER_ATTRS ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT
79 #define SETTER_ATTRS ATTR_NONNULL(1)
100 const char *new_name) ATTR_NONNULL();
107 ATTR_NONNULL();
109 void BKE_workspace_id_tag_all_visible(struct Main *bmain, int tag) ATTR_NONNULL();

123456789