Searched refs:stmt (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Dmisc.c44 * @param stmt The include statement, specifying the file name to look for.
47 * @param merge_rtrn Always returns stmt->merge.
52 ProcessIncludeFile(IncludeStmt * stmt, argument
60 rtrn = XkbFindFileInCache(stmt->file, file_type, &stmt->path);
65 FILE *file = XkbFindFileInPath(stmt->file, file_type, &stmt->path);
68 ERROR("Can't find file \"%s\" for %s include\n", stmt->file,
75 setScanState(stmt->file, 1);
78 INFO("About to parse include file %s\n", stmt
[all...]
H A Dkeycodes.c486 * @param stmt The include statement from the keymap file.
491 HandleIncludeKeycodes(IncludeStmt * stmt, XkbDescPtr xkb, KeyNamesInfo * info) argument
499 if ((stmt->file == NULL) && (stmt->map == NULL))
505 else if (strcmp(stmt->file, "computed") == 0)
512 else if (ProcessIncludeFile(stmt, XkmKeyNamesIndex, &rtrn, &newMerge))
516 if (stmt->stmt != NULL)
519 included.name = stmt->stmt;
571 HandleKeycodeDef(const KeycodeDef * stmt,unsigned merge,KeyNamesInfo * info) argument
612 HandleKeyNameVar(const VarDef * stmt,KeyNamesInfo * info) argument
756 ParseCommon *stmt; local in function:HandleKeycodesFile
[all...]
H A Dvmod.c73 * If the entry is e.g. NumLock=Mod1, stmt->value is not NULL, and the
76 * @param stmt The statement specifying the name and (if any the value).
80 HandleVModDef(const VModDef *stmt, unsigned mergeMode, VModInfo *info) argument
91 XkbInternAtom(info->xkb->dpy, XkbAtomGetString(NULL, stmt->name),
100 if (stmt->value == NULL)
106 if (!ExprResolveModMask(stmt->value, &mod, NULL, NULL))
108 str1 = XkbAtomText(NULL, stmt->name, XkbMessage);
115 str1 = XkbAtomText(NULL, stmt->name, XkbMessage);
144 if (stmt->value == NULL)
146 if (ExprResolveModMask(stmt
[all...]
H A Dcompat.c396 HandleIncludeCompatMap(IncludeStmt *stmt, argument
405 if ((stmt->file == NULL) && (stmt->map == NULL))
411 else if (ProcessIncludeFile(stmt, XkmCompatMapIndex, &rtrn, &newMerge))
422 if (stmt->stmt != NULL)
425 included.name = stmt->stmt;
426 stmt->stmt
599 HandleInterpVar(const VarDef * stmt,XkbDescPtr xkb,CompatInfo * info) argument
719 ParseCommon *stmt; local in function:HandleCompatMapFile
[all...]
H A Dparseutils.c700 char *file, *map, *stmt, *tmp, *extra_data; local in function:IncludeCreate
708 stmt = uStringDup(str);
732 .stmt = NULL,
757 first->stmt = stmt;
758 else if (stmt)
759 free(stmt);
762 ERROR("Illegal include statement \"%s\"\n", stmt);
775 if (stmt)
776 free(stmt);
782 PrintStmtAddrs(ParseCommon * stmt) argument
872 StmtSetMerge(ParseCommon * stmt,unsigned merge) argument
[all...]
H A Dkeytypes.c372 HandleIncludeKeyTypes(IncludeStmt * stmt, argument
381 if ((stmt->file == NULL) && (stmt->map == NULL))
387 else if (ProcessIncludeFile(stmt, XkmTypesIndex, &rtrn, &newMerge))
394 if (stmt->stmt != NULL)
397 included.name = stmt->stmt;
398 stmt->stmt
906 HandleKeyTypeVar(const VarDef * stmt,XkbDescPtr xkb,KeyTypesInfo * info) argument
1039 ParseCommon *stmt; local in function:HandleKeyTypesFile
[all...]
H A Dsymbols.c752 HandleIncludeSymbols(IncludeStmt * stmt, argument
761 if ((stmt->file == NULL) && (stmt->map == NULL))
767 else if (ProcessIncludeFile(stmt, XkmSymbolsIndex, &rtrn, &newMerge))
772 if (stmt->modifier)
774 included.explicit_group = atoi(stmt->modifier) - 1;
781 if (stmt->stmt != NULL)
784 included.name = stmt->stmt;
1386 HandleSymbolsVar(VarDef * stmt,XkbDescPtr xkb,SymbolsInfo * info) argument
1546 HandleSymbolsDef(SymbolsDef * stmt,XkbDescPtr xkb,unsigned merge,SymbolsInfo * info) argument
1622 ParseCommon *stmt; local in function:HandleSymbolsFile
[all...]
H A Dgeometry.c1326 HandleIncludeGeometry(IncludeStmt * stmt, XkbDescPtr xkb, GeometryInfo * info, argument
1335 if ((stmt->file == NULL) && (stmt->map == NULL))
1341 else if (ProcessIncludeFile(stmt, XkmGeometryIndex, &rtrn, &newMerge))
1348 if (stmt->stmt != NULL)
1351 included.name = stmt->stmt;
1352 stmt->stmt
2123 HandleGeometryVar(VarDef * stmt,XkbDescPtr xkb,GeometryInfo * info) argument
2820 ParseCommon *stmt; local in function:HandleGeometryFile
[all...]
H A Dxkbcomp.h122 char *stmt; member in struct:_IncludeStmt
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp475 for (Instruction *stmt = bb->getFirst(); stmt; stmt = stmt->next) { local in function:nv50_ir::RenamePass::search
478 if (stmt->op != OP_PHI) {
479 for (s = 0; stmt->srcExists(s); ++s) {
480 lval = stmt->getSrc(s)->asLValue();
487 lval = mkUndefined(stmt->getSrc(s));
488 stmt->setSrc(s, lval);
491 for (d = 0; stmt
545 for (Instruction *stmt = bb->getFirst(); stmt; stmt = stmt->next) { local in function:nv50_ir::RenamePass::search
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp475 for (Instruction *stmt = bb->getFirst(); stmt; stmt = stmt->next) { local in function:nv50_ir::RenamePass::search
478 if (stmt->op != OP_PHI) {
479 for (s = 0; stmt->srcExists(s); ++s) {
480 lval = stmt->getSrc(s)->asLValue();
487 lval = mkUndefined(stmt->getSrc(s));
488 stmt->setSrc(s, lval);
491 for (d = 0; stmt
545 for (Instruction *stmt = bb->getFirst(); stmt; stmt = stmt->next) { local in function:nv50_ir::RenamePass::search
[all...]
/xsrc/external/mit/xgc/dist/
H A Dgram.y45 | stmts stmt '\n'
48 stmt : error label
/xsrc/external/mit/xterm/dist/
H A Dtrace.h51 #define if_TRACE(stmt) stmt
171 #define if_TRACE(stmt) /*nothing*/
H A Dptyx.h1571 #define if_OPT_DIRECT_COLOR2_else(cond, test, stmt) \
1572 if_OPT_DIRECT_COLOR2(cond, test, stmt else)
1648 #define if_OPT_DEC_RECTOPS(stmt) stmt
1650 #define if_OPT_DEC_RECTOPS(stmt) /* nothing */
2892 #define if_STATUS_LINE(screen,stmt) \
2893 if (IsStatusShown(screen) && (screen)->status_active) stmt
2909 #define if_STATUS_LINE(screen,stmt) /* nothing */
/xsrc/external/mit/twm/dist/src/
H A Dgram.y130 %type <num> pixmap_list cursor_list color_list save_color_list stmt
142 | stmts stmt
145 stmt : error label
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp1615 ir_if *const stmt = new(ctx) ir_if(op[0]); local in function:ast_expression::do_hir
1616 instructions->push_tail(stmt);
1618 stmt->then_instructions.append_list(&rhs_instructions);
1622 stmt->then_instructions.push_tail(then_assign);
1627 stmt->else_instructions.push_tail(else_assign);
1649 ir_if *const stmt = new(ctx) ir_if(op[0]); local in function:ast_expression::do_hir
1650 instructions->push_tail(stmt);
1655 stmt->then_instructions.push_tail(then_assign);
1657 stmt->else_instructions.append_list(&rhs_instructions);
1661 stmt
1926 ir_if *const stmt = new(ctx) ir_if(op[0]); local in function:ast_expression::do_hir
6651 ir_if *const stmt = new(ctx) ir_if(condition); local in function:ast_selection_statement::hir
7150 ir_loop *const stmt = new(ctx) ir_loop(); local in function:ast_iteration_statement::hir
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp1603 ir_if *const stmt = new(ctx) ir_if(op[0]); local in function:ast_expression::do_hir
1604 instructions->push_tail(stmt);
1606 stmt->then_instructions.append_list(&rhs_instructions);
1610 stmt->then_instructions.push_tail(then_assign);
1615 stmt->else_instructions.push_tail(else_assign);
1637 ir_if *const stmt = new(ctx) ir_if(op[0]); local in function:ast_expression::do_hir
1638 instructions->push_tail(stmt);
1643 stmt->then_instructions.push_tail(then_assign);
1645 stmt->else_instructions.append_list(&rhs_instructions);
1649 stmt
1886 ir_if *const stmt = new(ctx) ir_if(op[0]); local in function:ast_expression::do_hir
6431 ir_if *const stmt = new(ctx) ir_if(condition); local in function:ast_selection_statement::hir
6921 ir_loop *const stmt = new(ctx) ir_loop(); local in function:ast_iteration_statement::hir
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dgram.y114 | stmts stmt
117 stmt : error label
/xsrc/external/mit/libX11/dist/
H A DREADME.md51 * Handle `-Wextra-semi-stmt` warnings from clang (!272)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.9.2.rst153 - glsl: add ir_shader case in switch stmt to silence warning

Completed in 68 milliseconds