Home
last modified time | relevance | path

Searched refs:VarDef (Results 1 – 12 of 12) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dast-build.h85 VarDef *
88 VarDef *
95 KeyTypeCreate(xkb_atom_t name, VarDef *body);
98 SymbolsCreate(xkb_atom_t keyName, VarDef *symbols);
107 LedMapCreate(xkb_atom_t name, VarDef *body);
Dast.h253 } VarDef; typedef
280 VarDef *body;
287 VarDef *symbols;
309 VarDef *def;
324 VarDef *body;
Dast-build.c288 VarDef *
291 VarDef *def = malloc(sizeof(*def)); in VarCreate()
303 VarDef *
307 VarDef *def; in BoolVarCreate()
340 KeyTypeCreate(xkb_atom_t name, VarDef *body) in KeyTypeCreate()
356 SymbolsCreate(xkb_atom_t keyName, VarDef *symbols) in SymbolsCreate()
404 LedMapCreate(xkb_atom_t name, VarDef *body) in LedMapCreate()
650 FreeStmt((ParseCommon *) ((VarDef *) stmt)->name); in FreeStmt()
651 FreeStmt((ParseCommon *) ((VarDef *) stmt)->value); in FreeStmt()
Dcompat.c630 HandleGlobalVar(CompatInfo *info, VarDef *stmt) in HandleGlobalVar()
651 HandleInterpBody(CompatInfo *info, VarDef *def, SymInterpInfo *si) in HandleInterpBody()
657 for (; def; def = (VarDef *) def->common.next) { in HandleInterpBody()
713 VarDef *var; in HandleLedMapDef()
724 for (var = def->body; var != NULL; var = (VarDef *) var->common.next) { in HandleLedMapDef()
777 ok = HandleGlobalVar(info, (VarDef *) stmt); in HandleCompatMapFile()
Dparser.y173 VarDef *var;
428 { $$ = (VarDef *) AppendStmt((ParseCommon *) $1,
447 { $$ = (VarDef *) AppendStmt((ParseCommon *) $1,
Dparser.h195 VarDef *var;
Dkeycodes.c429 HandleKeyNameVar(KeyNamesInfo *info, VarDef *stmt) in HandleKeyNameVar()
500 ok = HandleKeyNameVar(info, (VarDef *) stmt); in HandleKeycodesFile()
Dsymbols.c1006 HandleGlobalVar(SymbolsInfo *info, VarDef *stmt) in HandleGlobalVar()
1056 HandleSymbolsBody(SymbolsInfo *info, VarDef *def, KeyInfo *keyi) in HandleSymbolsBody()
1062 for (; def; def = (VarDef *) def->common.next) { in HandleSymbolsBody()
1219 ok = HandleGlobalVar(info, (VarDef *) stmt); in HandleSymbolsFile()
Dtypes.c576 HandleKeyTypeBody(KeyTypesInfo *info, VarDef *def, KeyTypeInfo *type) in HandleKeyTypeBody()
582 for (; def; def = (VarDef *) def->common.next) { in HandleKeyTypeBody()
Dparser.c305 VarDef *var;
2391 { (yyval.var) = (VarDef *) AppendStmt((ParseCommon *) (yyvsp[-1].var), in yyparse()
2416 { (yyval.var) = (VarDef *) AppendStmt((ParseCommon *) (yyvsp[-2].var), in yyparse()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp1162 for (Record *VarDef : VarDefs) in getIntersectingVariants()
1163 Variants.emplace_back(VarDef, SchedRW.Index, VarProcIdx, 0); in getIntersectingVariants()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h5643 auto *VarDef =
5645 if (VarDef == nullptr)
5649 if (VarDef->getOp() == InstArithmetic::Shl) {
5651 llvm::dyn_cast<ConstantInteger32>(VarDef->getSrc(1))) {
5654 } else if (VarDef->getOp() == InstArithmetic::Mul) {
5657 llvm::dyn_cast<ConstantInteger32>(VarDef->getSrc(0))) {
5663 llvm::dyn_cast<ConstantInteger32>(VarDef->getSrc(1))) {