Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-om-parser.c657 *decl2 = NULL; in property() local
692 decl2 = cr_declaration_append in property()
694 if (!decl2) { in property()
700 ctxt->cur_stmt->kind.ruleset->decl_list = decl2; in property()
702 decl2 = NULL; in property()
706 decl2 = cr_declaration_append in property()
709 if (!decl2) { in property()
715 ctxt->cur_stmt->kind.font_face_rule->decl_list = decl2; in property()
717 decl2 = NULL; in property()
720 decl2 = cr_declaration_append in property()
[all …]
/third_party/typescript/src/testRunner/unittests/services/
DorganizeImports.ts984 const decl2 = node2 as ImportDeclaration; constant
985 assertEqual(decl1.importClause, decl2.importClause);
986 assertEqual(decl1.moduleSpecifier, decl2.moduleSpecifier);
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h1491 SVGAGBVertexElement decl2[18]; member