Home
last modified time | relevance | path

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

12

/external/mesa3d/src/glsl/
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()
Dglsl_parser_extras.cpp542 subexpressions[0]->print(); in print()
544 subexpressions[1]->print(); in print()
548 subexpressions[0]->print(); in print()
559 subexpressions[0]->print(); in print()
564 subexpressions[0]->print(); in print()
569 subexpressions[0]->print(); in print()
571 subexpressions[1]->print(); in print()
573 subexpressions[2]->print(); in print()
577 subexpressions[0]->print(); in print()
579 subexpressions[1]->print(); in print()
[all …]
Dast_to_hir.cpp891 ast_expression *expr = parent_expr->subexpressions[operand]; in get_scalar_boolean_operand()
1039 op[0] = this->subexpressions[0]->hir(instructions, state); in hir()
1040 op[1] = this->subexpressions[1]->hir(instructions, state); in hir()
1043 this->subexpressions[0]->non_lvalue_description, in hir()
1045 this->subexpressions[0]->get_location()); in hir()
1051 op[0] = this->subexpressions[0]->hir(instructions, state); in hir()
1061 op[0] = this->subexpressions[0]->hir(instructions, state); in hir()
1075 op[0] = this->subexpressions[0]->hir(instructions, state); in hir()
1076 op[1] = this->subexpressions[1]->hir(instructions, state); in hir()
1088 op[0] = this->subexpressions[0]->hir(instructions, state); in hir()
[all …]
Dir_reader.cpp167 foreach_iter(exec_list_iterator, it, list->subexpressions) { in scan_for_prototypes()
172 s_symbol *tag = SX_AS_SYMBOL(sub->subexpressions.get_head()); in scan_for_prototypes()
202 exec_list_iterator it = ((s_list *) expr)->subexpressions.iterator(); in read_function()
230 s_symbol *paramtag = SX_AS_SYMBOL(paramlist->subexpressions.get_head()); in read_function_sig()
240 exec_list_iterator it = paramlist->subexpressions.iterator(); in read_function_sig()
277 if (!skip_body && !body_list->subexpressions.is_empty()) { in read_function_sig()
302 foreach_iter(exec_list_iterator, it, list->subexpressions) { in read_instructions()
332 if (list == NULL || list->subexpressions.is_empty()) { in read_instruction()
337 s_symbol *tag = SX_AS_SYMBOL(list->subexpressions.get_head()); in read_instruction()
386 foreach_iter(exec_list_iterator, it, s_quals->subexpressions) { in read_declaration()
[all …]
Dast_expr.cpp92 subexpressions[0]->print(); in print()
94 subexpressions[1]->print(); in print()
Ds_expression.cpp114 list->subexpressions.push_tail(expr); in __read_expression()
165 foreach_iter(exec_list_iterator, it, this->subexpressions) { in print()
204 foreach_iter(exec_list_iterator, it, list->subexpressions) { in s_match()
Dast.h206 subexpressions[0] = NULL; in ast_expression()
207 subexpressions[1] = NULL; in ast_expression()
208 subexpressions[2] = NULL; in ast_expression()
222 ast_expression *subexpressions[3]; variable
Ds_expression.h145 exec_list subexpressions; variable
Dast_function.cpp1219 const ast_type_specifier *type = (ast_type_specifier *) subexpressions[0]; in hir()
1483 const ast_expression *id = subexpressions[0]; in hir()
/external/llvm/test/Transforms/Reassociate/
Dxor_reassoc.ll169 ; swap the two xor-subexpressions if they are not in canoninical order; however,
/external/llvm/docs/
DLexicon.rst51 subexpression compuation. For example ``(a+b)*(a+b)`` has two subexpressions
DAliasAnalysis.rst183 eliminated if they form common subexpressions or be hoisted out of loops. Many
/external/llvm/test/CodeGen/X86/
Dlsr-delayed-fold.ll137 ; there could be multiple subexpressions within a single expansion which
/external/v8/test/webkit/fast/regex/
Ddotstar-expected.txt24 This page tests handling of parentheses subexpressions.
Dparentheses-expected.txt24 This page tests handling of parentheses subexpressions.
/external/clang/docs/
DInternalsManual.rst1846 * Your expression probably involves some types and some subexpressions.
1848 subexpressions, meet your expectations. Add implicit conversions where
1852 subexpressions with your expression.
1862 to deal with "weird" expressions that don't behave well as subexpressions.
1883 * Make sure that ``children()`` visits all of the subexpressions. This is
1930 subexpressions of your expression have the type that your expression
1959 subexpressions.
1962 transform all of the subexpressions and types within your expression,
1963 using ``getDerived().TransformYYY``. If all of the subexpressions and
1980 other than subexpressions, extend libclang's ``CursorVisitor`` to provide
DPCHInternals.rst322 size). Within the AST file, the subexpressions of an expression are stored, in
344 that expression on to a stack. When a record contains *N* subexpressions ---
/external/llvm/docs/tutorial/
DLangImpl2.rst383 about nested subexpressions like (c+d) at all.
DLangImpl5.rst100 The AST node just has pointers to the various subexpressions.
DOCamlLangImpl2.rst289 about nested subexpressions like (c+d) at all.
DOCamlLangImpl5.rst99 The AST variant just has pointers to the various subexpressions.
/external/llvm/lib/Support/
Dregengine.inc208 /* oh my, they want the subexpressions... */
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td598 // used to avoid repeated subexpressions in output patterns.
/external/bison/doc/
Dbison.texi715 subexpressions has a semantic value which describes how it was built up.
720 two subexpressions:
728 from the values of the two subexpressions.
1245 is @code{@@$}, while the locations of the subexpressions are @code{@@1} and
1659 rule, the sum of the two subexpressions' values is produced as the value of
2101 wrong expressions or subexpressions.
8010 and subexpressions on the stack after the last @code{stmts}, and there
8017 @code{error} token is acceptable. (This means that the subexpressions
12331 @c LocalWords: subexpressions declarator nondeferred config libintl postfix LAC
/external/pcre/dist/doc/
Dpcretest.txt150 capturing subexpressions for pcre[16|32]_exec() or 22 differ-

12