HomeSort by relevance Sort by last modified time
    Searched refs:_GL_ATTRIBUTE_PURE (Results 1 - 18 of 18) sorted by null

  /external/bison/lib/
c-strcase.h 42 extern int c_strcasecmp (const char *s1, const char *s2) _GL_ATTRIBUTE_PURE;
48 _GL_ATTRIBUTE_PURE;
dirname.h 40 size_t base_len (char const *file) _GL_ATTRIBUTE_PURE;
41 size_t dir_len (char const *file) _GL_ATTRIBUTE_PURE;
42 char *last_component (char const *file) _GL_ATTRIBUTE_PURE;
strnlen1.h 32 _GL_ATTRIBUTE_PURE;
hash.h 72 size_t hash_get_n_buckets (const Hash_table *) _GL_ATTRIBUTE_PURE;
73 size_t hash_get_n_buckets_used (const Hash_table *) _GL_ATTRIBUTE_PURE;
74 size_t hash_get_n_entries (const Hash_table *) _GL_ATTRIBUTE_PURE;
75 size_t hash_get_max_bucket_length (const Hash_table *) _GL_ATTRIBUTE_PURE;
76 bool hash_table_ok (const Hash_table *) _GL_ATTRIBUTE_PURE;
81 void *hash_get_first (const Hash_table *) _GL_ATTRIBUTE_PURE;
87 size_t hash_string (const char *, size_t) _GL_ATTRIBUTE_PURE;
string.in.h 42 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
44 # define _GL_ATTRIBUTE_PURE /* empty */
98 _GL_ATTRIBUTE_PURE
104 _GL_ATTRIBUTE_PURE
138 _GL_ATTRIBUTE_PURE
148 _GL_ATTRIBUTE_PURE
190 _GL_ATTRIBUTE_PURE
220 _GL_ATTRIBUTE_PURE
314 _GL_ATTRIBUTE_PURE
321 _GL_ATTRIBUTE_PURE
    [all...]
argmatch.h 43 char const *vallist, size_t valsize) _GL_ATTRIBUTE_PURE;
97 _GL_ATTRIBUTE_PURE;
wchar.in.h 89 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
91 # define _GL_ATTRIBUTE_PURE /* empty */
146 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
150 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
171 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
176 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
437 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
442 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
460 _GL_ATTRIBUTE_PURE);
492 _GL_ATTRIBUTE_PURE);
    [all...]
stdlib.in.h 100 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
102 # define _GL_ATTRIBUTE_PURE /* empty */
150 _GL_ATTRIBUTE_PURE
config.in.h     [all...]
hash.c 543 static size_t _GL_ATTRIBUTE_PURE
    [all...]
  /external/bison/darwin-lib/
string.h 43 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
45 # define _GL_ATTRIBUTE_PURE /* empty */
410 _GL_ATTRIBUTE_PURE
416 _GL_ATTRIBUTE_PURE
450 _GL_ATTRIBUTE_PURE
460 _GL_ATTRIBUTE_PURE
502 _GL_ATTRIBUTE_PURE
532 _GL_ATTRIBUTE_PURE
626 _GL_ATTRIBUTE_PURE
633 _GL_ATTRIBUTE_PURE
    [all...]
wchar.h 90 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
92 # define _GL_ATTRIBUTE_PURE /* empty */
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
462 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
483 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
488 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
749 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
754 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
772 _GL_ATTRIBUTE_PURE);
804 _GL_ATTRIBUTE_PURE);
    [all...]
config.h     [all...]
stdlib.h 101 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
103 # define _GL_ATTRIBUTE_PURE /* empty */
472 _GL_ATTRIBUTE_PURE
    [all...]
  /external/bison/linux-lib/
string.h 43 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
45 # define _GL_ATTRIBUTE_PURE /* empty */
410 _GL_ATTRIBUTE_PURE
416 _GL_ATTRIBUTE_PURE
450 _GL_ATTRIBUTE_PURE
460 _GL_ATTRIBUTE_PURE
502 _GL_ATTRIBUTE_PURE
532 _GL_ATTRIBUTE_PURE
626 _GL_ATTRIBUTE_PURE
633 _GL_ATTRIBUTE_PURE
    [all...]
wchar.h 90 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
92 # define _GL_ATTRIBUTE_PURE /* empty */
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
462 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
483 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
488 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
749 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
754 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
772 _GL_ATTRIBUTE_PURE);
804 _GL_ATTRIBUTE_PURE);
    [all...]
config.h     [all...]
stdlib.h 101 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
103 # define _GL_ATTRIBUTE_PURE /* empty */
472 _GL_ATTRIBUTE_PURE
    [all...]

Completed in 94 milliseconds