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

/freebsd-11-stable/lib/libedit/
H A Dterminal.c1016 * Initialize the arrow key bindings from termcap
1021 funckey_t *arrow = el->el_terminal.t_fkey; local
1023 arrow[A_K_DN].name = STR("down");
1024 arrow[A_K_DN].key = T_kd;
1025 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY;
1026 arrow[A_K_DN].type = XK_CMD;
1028 arrow[A_K_UP].name = STR("up");
1029 arrow[A_K_UP].key = T_ku;
1030 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY;
1031 arrow[A_K_U
1066 funckey_t *arrow = el->el_terminal.t_fkey; local
1117 funckey_t *arrow = el->el_terminal.t_fkey; local
1136 funckey_t *arrow = el->el_terminal.t_fkey; local
1155 funckey_t *arrow = el->el_terminal.t_fkey; local
1175 funckey_t *arrow = el->el_terminal.t_fkey; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c720 } arrow[] = { variable in typeref:struct:__anon5
739 arrow[A_K_DN].fun.cmd = F_DOWN_HIST;
740 arrow[A_K_DN].type = XK_CMD;
742 arrow[A_K_UP].fun.cmd = F_UP_HIST;
743 arrow[A_K_UP].type = XK_CMD;
745 arrow[A_K_LT].fun.cmd = F_CHARBACK;
746 arrow[A_K_LT].type = XK_CMD;
748 arrow[A_K_RT].fun.cmd = F_CHARFWD;
749 arrow[A_K_RT].type = XK_CMD;
751 arrow[A_K_H
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp86 TokenInfo[tok::arrow ] |= aci_custom_firstchar;
292 case tok::arrow: // ->*
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp97 case tok::arrow:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp596 // An arrow after an ObjC method expression is not a lambda arrow.
955 tok::star, tok::arrow, tok::amp, tok::ampamp))
1375 Current.startsSequence(tok::arrow, tok::identifier, tok::less)) {
1460 } else if (Current.is(tok::arrow) &&
1463 } else if (Current.is(tok::arrow) && AutoFound && Line.MustBeDeclaration &&
1470 // Deduction guides trailing arrow " A(...) -> A<T>;".
1516 tok::comma, tok::period, tok::arrow,
1682 tok::kw_throw, tok::arrow, Keywords.kw_override,
1758 NextToken->isOneOf(tok::arrow, to
[all...]
H A DFormatToken.h408 return isOneOf(tok::arrow, tok::period, tok::arrowstar) &&
H A DUnwrappedLineParser.cpp865 Tok.isNot(tok::arrow) && Tok.isNot(tok::arrowstar) &&
1458 // In a C++ lambda a template type can only occur after an arrow. We use
1490 case tok::arrow:
1491 // This might or might not actually be a lambda arrow (this could be an
1492 // ObjC method invocation followed by a dereferencing arrow). We might
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp693 if (!NextToken.isOneOf(tok::equal, tok::arrow, tok::period))
1954 case tok::arrow:
1995 OpKind == tok::arrow ? tok::period : tok::arrow;
2013 getCurScope(), Base, CorrectedBase, OpLoc, OpKind == tok::arrow, member in class:tok
H A DParseExprCXX.cpp1367 if (Tok.is(tok::arrow)) {
1398 } else if (Tok.isOneOf(tok::kw_mutable, tok::arrow, tok::kw___attribute,
1409 case tok::arrow: TokKind = 1; break;
1443 if (Tok.is(tok::arrow)) {
3372 if (!TryConsumeToken(tok::arrow))
3373 // User probably forgot the arrow, remind them and try to continue.
H A DParseDeclCXX.cpp3794 assert(Tok.is(tok::arrow) && "expected arrow");
3833 SkipUntil({tok::l_brace, tok::arrow, tok::kw_try, tok::comma, tok::colon},
3839 if (D.isFunctionDeclarator() && Tok.is(tok::arrow) &&
3854 SkipUntil({tok::equal, tok::l_brace, tok::arrow, tok::kw_try, tok::comma},
H A DParseTentative.cpp1880 tok::l_brace, tok::kw_try, tok::equal, tok::arrow) ||
H A DParseDecl.cpp5353 IsConstructor = Tok.is(tok::arrow);
6073 if (Tok.isOneOf(tok::period, tok::arrow))
6074 Diag(Tok, diag::err_invalid_operator_on_type) << Tok.is(tok::arrow);
6521 if (getLangOpts().CPlusPlus11 && Tok.is(tok::arrow)) {
H A DParseStmt.cpp125 nextTok.isOneOf(tok::l_paren, tok::identifier, tok::arrow, tok::period);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp511 // Get the type being accessed in BaseType. If this is an arrow, the BaseExpr
1030 OpLoc, tok::arrow, ObjectType,
1035 ExtraArgs->S, RetryExpr.get(), OpLoc, tok::arrow, TempSS,
1275 // For later type-checking purposes, turn arrow accesses into dot
1286 // Recover from arrow accesses to records, e.g.:
1693 /// \param OpKind either tok::arrow or tok::period
1722 bool IsArrow = (OpKind == tok::arrow);
H A DSemaPseudoObject.cpp1485 RefExpr->isArrow() ? tok::arrow : tok::period, SS,
1514 RefExpr->isArrow() ? tok::arrow : tok::period, SS,
H A DSemaExprCXX.cpp6961 if (OpKind == tok::arrow)
6973 if (OpKind == tok::arrow) {
7034 if (OpKind == tok::arrow) {
7094 // left-hand side of the arrow operator shall be of pointer to scalar type.
7097 // arrow operator.
7098 if (OpKind == tok::arrow) {
7186 OpKind = tok::arrow;
7243 OpKind == tok::arrow, OpLoc,
H A DTreeTransform.h10946 E->isArrow()? tok::arrow : tok::period,
12098 E->isArrow()? tok::arrow : tok::period,
13633 Base, OperatorLoc, isArrow ? tok::arrow : tok::period, SS, ScopeType,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h564 bool arrow = false, bool freeIvar = false)
570 D(d), Base(base), Loc(l), OpLoc(oploc), IsArrow(arrow),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1735 K == tok::period || K == tok::arrow ||
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2754 % @clickstyle @arrow (by default)
2756 \def\click{\arrow}
3015 \def\arrow{\leavevmode\raise.05ex\hbox to 1em{\hfil$\rightarrow$\hfil}}
4490 \definedummyword\arrow
4664 \def\arrow{->}%

Completed in 452 milliseconds