Searched refs:subexpressions (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/glsl/ |
D | ir_reader.cpp | 129 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 …]
|
D | ast_to_hir.cpp | 907 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 …]
|
D | glsl_parser_extras.cpp | 340 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 …]
|
D | hir_field_selection.cpp | 39 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()
|
D | s_expression.cpp | 45 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()
|
D | ast_expr.cpp | 93 subexpressions[0]->print(); in print() 95 subexpressions[1]->print(); in print()
|
D | ast.h | 206 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
|
D | s_expression.h | 141 exec_list subexpressions; variable
|
D | ast_function.cpp | 990 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/ |
D | lsr-delayed-fold.ll | 137 ; there could be multiple subexpressions within a single expansion which
|
/external/llvm/lib/Support/ |
D | regengine.inc | 208 /* oh my, he wants the subexpressions... */
|
/external/bison/doc/ |
D | bison.texinfo | 665 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
|
D | bison.info | 958 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/ |
D | ChangeLog | 4648 that invoked YYFILL in separate subexpressions, and YYFILL assigned
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 1451 on named recursion or subexpressions
|
D | ChangeLog-2009-06-16 | 13048 don't handle quantified subexpressions yet, and in this special case,
|