Home
last modified time | relevance | path

Searched refs:build_constructor_va (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDubsan.c312 tree ctor = build_constructor_va (type, 3, NULL_TREE, str, NULL_TREE, in ubsan_source_location()
508 tree ctor = build_constructor_va (dtype, 3, NULL_TREE, in ubsan_type_descriptor()
HDasan.c2568 tree ctor = build_constructor_va (TREE_TYPE (var), 1, NULL_TREE, in create_odr_indicator()
2677 tree ctor = build_constructor_va (TREE_TYPE (var), 3, in asan_add_global()
HDtree.h4182 extern tree build_constructor_va (tree, int, ...);
HDtree.c2045 build_constructor_va (tree type, int nelts, ...) in build_constructor_va() function
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDlambda.c552 initializer = build_constructor_va (init_list_type_node, 2, in add_capture()