Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/at/
H A Dparsetime.c71 SUN, MON, TUE, WED, THU, FRI, SAT enumerator
136 { "friday", FRI, 0 },
137 { "fri", FRI, 0 },
514 case WED: case THU: case FRI: in month()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1987 bool RequireSemi, ForRangeInit *FRI, SourceLocation *DeclSpecStart) { in ParseSimpleDeclaration() argument
2030 return ParseDeclGroup(DS, Context, DeclAttrs, &DeclEnd, FRI); in ParseSimpleDeclaration()
2188 ForRangeInit *FRI) { in ParseDeclGroup() argument
2311 if (FRI && (Tok.is(tok::colon) || isTokIdentifier_in())) { in ParseDeclGroup()
2313 if (TryConsumeToken(tok::colon, FRI->ColonLoc)) { in ParseDeclGroup()
2318 FRI->RangeExpr = ParseBraceInitializer(); in ParseDeclGroup()
2320 FRI->RangeExpr = ParseExpression(); in ParseDeclGroup()
2338 D, ParsedTemplateInfo(), FRI); in ParseDeclGroup()
2608 if (Tok.is(tok::r_paren) && FRI && D.isFirstDeclarator()) { in ParseDeclarationAfterDeclaratorAndAttributes()
2613 FRI->ColonLoc = EqualLoc; in ParseDeclarationAfterDeclaratorAndAttributes()
[all …]
H A DParseExprCXX.cpp2033 ForRangeInfo *FRI, bool EnterForConditionScope) { in ParseCXXCondition() argument
2069 switch (isCXXConditionDeclarationOrInitStatement(InitStmt, FRI)) { in ParseCXXCondition()
2127 assert(FRI && "should not parse a for range declaration here"); in ParseCXXCondition()
2131 DeclaratorContext::ForInit, DeclEnd, attrs, DeclSpecAttrs, false, FRI); in ParseCXXCondition()
2132 FRI->LoopVar = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseCXXCondition()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2038 ForRangeInfo *FRI = nullptr,
2417 ForRangeInit *FRI = nullptr,
2423 ForRangeInit *FRI = nullptr);
2430 ForRangeInit *FRI = nullptr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP8.td174 (instregex "^FRI(M|N|P|Z)(D|S)(_rec)?$"),
H A DP9InstrResources.td414 (instregex "FRI(N|P|Z|M)(D|S)$"),
474 (instregex "FRI(N|P|Z|M)(D|S)_rec$"),