| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| UnresolvedSet.h | 83 iterator begin() { return iterator(decls().begin()); } 84 iterator end() { return iterator(decls().end()); } 86 const_iterator begin() const { return const_iterator(decls().begin()); } 87 const_iterator end() const { return const_iterator(decls().end()); } 89 ArrayRef<DeclAccessPair> pairs() const { return decls(); } 96 decls().push_back(DeclAccessPair::make(D, AS)); 103 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I) 117 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); 139 DeclsTy &decls() { function in class:clang::UnresolvedSetImpl 142 const DeclsTy &decls() const { function in class:clang::UnresolvedSetImpl [all...] |
| TemplateName.h | 124 llvm::ArrayRef<NamedDecl*> decls() const { function in class:clang::OverloadedTemplateStorage
|
| /src/external/apache2/llvm/dist/clang/utils/ |
| modfuzz.py | 4 # 1) Update the 'decls' list below with your fuzzing configuration. 25 if i not in model.decls: 28 if i in model.decls: 34 model.decls[i] = True 37 decls = [ variable 70 self.decls = {} 141 model.modules[n] = (model.source, model.decls) 142 (model.source, model.decls) = ('', {}) 148 d = random.choice([decl for decl in decls if decl.valid(model)]) 159 model.decls.update(model.modules[module_name][1] [all...] |
| /src/usr.bin/rpcgen/ |
| rpc_parse.c | 124 decl_list *decls; local 132 tailp = &defp->def.st.decls; 135 decls = ALLOC(decl_list); 136 decls->decl = dec; 137 *tailp = decls; 138 tailp = &decls->next; 151 decl_list *decls; local 164 tailp = &defp->def.st.decls; 192 decls = ALLOC(decl_list); 193 plist->args.decls = decls [all...] |
| rpc_parse.h | 94 decl_list *decls; member in struct:struct_def 115 decl_list *decls; member in struct:arg_list
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-assume.cc | 349 auto_bitmap decls; variable 358 bitmap_set_bit (decls, SSA_NAME_VERSION (name)); 361 if (bitmap_empty_p (decls)) 367 assume_query query (ranger, fun, decls);
|
| ipa-free-lang-data.cc | 54 /* Data used when collecting DECLs and TYPEs for language data removal. */ 59 free_lang_data_d () : decls (100), types (100) {} 68 auto_vec<tree> decls; member in class:__anon13783::free_lang_data_d 82 fld->decls.safe_push (t); 674 /* We need to keep field decls associated with their trees. Otherwise tree 716 decls, so we have to do our own traversals here. */ 868 /* Find decls and types in T. */ 909 /* Find decls and types referenced in EH region R and store them in 910 FLD->DECLS and FLD->TYPES. */ 949 /* Find decls and types referenced in cgraph node N and store them i [all...] |
| gimple-low.cc | 302 auto_vec<tree> decls; member in struct:lower_assumption_data 319 data->decls.safe_push (lhs); 331 data->decls.safe_push (var); 394 ((lower_assumption_data *) id)->decls.safe_push (decl); 541 unsigned int sz = lad.decls.length (); 544 tree v = lad.decls[i]; 601 vargs.safe_grow (1 + (lad.decls.length () - sz), true); 605 for (unsigned i = lad.decls.length (); i > sz; --i) 607 tree *v = decl_map.get (lad.decls[i - 1]); 614 vargs[i - sz] = lad.decls[i - 1] [all...] |
| langhooks.h | 195 /* Language hooks related to decls and the symbol table. */ 210 /* Returns the chain of decls so far in the current scope level. */ 256 With 'for_present_check' set to false, decls which are optional parameters 257 themselve are returned as tree - or a NULL_TREE otherwise. Those decls are 541 struct lang_hooks_for_decls decls; member in struct:lang_hooks
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-runtime-shared-support.cc | 43 /* Hooks for string decls etc. */ 161 tree decls, *chain = NULL; local 166 decls = add_field_decl (objc_object_type, "self", &chain); 172 objc_finish_struct (objc_super_template, decls); 187 tree decls, *chain = NULL; local 192 decls = add_field_decl (objc_selector_type, "_cmd", &chain); 200 objc_finish_struct (_SLT_record, decls); 209 tree decls, *chain = NULL; local 214 decls = add_field_decl (objc_selector_type, "_cmd", &chain); 219 objc_finish_struct (proto_record, decls); 234 tree array_type, decls, *chain = NULL; local 265 tree array_type, decls, *chain = NULL; local 476 tree decls, *chain = NULL; local 568 tree array_type, decls, *chain = NULL; local 594 tree decls, *chain = NULL; local [all...] |
| objc-gnu-runtime-abi-01.cc | 212 type = lang_hooks.decls.pushdecl (build_decl (input_location, 332 tree decls, *chain = NULL; local 337 decls = add_field_decl (objc_selector_type, "sel_id", &chain); 342 objc_finish_struct (objc_selector_template, decls); 364 tree ptype, decls, *chain = NULL; local 369 decls = add_field_decl (build_pointer_type (objc_class_template), 417 objc_finish_struct (objc_class_template, decls); 431 tree ptype, decls, *chain = NULL; local 436 decls = add_field_decl (string_type_node, "category_name", &chain); 451 objc_finish_struct (objc_category_template, decls); 465 tree ptype, decls, *chain = NULL; local 1860 vec<constructor_elt, va_gc> *decls = NULL; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-runtime-shared-support.cc | 43 /* Hooks for string decls etc. */ 161 tree decls, *chain = NULL; local 166 decls = add_field_decl (objc_object_type, "self", &chain); 172 objc_finish_struct (objc_super_template, decls); 187 tree decls, *chain = NULL; local 192 decls = add_field_decl (objc_selector_type, "_cmd", &chain); 200 objc_finish_struct (_SLT_record, decls); 209 tree decls, *chain = NULL; local 214 decls = add_field_decl (objc_selector_type, "_cmd", &chain); 219 objc_finish_struct (proto_record, decls); 234 tree array_type, decls, *chain = NULL; local 265 tree array_type, decls, *chain = NULL; local 476 tree decls, *chain = NULL; local 568 tree array_type, decls, *chain = NULL; local 594 tree decls, *chain = NULL; local [all...] |
| objc-gnu-runtime-abi-01.cc | 212 type = lang_hooks.decls.pushdecl (build_decl (input_location, 332 tree decls, *chain = NULL; local 337 decls = add_field_decl (objc_selector_type, "sel_id", &chain); 342 objc_finish_struct (objc_selector_template, decls); 364 tree ptype, decls, *chain = NULL; local 369 decls = add_field_decl (build_pointer_type (objc_class_template), 417 objc_finish_struct (objc_class_template, decls); 431 tree ptype, decls, *chain = NULL; local 436 decls = add_field_decl (string_type_node, "category_name", &chain); 451 objc_finish_struct (objc_category_template, decls); 465 tree ptype, decls, *chain = NULL; local 1857 vec<constructor_elt, va_gc> *decls = NULL; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-gimplify.cc | 74 /* Since walk_tree doesn't call the callback function on the decls 652 tree decls, bind; local 655 decls = NULL_TREE; 657 decls = BLOCK_VARS (block); 660 decls = block; 661 if (DECL_ARTIFICIAL (decls)) 666 BLOCK_VARS (block) = decls; 673 if (decls || block) 675 bind = build3 (BIND_EXPR, void_type_node, decls, body, block);
|
| c-pragma.cc | 504 tree oldname, newname, decls, x; local 517 for (decls = c_linkage_bindings (oldname); 518 decls; ) 521 if (TREE_CODE (decls) == TREE_LIST) 523 decl = TREE_VALUE (decls); 524 decls = TREE_CHAIN (decls); 528 decl = decls; 529 decls = NULL_TREE;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| types.cc | 343 /* For all decls in the FIELDS chain, adjust their field offset by OFFSET. 437 /* Because the front-end shares field decls across classes, don't 496 Dsymbols *decls = attrib->include (NULL); local 497 if (decls != NULL) 499 fields += layout_aggregate_members (decls, context, inherited_p);
|
| d-builtins.cc | 50 /* Record built-in types and their associated decls for re-use when 686 /* Recursively search through attribute decls. */ 687 Dsymbols *decls = ad->include (NULL); local 688 if (decls && decls->length) 690 for (size_t i = 0; i < decls->length; i++) 692 Dsymbol *sym = (*decls)[i]; 882 /* Used for ModuleInfo, ClassInfo, and Interface decls. */
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-free-lang-data.cc | 54 /* Data used when collecting DECLs and TYPEs for language data removal. */ 59 free_lang_data_d () : decls (100), types (100) {} 68 auto_vec<tree> decls; member in class:__anon16213::free_lang_data_d 82 fld->decls.safe_push (t); 674 /* We need to keep field decls associated with their trees. Otherwise tree 716 decls, so we have to do our own traversals here. */ 868 /* Find decls and types in T. */ 909 /* Find decls and types referenced in EH region R and store them in 910 FLD->DECLS and FLD->TYPES. */ 949 /* Find decls and types referenced in cgraph node N and store them i [all...] |
| langhooks.h | 198 /* Language hooks related to decls and the symbol table. */ 213 /* Returns the chain of decls so far in the current scope level. */ 254 With 'for_present_check' set to false, decls which are optional parameters 255 themselve are returned as tree - or a NULL_TREE otherwise. Those decls are 541 struct lang_hooks_for_decls decls; member in struct:lang_hooks
|
| /src/external/public-domain/sqlite/dist/autosetup/ |
| cc.tcl | 161 # @cc-check-decls name ... 166 proc cc-check-decls {args} {
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Scope.h | 58 /// just contain loop constructs but don't contain decls. 300 decl_range decls() const { function in class:clang::Scope
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| UninitializedValues.cpp | 55 // DeclToIndex: a mapping from Decls we track to value indices. 162 unsigned decls = declToIndex.size(); local 163 scratch.resize(decls); 169 val.resize(decls); 372 for (auto *DI : DS->decls()) { 773 for (auto *DI : DS->decls()) {
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-gimplify.cc | 77 /* Since walk_tree doesn't call the callback function on the decls 740 tree decls, bind; local 743 decls = NULL_TREE; 745 decls = BLOCK_VARS (block); 748 decls = block; 749 if (DECL_ARTIFICIAL (decls)) 754 BLOCK_VARS (block) = decls; 761 if (decls || block) 763 bind = build3 (BIND_EXPR, void_type_node, decls, body, block);
|
| c-pragma.cc | 504 tree oldname, newname, decls, x; local 517 for (decls = c_linkage_bindings (oldname); 518 decls; ) 521 if (TREE_CODE (decls) == TREE_LIST) 523 decl = TREE_VALUE (decls); 524 decls = TREE_CHAIN (decls); 528 decl = decls; 529 decls = NULL_TREE;
|
| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| Parser.cpp | 418 // decls in it. 1085 Decl* decls[] = {AnonRecord, TheDecl}; local 1086 return Actions.BuildDeclaratorGroup(decls);
|