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

  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 1110 along with the bindings of parameters to their arguments, for
1116 /* Parameter bindings environment. A TREE_VEC of arguments. */
1117 tree bindings; variable
1426 return cp_tree_equal (lhs->bindings, rhs->bindings);
3090 new_call.bindings
3094 /* We build up the bindings list before we know whether we already have this
3095 call cached. If we don't end up saving these bindings, ggc_free them when
3099 tree *bindings;
3101 free_bindings (tree &b): bindings (&b) {
    [all...]
cp-tree.h 697 cxx_binding *bindings;
1221 /* Identifiers map directly to block or class-scope bindings.
1222 Namespace-scope bindings are held in hash tables on the respective
1223 namespaces. The identifier bindings are the innermost active
1228 (LANG_IDENTIFIER_CAST (NODE)->bindings)
1916 cp_binding_level *bindings;
2156 cp_binding_level *bindings;
3029 hash_table<named_decl_hash> *bindings;
3040 /* Additional DECL_LANG_SPECIFIC information for structured bindings. */
3676 (LANG_DECL_NS_CHECK (NODE)->bindings)
694 cxx_binding *bindings; variable
1911 cp_binding_level *bindings; variable
2151 cp_binding_level *bindings; variable
3020 hash_table<named_decl_hash> *bindings; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.cc 911 /* Populate OUT with all bindings within this map that overlap KEY. */
943 /* Remove, truncate, and/or split any bindings within this map that
982 and at the "f.arr[3] = 42;" we remove the bindings overlapping
1006 distinct concrete bindings in the map. Remove all bindings, but
1015 /* Get the bindings of interest within this map. */
1016 auto_vec<const binding_key *> bindings; local
1019 bindings.safe_push (iter.first); /* Add all bindings. */
1021 /* Just add overlapping bindings. *
    [all...]
  /src/external/mpl/dhcp/dist/includes/
tree.h 128 struct binding *bindings; member in struct:binding_scope
dhcpd.h 1198 struct dhc6_ia *bindings; member in struct:dhc6_lease
  /src/external/gpl3/gcc/dist/gcc/analyzer/
store.cc 1043 /* Populate OUT with all bindings within this map that overlap KEY. */
1075 /* Remove, truncate, and/or split any bindings within this map that
1114 and at the "f.arr[3] = 42;" we remove the bindings overlapping
1141 distinct concrete bindings in the map. Remove all bindings, but
1151 /* Get the bindings of interest within this map. */
1152 auto_vec<const binding_key *> bindings; local
1155 bindings.safe_push (iter.first); /* Add all bindings. */
1157 /* Just add overlapping bindings. *
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 3825 /// a, b, and c are BindingDecls, whose bindings are the expressions
3859 /// Only present for user-defined bindings for tuple-like types.
3894 ArrayRef<BindingDecl *> Bindings)
3897 NumBindings(Bindings.size()) {
3898 std::uninitialized_copy(Bindings.begin(), Bindings.end(),
3900 for (auto *B : Bindings)
3915 ArrayRef<BindingDecl *> Bindings);
3919 ArrayRef<BindingDecl *> bindings() const { function in class:clang::final
  /src/external/gpl3/gcc/dist/gcc/
tree-inline.cc 4735 /* Add to BINDINGS a debug stmt resetting SRCVAR if inlining might
4739 reset_debug_binding (copy_body_data *id, tree srcvar, gimple_seq *bindings)
4758 gimple_seq_add_stmt (bindings, stmt);
4771 gimple_seq bindings = NULL;
4781 reset_debug_binding (id, var, &bindings);
4784 reset_debug_binding (id, var, &bindings);
4786 gsi_insert_seq_before_without_update (&gsi, bindings, GSI_SAME_STMT);
4770 gimple_seq bindings = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-inline.cc 4704 /* Add to BINDINGS a debug stmt resetting SRCVAR if inlining might
4708 reset_debug_binding (copy_body_data *id, tree srcvar, gimple_seq *bindings)
4727 gimple_seq_add_stmt (bindings, stmt);
4740 gimple_seq bindings = NULL;
4750 reset_debug_binding (id, var, &bindings);
4753 reset_debug_binding (id, var, &bindings);
4755 gsi_insert_seq_before_without_update (&gsi, bindings, GSI_SAME_STMT);
4739 gimple_seq bindings = NULL; local
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1713 /// The bindings.
1714 Binding *Bindings;
1722 : Bindings(nullptr), NumBindings(0), DeleteBindings(false) {}
1727 delete[] Bindings;
1733 delete[] Bindings;
1734 Bindings = nullptr;
1739 ArrayRef<Binding> bindings() const { function in class:clang::DecompositionDeclarator
1740 return llvm::makeArrayRef(Bindings, NumBindings);
2075 // structured bindings, but it does.
2201 /// Set the decomposition bindings for this declarator
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 218 location_t locus; /* location for nested bindings */
370 /* Track bindings and other things that matter for goto warnings. For
372 definition. Instead, we point into the bindings structure. As
377 /* The currently open scope which holds bindings defined when the
380 /* The bindings in the scope field which were defined at the point
382 bindings in the scope, as appropriate. */
396 /* This structure is used to keep track of bindings seen when a goto
403 /* The bindings of the goto statement. */
416 /* The bindings when the label was defined. */
437 function scope, as are bindings of undeclared identifiers t
480 struct c_binding *bindings; variable in typeref:struct:c_binding
    [all...]
