Searched refs:star (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1716 case tok::star:
2806 if (Next.isOneOf(tok::star, tok::amp, tok::ampamp, tok::identifier,
5499 if (Kind == tok::star || Kind == tok::caret)
5582 if (Tok.isNot(tok::star)) {
5636 if (Kind == tok::star || Kind == tok::caret) {
5651 if (Kind == tok::star)
6922 // star could be the start of an expression, for example 'X[*p + 4]'. Verify
6923 // the token after the star is a ']'. Since stars in arrays are
6925 if (Tok.is(tok::star) && GetLookAheadToken(1).is(tok::r_square)) {
H A DParseStmt.cpp124 tok::identifier, tok::star, tok::amp);
2099 } else if (Tok.is(tok::star)) {
H A DParseExpr.cpp1380 case tok::star: // unary-expression: '*' cast-expression
3636 if (Tok.is(tok::star)) {
H A DParseOpenMP.cpp220 case tok::star: // '*'
3023 case tok::star:
H A DParseDeclCXX.cpp1258 case tok::star: // struct foo {...} * P;
H A DParseExprCXX.cpp916 if (Tok.is(tok::star)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1570 case tok::star:
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dsvm.c2464 SNAPSHOT_VAR_OR_LEAVE(vmcb->state.star, meta, ret, done);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2659 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get());
H A DSemaCodeComplete.cpp450 case tok::star:
510 case tok::star:
H A DSemaExpr.cpp13450 case tok::star: Opc = BO_Mul; break;
13493 case tok::star: Opc = UO_Deref; break;
H A DSemaDecl.cpp1174 bool NextIsOp = NextToken.isOneOf(tok::amp, tok::star);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2462 case lltok::star:
2483 ParseToken(lltok::star, "expected '*' in address space"))

Completed in 578 milliseconds

12