Searched defs:s_pattern (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ | ||
H A D | s_expression.h | 152 class s_pattern { class 154 s_pattern(s_expression *&s) : p_expr(&s), type(EXPR) { } in s_pattern() function in s_pattern 155 s_pattern(s_list *&s) : p_list(&s), type(LIST) { } in s_pattern() function in s_pattern 156 s_pattern(s_symbol *&s) : p_symbol(&s), type(SYMBOL) { } in s_pattern() function in s_pattern 157 s_pattern(s_number *&s) : p_number(&s), type(NUMBER) { } in s_pattern() function in s_pattern 158 s_pattern(s_int *&s) : p_int(&s), type(INT) { } in s_pattern() function in s_pattern 159 s_pattern(const char *str) : literal(str), type(STRING) { } in s_pattern() function in s_pattern |
Completed in 1 milliseconds