Lines Matching defs:true
171 /// @return true iff we are tracking types that are not reachable
189 /// @return true iff we are dropping functions and variables that have
467 /// @return true iff the type is from the current translation unit.
501 /// @return true if the scope was popped, false otherwise. Note
557 /// @return true iff the types are equal.
562 return true;
578 /// @return true upon successful completion.
587 return true;
596 /// @return true upon successful completion, false otherwise. Note
610 return true;
619 /// @return true upon successful completion, false otherwise. Note
633 return true;
751 /// @return true upon successful completion.
765 return true;
784 /// @return true iff there are suppression specifications (associated to the
801 return true;
991 /// @return true iff the suppression specification @p s matches the
1028 return true;
1040 /// @return true iff the suppression specification @p s matches the
1062 /// @return true iff the type suppression specification matches a
1159 call_reader_next = true;
1238 get_environment().canonicalization_is_done(true);
1492 (handle_element_node(*this, parent, /*add_decl_to_scope=*/true));
1643 handle_element_node(rdr, n, /*add_decl_to_scope=*/true);
1653 return true;
1784 /// @return true upon successful parsing, false otherwise.
1808 has_fn_syms = true;
1811 has_var_syms = true;
1820 fn_symdb = build_elf_symbol_db(rdr, node, true);
1831 has_fn_syms = true;
1833 has_var_syms = true;
1841 fn_symdb = build_elf_symbol_db(rdr, n, true);
1848 return true;
1860 /// @return true upon successful completion, false otherwise.
1882 return true;
1893 /// @return true upon successful completion, false otherwise.
2183 env.canonicalization_is_done(true);
2205 env.canonicalization_is_done(true);
2223 rdr.options().env.canonicalization_is_done(true);
2234 /// @return true upon successful completion, false otherwise.
2294 /// @return true upon sucessful parsing, false otherwise.
2321 return true;
2333 /// @return true upon sucessful parsing, false otherwise.
2354 loc.set_is_artificial(true);
2355 return true;
2372 /// @return true iff the location was set on the artifact.
2384 return true;
2396 /// @return true upon successful completion, false otherwise.
2414 return true;
2425 /// @return true upon successful completion, false otherwise.
2441 return true;
2451 /// @param access the access attribute. Set iff the function returns true.
2453 /// @return true upon sucessful completion, false otherwise.
2472 return true;
2483 /// attribute. This set only if this function returns true and the if
2488 /// returns true and the if the attribute was present on the xml
2491 /// @return true if either one of the two attributes above were set,
2503 got_something = true;
2509 got_something = true;
2519 /// function returns true.
2521 /// @return true if the xml element node has the 'static' attribute
2530 return true;
2537 /// @param offset_in_bits set to true if the element node contains the
2540 /// @return true iff the xml element node contains the attribute.
2548 return true;
2558 /// attribute and if the function returns true.
2562 /// attribute and if the function returns true.
2566 /// the function returns true.
2568 /// @return true if at least of the attributes above is set, false
2584 is_constructor = true;
2588 return true;
2595 is_destructor = true;
2599 return true;
2606 is_const = true;
2610 return true;
2620 /// @param is_decl_only is set to true iff the "is-declaration-only" attribute
2623 /// @return true iff the is_decl_only attribute was set.
2631 is_decl_only = true;
2634 return true;
2643 /// @param is_artificial this output parameter is set to true iff the
2646 /// @return true iff the "is-artificial" parameter was present on the
2655 return true;
2666 /// to true iff the 'tracking-non-reachable-types' attribute is
2668 /// the function returns true.
2670 /// @return true iff the 'tracking-non-reachable-types' attribute is
2682 ? true
2684 return true;
2693 /// @param is_non_reachable_type output parameter. This is set to true
2697 /// @return true iff the 'is-non-reachable' attribute is present on
2708 ? true
2710 return true;
2722 /// @return true iff the "naming-typedef-id" property exists and was
2730 return true;
2739 /// @param is_virtual is set to true iff the "is-virtual" attribute is
2742 /// @return true iff the is-virtual attribute is present.
2750 is_virtual = true;
2753 return true;
2762 /// @param is_struct is set to true iff the "is-struct" attribute is
2765 /// @return true iff the "is-struct" attribute is present.
2773 is_struct = true;
2776 return true;
2785 /// @param is_anonymous is set to true iff the "is-anonymous" is present
2788 /// @return true iff the "is-anonymous" attribute is present.
2796 return true;
2807 /// @return true iff the function completed successfully.
2817 return true;
2828 /// @return true iff the function completed successfully.
2838 return true;
2850 /// @return true iff the function completed successfully.
2860 return true;
2872 /// @return true iff @p type_id was successfully set.
2879 return true;
2896 /// @return true if the association was performed.
2912 return true;
2927 /// @return true if the association was performed.
2967 is_typedef(rdr.build_or_get_type_decl(naming_typedef_id, true));
3020 handle_element_node(rdr, n, /*add_to_current_scope=*/true);
3057 bool is_defined = true;
3062 if (value == "true" || value == "yes")
3063 is_defined = true;
3073 if (value == "true" || value == "yes")
3074 is_common = true;
3088 if (value == "true" || value == "yes")
3089 is_default_version = true;
3137 /// @param function_symbol is true if we should look for a function
3180 /// @param function_syms true if we should look for a function symbols
3295 type = rdr.build_or_get_type_decl(type_id, true);
3389 return_type = rdr.build_or_get_type_decl(type_id, true);
3402 fn_type->set_is_artificial(true);
3422 fn_decl->set_is_in_public_symbol_table(true);
3482 /// @return true iff at least one function specification matches the
3510 /// @return true iff the type designated by @p node is suppressed by
3530 /*require_drop_property=*/true);
3544 /// @return true iff the @ref var_decl was built.
3563 /// @return true iff the variable denoted by @p node is suppressed.
3591 /// @return true iff the variable @p v is suppressed.
3628 true);
3662 decl->set_is_in_public_symbol_table(true);
3815 rdr.build_or_get_type_decl(type_id, true);
3904 rdr.build_or_get_type_decl(type_id, true);
3984 rdr.build_or_get_type_decl(type_id,/*add_to_current_scope=*/ true);
4037 /*add_decl_to_scope=*/true));
4070 (type_id, true));
4132 is_infinite = true;
4145 bounds_present = true;
4157 underlying_type = rdr.build_or_get_type_decl(underlying_type_id, true);
4267 has_size_in_bits = true;
4301 rdr.build_or_get_type_decl(type_id, true);
4338 reported = true;
4472 rdr.build_or_get_type_decl(base_type_id, true);
4542 type_base_sptr underlying_type(rdr.build_or_get_type_decl(type_id, true));
4564 /// @return true iff the class was built.
4587 /// @return true iff the @ref union_decl was built.
4747 is_def_of_decl = true;
4773 is_def_of_decl = true;
4814 (rdr.build_or_get_type_decl(type_id, true));
4852 build_type(rdr, p, /*add_to_current_scope=*/true))
4879 is_laid_out = true;
4946 is_virtual = true;
4962 /*add_to_cur_sc=*/true))
5000 /*add_to_current_scope=*/true))
5010 /*add_to_current_scope=*/true))
5160 is_def_of_decl = true;
5186 is_def_of_decl = true;
5225 build_type(rdr, p, /*add_to_current_scope=*/true))
5246 bool is_laid_out = true;
5315 /*add_to_cur_sc=*/true))
5347 /*add_to_current_scope=*/true))
5357 /*add_to_current_scope=*/true))
5431 /*add_to_current_scope=*/true))
5544 (rdr.build_or_get_type_decl(type_id, true))))
5559 /*add_to_current_scope=*/true);
5561 rdr.push_and_key_type_decl(result, id, /*add_to_current_scope=*/true);
5596 /*add_to_current_scope=*/true);
5604 /*add_to_current_scope=*/true))
5607 /*add_to_current_scope=*/true))
5610 /*add_to_current_scope=*/true))
5613 /*add_to_current_scope=*/true)))
5616 /*force_delay=*/true);
5656 || !(type = rdr.build_or_get_type_decl(type_id, true)))
5669 /*add_to_current_scope=*/true);
5711 (rdr.build_or_get_type_decl(type_id, true))))
5724 rdr.push_decl_to_current_scope(result, /*add_to_current_scope=*/true);
5827 /// @return true upon successful parsing, false otherwise.
5844 /// @return true upon successful parsing, false otherwise.
5859 /// @return true upon successful parsing, false otherwise.
5878 /// @return true upon successful completion, false otherwise.
5923 rdr.maybe_canonicalize_type(type, /*force_delay=*/true);
6000 /// @return true upon successful completion of the parsing, false
6053 /// @return true upon successful completion of the parsing, false
6069 /// @return true upon successful completion, false otherwise.
6213 /// @return true iff the loading was successful.
6279 return true;