Searched refs:is_string (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/usr.sbin/sasyncd/ |
H A D | conf.y | 311 goto is_string; in yylex() 329 goto is_string; in yylex() 335 is_string: in yylex()
|
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
H A D | util.py | 15 def is_string(value): function 30 if is_string(value):
|
/openbsd-src/lib/libcrypto/x509/ |
H A D | x509_alt.c | 556 char is_string = 0; in a2i_GENERAL_NAME() local 578 is_string = 1; in a2i_GENERAL_NAME() 624 if (is_string) { in a2i_GENERAL_NAME()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | ggc-zone.c | 2168 bool is_string) in pch_bucket() argument 2177 if (is_string) in pch_bucket() 2188 size_t size, bool is_string, enum gt_types_enum type) in ggc_pch_count_object() argument 2194 d->d.type_totals[pch_bucket (x, type, is_string)] += size; in ggc_pch_count_object() 2244 size_t size, bool is_string, in ggc_pch_alloc_object() argument 2249 int bucket = pch_bucket (x, type, is_string); in ggc_pch_alloc_object() 2285 size_t size, bool is_string ATTRIBUTE_UNUSED) in ggc_pch_write_object()
|
H A D | ggc-page.c | 2047 size_t size, bool is_string ATTRIBUTE_UNUSED, in ggc_pch_count_object() 2091 size_t size, bool is_string ATTRIBUTE_UNUSED, in ggc_pch_alloc_object() 2121 size_t size, bool is_string ATTRIBUTE_UNUSED) in ggc_pch_write_object()
|
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/llvm/ |
H A D | config.py | 193 if lit.util.is_string(paths_to_add): 222 if lit.util.is_string(variables): 352 if lit.util.is_string(search_dirs):
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | stabsread.c | 1390 int is_string = 0; in read_type() local 1575 else if (type_size >= 0 || is_string) in read_type() 1758 is_string = 1; in read_type() 1866 if (is_string) in read_type() 1875 if (is_string) in read_type()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-arm.c | 7637 bfd_boolean is_string; in elf32_arm_parse_attributes() local 7642 is_string = 1; in elf32_arm_parse_attributes() 7644 is_string = 0; in elf32_arm_parse_attributes() 7646 is_string = (tag & 1) != 0; in elf32_arm_parse_attributes() 7655 else if (is_string) in elf32_arm_parse_attributes()
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-tic54x.c | 4652 int is_string = *line == '"'; local 4664 else if (is_string)
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-tic54x.c | 4600 int is_string = *line == '"'; local 4612 else if (is_string)
|
H A D | tc-arm.c | 2912 bfd_boolean is_string; in s_arm_eabi_attribute() local 2924 is_string = 1; in s_arm_eabi_attribute() 2926 is_string = 0; in s_arm_eabi_attribute() 2930 if (tag == 32 || !is_string) in s_arm_eabi_attribute() 2948 if (is_string) in s_arm_eabi_attribute() 2970 else if (is_string) in s_arm_eabi_attribute()
|