Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2091 bool RequireSemi, ForRangeInit *FRI, SourceLocation *DeclSpecStart) { in ParseSimpleDeclaration() argument
2135 return ParseDeclGroup(DS, Context, DeclAttrs, TemplateInfo, &DeclEnd, FRI); in ParseSimpleDeclaration()
2294 ForRangeInit *FRI) { in ParseDeclGroup() argument
2467 if (FRI && (Tok.is(tok::colon) || isTokIdentifier_in())) { in ParseDeclGroup()
2469 if (TryConsumeToken(tok::colon, FRI->ColonLoc)) { in ParseDeclGroup()
2486 FRI->RangeExpr = ParseBraceInitializer(); in ParseDeclGroup()
2488 FRI->RangeExpr = ParseExpression(); in ParseDeclGroup()
2497 FRI->LifetimeExtendTemps = std::move( in ParseDeclGroup()
2516 ParseDeclarationAfterDeclaratorAndAttributes(D, TemplateInfo, FRI); in ParseDeclGroup()
2653 Declarator &D, const ParsedTemplateInfo &TemplateInfo, ForRangeInit *FRI) { in ParseDeclarationAfterDeclaratorAndAttributes() argument
[all …]
H A DParseExprCXX.cpp2131 ForRangeInfo *FRI, bool EnterForConditionScope) { in ParseCXXCondition() argument
2168 switch (isCXXConditionDeclarationOrInitStatement(InitStmt, FRI)) { in ParseCXXCondition()
2226 assert(FRI && "should not parse a for range declaration here"); in ParseCXXCondition()
2230 DeclaratorContext::ForInit, DeclEnd, attrs, DeclSpecAttrs, false, FRI); in ParseCXXCondition()
2231 FRI->LoopVar = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseCXXCondition()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2094 ForRangeInfo *FRI = nullptr,
2475 ForRangeInit *FRI = nullptr,
2482 ForRangeInit *FRI = nullptr);
2489 ForRangeInit *FRI = nullptr);
/freebsd/contrib/llvm-project/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$"),