c-typeck.cc 11907 /* The bindings at the point of the switch. This is used for
11909 struct c_spot_bindings *bindings;
11994 cs->bindings = c_get_switch_bindings ();
12035 if (c_check_switch_jump_warnings (c_switch_stack->bindings,
12072 c_release_switch_bindings (cs->bindings);
12270 : c_switch_stack->bindings);
12291 : c_switch_stack->bindings);
11873 struct c_spot_bindings *bindings; member in struct:c_switch
c-parser.cc 1608 tree bindings;
22448 these bindings will be moved to the scope surrounding the entire
22470 DECL_CHAIN (t) = omp_for_parse_state->bindings;
22471 omp_for_parse_state->bindings = t;
22549 data.bindings = NULL_TREE;
22565 /* Add saved bindings for iteration variables that were declared in
22567 for (tree t = data.bindings; t; )
1606 tree bindings; member in struct:omp_for_parse_data
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 212 location_t locus; /* location for nested bindings */
335 /* Track bindings and other things that matter for goto warnings. For
337 definition. Instead, we point into the bindings structure. As
342 /* The currently open scope which holds bindings defined when the
345 /* The bindings in the scope field which were defined at the point
347 bindings in the scope, as appropriate. */
361 /* This structure is used to keep track of bindings seen when a goto
368 /* The bindings of the goto statement. */
381 /* The bindings when the label was defined. */
402 function scope, as are bindings of undeclared identifiers t
445 struct c_binding *bindings; variable in typeref:struct:c_binding
    [all...]
c-typeck.cc 11065 /* The bindings at the point of the switch. This is used for
11067 struct c_spot_bindings *bindings;
11152 cs->bindings = c_get_switch_bindings ();
11193 if (c_check_switch_jump_warnings (c_switch_stack->bindings,
11230 c_release_switch_bindings (cs->bindings);
11428 : c_switch_stack->bindings);
11449 : c_switch_stack->bindings);
11033 struct c_spot_bindings *bindings; member in struct:c_switch
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 1053 along with the bindings of parameters to their arguments, for
1059 /* Parameter bindings environment. A TREE_VEC of arguments. */
1060 tree bindings; variable
1240 return cp_tree_equal (lhs->bindings, rhs->bindings);
2635 new_call.bindings
2639 /* We build up the bindings list before we know whether we already have this
2640 call cached. If we don't end up saving these bindings, ggc_free them when
2644 tree *bindings; member in class:free_bindings
2646 free_bindings (tree &b): bindings (&b) {
    [all...]
cp-tree.h 684 cxx_binding *bindings;
1196 /* Identifiers map directly to block or class-scope bindings.
1197 Namespace-scope bindings are held in hash tables on the respective
1198 namespaces. The identifier bindings are the innermost active
1203 (LANG_IDENTIFIER_CAST (NODE)->bindings)
1867 cp_binding_level *bindings;
2089 cp_binding_level *bindings;
2971 hash_table<named_decl_hash> *bindings;
2982 /* Additional DECL_LANG_SPECIFIC information for structured bindings. */
3578 (LANG_DECL_NS_CHECK (NODE)->bindings)
681 cxx_binding *bindings; variable
1862 cp_binding_level *bindings; variable
2084 cp_binding_level *bindings; variable
2962 hash_table<named_decl_hash> *bindings; variable
    [all...]
  /src/external/mit/expat/dist/lib/
xmlparse.c 315 BINDING *bindings; member in struct:tag
511 static void freeBindings(XML_Parser parser, BINDING *bindings);
1322 /* moves list of bindings to m_freeBindingList */
1324 moveToFreeBindingList(XML_Parser parser, BINDING *bindings) {
1325 while (bindings) {
1326 BINDING *b = bindings;
1327 bindings = bindings->nextTagBinding;
1349 moveToFreeBindingList(parser, tag->bindings);
1350 tag->bindings = NULL
3174 BINDING *bindings = NULL; local
    [all...]

Completed in 69 milliseconds