/external/mesa3d/src/glsl/ |
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 | glsl_parser_extras.cpp | 542 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 …]
|
D | ast_to_hir.cpp | 891 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 …]
|
D | ir_reader.cpp | 167 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 …]
|
D | ast_expr.cpp | 92 subexpressions[0]->print(); in print() 94 subexpressions[1]->print(); in print()
|
D | s_expression.cpp | 114 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()
|
D | ast.h | 206 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
|
D | s_expression.h | 145 exec_list subexpressions; variable
|
D | ast_function.cpp | 1219 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/ |
D | xor_reassoc.ll | 169 ; swap the two xor-subexpressions if they are not in canoninical order; however,
|
/external/llvm/docs/ |
D | Lexicon.rst | 51 subexpression compuation. For example ``(a+b)*(a+b)`` has two subexpressions
|
D | AliasAnalysis.rst | 183 eliminated if they form common subexpressions or be hoisted out of loops. Many
|
/external/llvm/test/CodeGen/X86/ |
D | lsr-delayed-fold.ll | 137 ; there could be multiple subexpressions within a single expansion which
|
/external/v8/test/webkit/fast/regex/ |
D | dotstar-expected.txt | 24 This page tests handling of parentheses subexpressions.
|
D | parentheses-expected.txt | 24 This page tests handling of parentheses subexpressions.
|
/external/clang/docs/ |
D | InternalsManual.rst | 1846 * 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
|
D | PCHInternals.rst | 322 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/ |
D | LangImpl2.rst | 383 about nested subexpressions like (c+d) at all.
|
D | LangImpl5.rst | 100 The AST node just has pointers to the various subexpressions.
|
D | OCamlLangImpl2.rst | 289 about nested subexpressions like (c+d) at all.
|
D | OCamlLangImpl5.rst | 99 The AST variant just has pointers to the various subexpressions.
|
/external/llvm/lib/Support/ |
D | regengine.inc | 208 /* oh my, they want the subexpressions... */
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 598 // used to avoid repeated subexpressions in output patterns.
|
/external/bison/doc/ |
D | bison.texi | 715 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/ |
D | pcretest.txt | 150 capturing subexpressions for pcre[16|32]_exec() or 22 differ-
|