Home
last modified time | relevance | path

Searched refs:make_array (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnosticsRendering.cpp24 auto make_array = []() { return std::make_unique<StructuredData::Array>(); }; in Serialize() local
30 auto array_up = make_array(); in Serialize()
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y155 { $$ = make_array($1->type, $3); }
218 extern Decl * make_array(Type *type, Expr *expr);
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c657 extern Decl * make_array(Type *type, Expr *expr);
2012 { yyval.decl = make_array(yystack.l_mark[-4].decl->type, yystack.l_mark[-1].expr); } in YYPARSE_DECL()