Home
last modified time | relevance | path

Searched refs:subexpressions (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/glsl/
Dir_reader.cpp129 s_symbol *type_sym = SX_AS_SYMBOL(list->subexpressions.get_head()); in read_type()
189 foreach_iter(exec_list_iterator, it, list->subexpressions) { in scan_for_prototypes()
194 s_symbol *tag = SX_AS_SYMBOL(sub->subexpressions.get_head()); in scan_for_prototypes()
215 s_symbol *name = SX_AS_SYMBOL(list->subexpressions.head->next); in read_function()
228 exec_list_iterator it = list->subexpressions.iterator(); in read_function()
238 s_symbol *tag = SX_AS_SYMBOL(siglist->subexpressions.get_head()); in read_function()
260 s_expression *type_expr = (s_expression*) list->subexpressions.head->next; in read_function_sig()
272 s_symbol *paramtag = SX_AS_SYMBOL(paramlist->subexpressions.get_head()); in read_function_sig()
282 exec_list_iterator it = paramlist->subexpressions.iterator(); in read_function_sig()
320 if (!skip_body && !body_list->subexpressions.is_empty()) { in read_function_sig()
[all …]
Dast_to_hir.cpp907 op[0] = this->subexpressions[0]->hir(instructions, state); in hir()
908 op[1] = this->subexpressions[1]->hir(instructions, state); in hir()
911 this->subexpressions[0]->get_location()); in hir()
918 op[0] = this->subexpressions[0]->hir(instructions, state); in hir()
928 op[0] = this->subexpressions[0]->hir(instructions, state); in hir()
942 op[0] = this->subexpressions[0]->hir(instructions, state); in hir()
943 op[1] = this->subexpressions[1]->hir(instructions, state); in hir()
955 op[0] = this->subexpressions[0]->hir(instructions, state); in hir()
956 op[1] = this->subexpressions[1]->hir(instructions, state); in hir()
975 op[0] = this->subexpressions[0]->hir(instructions, state); in hir()
[all …]
Dglsl_parser_extras.cpp340 subexpressions[0]->print(); in print()
342 subexpressions[1]->print(); in print()
346 subexpressions[0]->print(); in print()
357 subexpressions[0]->print(); in print()
362 subexpressions[0]->print(); in print()
367 subexpressions[0]->print(); in print()
369 subexpressions[1]->print(); in print()
371 subexpressions[1]->print(); in print()
375 subexpressions[0]->print(); in print()
377 subexpressions[1]->print(); in print()
[all …]
Dhir_field_selection.cpp39 op = expr->subexpressions[0]->hir(instructions, state); in _mesa_ast_field_selection_to_hir()
73 } else if (expr->subexpressions[1] != NULL) { in _mesa_ast_field_selection_to_hir()
78 ast_expression *call = expr->subexpressions[1]; in _mesa_ast_field_selection_to_hir()
82 method = call->subexpressions[0]->primary_expression.identifier; in _mesa_ast_field_selection_to_hir()
Ds_expression.cpp45 foreach_iter(exec_list_iterator, it, this->subexpressions) { in length()
102 list->subexpressions.push_tail(expr); in read_expression()
133 foreach_iter(exec_list_iterator, it, this->subexpressions) { in print()
Dast_expr.cpp93 subexpressions[0]->print(); in print()
95 subexpressions[1]->print(); in print()
Dast.h206 subexpressions[0] = NULL; in ast_expression()
207 subexpressions[1] = NULL; in ast_expression()
208 subexpressions[2] = NULL; in ast_expression()
221 ast_expression *subexpressions[3]; variable
Ds_expression.h141 exec_list subexpressions; variable
Dast_function.cpp990 const ast_type_specifier *type = (ast_type_specifier *) subexpressions[0]; in hir()
1193 const ast_expression *id = subexpressions[0]; in hir()
/external/llvm/test/CodeGen/X86/
Dlsr-delayed-fold.ll137 ; there could be multiple subexpressions within a single expansion which
/external/llvm/lib/Support/
Dregengine.inc208 /* oh my, he wants the subexpressions... */
/external/bison/doc/
Dbison.texinfo665 subexpressions has a semantic value which describes how it was built up.
670 two subexpressions:
679 from the values of the two subexpressions.
1189 is @code{@@$}, while the locations of the subexpressions are @code{@@1} and
1590 rule, the sum of the two subexpressions' values is produced as the value of
2012 wrong expressions or subexpressions.
5933 and subexpressions on the stack after the last @code{stmnts}, and there
5940 @code{error} token is acceptable. (This means that the subexpressions
Dbison.info958 sum, each of the subexpressions has a semantic value which describes
963 two subexpressions:
969 from the values of the two subexpressions.
1389 whole grouping is `@$', while the locations of the subexpressions are
1779 sum of the two subexpressions' values is produced as the value of the
2163 the wrong expressions or subexpressions.
5479 and subexpressions on the stack after the last `stmnts', and there will
5487 subexpressions already parsed are discarded, back to the last complete
/external/bison/
DChangeLog4648 that invoked YYFILL in separate subexpressions, and YYFILL assigned
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-141451 on named recursion or subexpressions
DChangeLog-2009-06-1613048 don't handle quantified subexpressions yet, and in this special case,