Searched defs:init_list (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Index/
H A Dindex-templates.cpp82 void init_list(T t, U u) { function
184 // CHECK-LOAD: index-templates.cpp:82:6: FunctionTemplate=init_list:82:6 (Definition)
/external/e2fsprogs/lib/support/
H A Dprofile_helpers.c32 * These functions --- init_list(), end_list(), and add_to_list() are
53 static errcode_t init_list(struct profile_string_list *list) function
156 if ((retval = init_list(&values)))
199 if ((retval = init_list(&values)))
237 if ((retval = init_list(&values)))
/external/clang/test/SemaCXX/
H A Dcxx1y-deduced-return-type.cpp66 auto init_list() { function
H A Duninitialized.cpp1145 namespace init_list { namespace
/external/flatbuffers/src/
H A Didl_gen_cpp.cpp1781 std::string init_list; local
1793 init_list += ",\n ";
1797 init_list += member_name;
1800 init_list += "(flatbuffers::EndianScalar(" + type + "))";
1802 init_list += "(" + arg_name + ")";
1805 GenPadding(field, &init_list, &padding_id, PaddingInitializer);
1810 code_.SetValue("INIT_LIST", init_list);
/external/e2fsprogs/misc/
H A Dmke2fs.c1159 static errcode_t init_list(struct str_list *sl) function
1246 if (init_list(&list))

Completed in 186 milliseconds