Home
last modified time | relevance | path

Searched refs:convert_to_boolean (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dconvert.h24 extern tree convert_to_boolean PARAMS ((tree, tree));
H A Dtypeck.c133 return fold (convert_to_boolean (type, expr));
163 convert_to_boolean (type, expr) in convert_to_boolean() function
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalops.c207 int convert_to_boolean = 0; in value_cast() local
263 convert_to_boolean = 1; in value_cast()
332 return value_from_longest (type, convert_to_boolean ? in value_cast()