HomeSort by: relevance | last modified time | path
    Searched refs:build_nt (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 1465 tree wildcard = build_nt (WILDCARD_DECL);
3386 tree r = build_nt (SIMPLE_REQ, expr);
3396 tree r = build_nt (TYPE_REQ, type);
3410 tree req = build_nt (COMPOUND_REQ, expr, type);
cxx-pretty-print.cc 2860 tree id = build_nt (TEMPLATE_ID_EXPR, tmpl, args);
pt.cc 13895 fullname = build_nt (TEMPLATE_ID_EXPR, name,
15995 build_nt (TEMPLATE_ID_EXPR,
17466 return build_nt (COMPONENT_REF, object, name, NULL_TREE);
17506 return build_nt (code, op0, op1);
17521 return build_nt (ARRAY_REF, op0, op1, NULL_TREE, NULL_TREE);
17543 r = build_nt (code, op0, op1, op2);
17553 r = build_nt (code, op0, op1, op2);
17562 r = build_nt (code, op0, op1);
18178 tree v = build_nt (ARRAY_REF, d,
21292 = build_nt (TEMPLATE_ID_EXPR, BASELINK_FUNCTIONS (member)
    [all...]
mangle.cc 3063 expr = build_nt (ADDR_EXPR,
decl.cc 4138 name = build_nt (TEMPLATE_ID_EXPR,
8929 tree v = build_nt (ARRAY_REF, decl,
9202 tree a = build_nt (ARRAY_REF, decl, size_int (i),
typeck.cc 9416 tree op = build_nt (modifycode, NULL_TREE, NULL_TREE);
parser.cc 17553 tree parm = build_nt (WILDCARD_DECL);
20066 tree id = build_nt (TEMPLATE_ID_EXPR, tmpl, args);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 1539 tree wildcard = build_nt (WILDCARD_DECL);
3509 tree r = build_nt (SIMPLE_REQ, expr);
3519 tree r = build_nt (TYPE_REQ, type);
3533 tree req = build_nt (COMPOUND_REQ, expr, type);
cxx-pretty-print.cc 2825 tree id = build_nt (TEMPLATE_ID_EXPR, tmpl, args);
mangle.cc 3390 expr = build_nt (ADDR_EXPR,
pt.cc 16519 build_nt (TEMPLATE_ID_EXPR,
17571 fullname = build_nt (TEMPLATE_ID_EXPR, name, targs);
18030 tree v = build_nt (ARRAY_REF, d,
21321 = build_nt (TEMPLATE_ID_EXPR, BASELINK_FUNCTIONS (member),
decl.cc 4456 name = build_nt (TEMPLATE_ID_EXPR,
9370 tree v = build_nt (ARRAY_REF, decl,
9637 tree a = build_nt (ARRAY_REF, decl, size_int (i),
parser.cc 18306 tree parm = build_nt (WILDCARD_DECL);
20835 tree id = build_nt (TEMPLATE_ID_EXPR, tmpl, args);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 4783 result = build_nt (code, stabilize_reference_1 (TREE_OPERAND (e, 0)),
4789 result = build_nt (code, stabilize_reference_1 (TREE_OPERAND (e, 0)));
4829 result = build_nt (code, stabilize_reference (TREE_OPERAND (ref, 0)));
4833 result = build_nt (INDIRECT_REF,
4838 result = build_nt (COMPONENT_REF,
4844 result = build_nt (BIT_FIELD_REF,
4851 result = build_nt (ARRAY_REF,
4858 result = build_nt (ARRAY_RANGE_REF,
5314 build_nt (enum tree_code code, ...)
5335 /* Similar to build_nt, but for creating a CALL_EXPR object with
5298 build_nt (enum tree_code code, ...) function
    [all...]
tree.h 4486 extern tree build_nt (enum tree_code, ...);
  /src/external/gpl3/gcc/dist/gcc/
tree.cc 4823 result = build_nt (code, stabilize_reference_1 (TREE_OPERAND (e, 0)),
4829 result = build_nt (code, stabilize_reference_1 (TREE_OPERAND (e, 0)));
4869 result = build_nt (code, stabilize_reference (TREE_OPERAND (ref, 0)));
4873 result = build_nt (INDIRECT_REF,
4878 result = build_nt (COMPONENT_REF,
4884 result = build_nt (BIT_FIELD_REF,
4891 result = build_nt (ARRAY_REF,
4898 result = build_nt (ARRAY_RANGE_REF,
5354 build_nt (enum tree_code code, ...)
5375 /* Similar to build_nt, but for creating a CALL_EXPR object with
5338 build_nt (enum tree_code code, ...) function
    [all...]
tree.h 4734 extern tree build_nt (enum tree_code, ...);

Completed in 167 milliseconds