Home
last modified time | relevance | path

Searched refs:FRI (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/usr.bin/at/
H A Dparsetime.c61 SUN, MON, TUE, WED, THU, FRI, SAT enumerator
137 { "friday", FRI, 0 },
138 { "fri", FRI, 0 },
540 case WED: case THU: case FRI: in month()
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dfrv-opc.c4918 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
4924 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
4930 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
4936 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
4966 …{ { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), ',', OP (CCI), ',', OP (COND), 0…
4972 …{ { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), ',', OP (CCI), ',', OP (COND), 0…
4978 …{ { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), ',', OP (CCI), ',', OP (COND), 0…
4984 …{ { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), ',', OP (CCI), ',', OP (COND), 0…
4990 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
4996 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dfrv-opc.c4862 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
4868 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
4874 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
4880 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
4910 …{ { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), ',', OP (CCI), ',', OP (COND), 0…
4916 …{ { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), ',', OP (CCI), ',', OP (COND), 0…
4922 …{ { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), ',', OP (CCI), ',', OP (COND), 0…
4928 …{ { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), ',', OP (CCI), ',', OP (COND), 0…
4934 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
4940 { { MNEM, OP (PACK), ' ', OP (FRI), ',', OP (FRJ), ',', OP (FRK), 0 } },
[all …]
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2023 ForRangeInfo *FRI, bool EnterForConditionScope) { in ParseCXXCondition() argument
2059 switch (isCXXConditionDeclarationOrInitStatement(InitStmt, FRI)) { in ParseCXXCondition()
2117 assert(FRI && "should not parse a for range declaration here"); in ParseCXXCondition()
2121 DeclaratorContext::ForInit, DeclEnd, attrs, DeclSpecAttrs, false, FRI); in ParseCXXCondition()
2122 FRI->LoopVar = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseCXXCondition()
2123 assert((FRI->ColonLoc.isValid() || !DG) && in ParseCXXCondition()
H A DParseDecl.cpp1854 bool RequireSemi, ForRangeInit *FRI, SourceLocation *DeclSpecStart) { in ParseSimpleDeclaration() argument
1893 return ParseDeclGroup(DS, Context, DeclAttrs, &DeclEnd, FRI); in ParseSimpleDeclaration()
2050 ForRangeInit *FRI) { in ParseDeclGroup() argument
2170 if (FRI && (Tok.is(tok::colon) || isTokIdentifier_in())) { in ParseDeclGroup()
2172 if (TryConsumeToken(tok::colon, FRI->ColonLoc)) { in ParseDeclGroup()
2177 FRI->RangeExpr = ParseBraceInitializer(); in ParseDeclGroup()
2179 FRI->RangeExpr = ParseExpression(); in ParseDeclGroup()
2197 D, ParsedTemplateInfo(), FRI); in ParseDeclGroup()
2326 Declarator &D, const ParsedTemplateInfo &TemplateInfo, ForRangeInit *FRI) { in ParseDeclarationAfterDeclaratorAndAttributes() argument
2468 if (Tok.is(tok::r_paren) && FRI && D.isFirstDeclarator()) { in ParseDeclarationAfterDeclaratorAndAttributes()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2013 ForRangeInfo *FRI = nullptr,
2386 ForRangeInit *FRI = nullptr,
2392 ForRangeInit *FRI = nullptr);
2399 ForRangeInit *FRI = nullptr);
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td414 (instregex "FRI(N|P|Z|M)(D|S)$"),
474 (instregex "FRI(N|P|Z|M)(D|S)_rec$"),