Searched refs:build_constructor_va (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | ubsan.c | 312 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()
|
| HD | asan.c | 2568 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()
|
| HD | tree.h | 4182 extern tree build_constructor_va (tree, int, ...);
|
| HD | tree.c | 2045 build_constructor_va (tree type, int nelts, ...) in build_constructor_va() function
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | lambda.c | 552 initializer = build_constructor_va (init_list_type_node, 2, in add_capture()
|