HomeSort by: relevance | last modified time | path
    Searched defs:lookup_field (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
search.cc 1043 lookup_field via breadth_first_search. */
1407 lookup_field (tree xbasetype, tree name, int protect, bool want_type)
1406 lookup_field (tree xbasetype, tree name, int protect, bool want_type) function
search.cc 1043 lookup_field via breadth_first_search. */
1407 lookup_field (tree xbasetype, tree name, int protect, bool want_type)
1406 lookup_field (tree xbasetype, tree name, int protect, bool want_type) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
search.cc 1003 lookup_field via breadth_first_search. */
1356 lookup_field (tree xbasetype, tree name, int protect, bool want_type)
1355 lookup_field (tree xbasetype, tree name, int protect, bool want_type) function
search.cc 1003 lookup_field via breadth_first_search. */
1356 lookup_field (tree xbasetype, tree name, int protect, bool want_type)
1355 lookup_field (tree xbasetype, tree name, int protect, bool want_type) function
  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 426 lookup_field (tree var, omp_context *ctx) function
631 tree x, field = lookup_field (var, ctx);
2480 tree field = lookup_field (decl, ctx);
2511 tree f = lookup_field (OMP_CLAUSE_DECL (c), ctx);
2563 tree f1 = lookup_field (OMP_CLAUSE_DECL (c1), ctx);
2564 tree f2 = lookup_field (OMP_CLAUSE_DECL (c2), ctx);
2565 tree f3 = c3 ? lookup_field (OMP_CLAUSE_DECL (c3), ctx) : NULL_TREE;
2621 field = lookup_field (OMP_CLAUSE_DECL (c), ctx);
omp-low.cc 426 lookup_field (tree var, omp_context *ctx) function
631 tree x, field = lookup_field (var, ctx);
2480 tree field = lookup_field (decl, ctx);
2511 tree f = lookup_field (OMP_CLAUSE_DECL (c), ctx);
2563 tree f1 = lookup_field (OMP_CLAUSE_DECL (c1), ctx);
2564 tree f2 = lookup_field (OMP_CLAUSE_DECL (c2), ctx);
2565 tree f3 = c3 ? lookup_field (OMP_CLAUSE_DECL (c3), ctx) : NULL_TREE;
2621 field = lookup_field (OMP_CLAUSE_DECL (c), ctx);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 424 lookup_field (tree var, omp_context *ctx) function
629 tree x, field = lookup_field (var, ctx);
2439 tree field = lookup_field (decl, ctx);
2470 tree f = lookup_field (OMP_CLAUSE_DECL (c), ctx);
2522 tree f1 = lookup_field (OMP_CLAUSE_DECL (c1), ctx);
2523 tree f2 = lookup_field (OMP_CLAUSE_DECL (c2), ctx);
2524 tree f3 = c3 ? lookup_field (OMP_CLAUSE_DECL (c3), ctx) : NULL_TREE;
2580 field = lookup_field (OMP_CLAUSE_DECL (c), ctx);
omp-low.cc 424 lookup_field (tree var, omp_context *ctx) function
629 tree x, field = lookup_field (var, ctx);
2439 tree field = lookup_field (decl, ctx);
2470 tree f = lookup_field (OMP_CLAUSE_DECL (c), ctx);
2522 tree f1 = lookup_field (OMP_CLAUSE_DECL (c1), ctx);
2523 tree f2 = lookup_field (OMP_CLAUSE_DECL (c2), ctx);
2524 tree f3 = c3 ? lookup_field (OMP_CLAUSE_DECL (c3), ctx) : NULL_TREE;
2580 field = lookup_field (OMP_CLAUSE_DECL (c), ctx);
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 104 static tree lookup_field (tree, tree);
2631 lookup_field (tree type, tree component)
2666 tree anon = lookup_field (TREE_TYPE (field), component);
2712 tree anon = lookup_field (TREE_TYPE (field), component);
2758 /* Like "lookup_field", but find the closest matching IDENTIFIER_NODE,
2836 field = lookup_field (type, component);
10117 field = lookup_field (constructor_type, fieldname);
2621 lookup_field (tree type, tree component) function
c-typeck.cc 104 static tree lookup_field (tree, tree);
2631 lookup_field (tree type, tree component)
2666 tree anon = lookup_field (TREE_TYPE (field), component);
2712 tree anon = lookup_field (TREE_TYPE (field), component);
2758 /* Like "lookup_field", but find the closest matching IDENTIFIER_NODE,
2836 field = lookup_field (type, component);
10117 field = lookup_field (constructor_type, fieldname);
2621 lookup_field (tree type, tree component) function
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 98 static tree lookup_field (tree, tree);
2294 lookup_field (tree type, tree component)
2329 tree anon = lookup_field (TREE_TYPE (field), component);
2375 tree anon = lookup_field (TREE_TYPE (field), component);
2421 /* Like "lookup_field", but find the closest matching IDENTIFIER_NODE,
2498 field = lookup_field (type, component);
9308 field = lookup_field (constructor_type, fieldname);
2286 lookup_field (tree type, tree component) function
c-typeck.cc 98 static tree lookup_field (tree, tree);
2294 lookup_field (tree type, tree component)
2329 tree anon = lookup_field (TREE_TYPE (field), component);
2375 tree anon = lookup_field (TREE_TYPE (field), component);
2421 /* Like "lookup_field", but find the closest matching IDENTIFIER_NODE,
2498 field = lookup_field (type, component);
9308 field = lookup_field (constructor_type, fieldname);
2286 lookup_field (tree type, tree component) function

Completed in 126 milliseconds