Searched defs:without (Results 1 – 4 of 4) sorted by relevance
84 Flags without(flag_type flag) const { return *this & (~Flags(flag)); } in without() function
135 without(...values: T[]): T[]; method295 without(...values: T[]): ChainedArray<T>; method521 without<T>(list: T[], ...values: T[]): T[]; method
1138 const struct glsl_type *without = glsl_without_array(type); in var_fill_const_array() local
2674 static void bc_lex_assign(BcLex *l, BcLexType with, BcLexType without) { in bc_lex_assign()