| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMapFile.cpp | 51 Star, enumerator 215 case MMToken::Star: in parseTopLevelDecls() 284 if (Tok.is(MMToken::Star)) { in parseModuleDecl() 573 if (Tok.is(MMToken::Star)) { in parseExportDecl() 913 Tok.Kind = MMToken::Star; in consumeToken()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 50 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 55 return Token == AsmToken::Star; in tokenIsStartOfStatement() 409 case AsmToken::Star: in parseOperandAsOperator()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OperatorKinds.def | 64 OVERLOADED_OPERATOR(Star , "*" , star , true , true , false)
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 100 case AsmToken::Star: OS << "Star"; break; in dump() 909 case '*': return AsmToken(AsmToken::Star, StringRef(TokStart, 1)); in LexToken()
|
| H A D | AsmParser.cpp | 1150 case AsmToken::Star: in parsePrimaryExpr() 1158 if (getTok().is(AsmToken::Dollar) || getTok().is(AsmToken::Star)) { in parsePrimaryExpr() 1161 (getTok().is(AsmToken::Star) && MAI.isHLASM())) in parsePrimaryExpr() 1578 case AsmToken::Star: in getDarwinBinOpPrecedence() 1655 case AsmToken::Star: in getGNUBinOpPrecedence() 2582 case AsmToken::Star: in isOperator()
|
| H A D | MasmParser.cpp | 1733 case AsmToken::Star: in getGNUBinOpPrecedence()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | wordprocessors | 611 # Note: used in Star-, Open- and Libre-Office 649 # Note: used in Star-, Open- and Libre-Office and found in directories like
|
| /freebsd/usr.sbin/bsdconfig/console/include/ |
| H A D | messages.subr | 204 msg_star="Star"
|
| /freebsd/contrib/tzdata/ |
| H A D | northamerica | 873 # Indianapolis Star. 2018-11-27 14:58 -05. 1385 # also documented in the Saturday October 26/1918 edition of the Toronto Star. 1617 # [According to the Toronto Star] Orillia, Ontario, adopted DST 1631 # time became a comic failure in Orillia. Toronto Star 2017-07-08. 1662 # time instead of midnight.... Toronto Daily Star - ... 1737 # Toronto Star, which said that DST was ending 1971-10-31 as usual. 1819 # level. As the [Toronto] Star put it (1912-06-07), "While people 2147 # Whitehorse Star - Thursday April 22, 1965 - page 1 2154 # Whitehorse Star - Monday October 25, 1965 - page 15 ... 2160 # Whitehorse Star - Thursday Feb 24,1966 - page 2 [all …]
|
| H A D | asia | 191 # Following report by same newspaper-"The Daily Star Friday": 206 # According to Bangladesh newspaper "The Daily Star," 219 # According to Bangladesh newspaper "The Daily Star,"
|
| H A D | backzone | 457 # Mark Brader writes that an article in the 1997-10-14 Toronto Star
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 964 case ArraySizeModifier::Star: in VisitType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 851 } else if (Lexer.is(AsmToken::Star)) { in parsePrePost()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACCClause.cpp | 121 return mlir::acc::DeviceType::Star; in decodeDeviceType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2172 case AsmToken::Star: SM.onStar(); break; in ParseIntelExpression() 2834 if (getLexer().is(AsmToken::Star)) in parseATTOperand() 3574 if (getLexer().is(AsmToken::Star)) in parseInstruction()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 385 case ArraySizeModifier::Star: in getFragmentsForType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 681 case ArraySizeModifier::Star: in VisitArrayType()
|
| H A D | TypePrinter.cpp | 575 else if (T->getSizeModifier() == ArraySizeModifier::Star) in printVariableArrayAfter()
|
| H A D | TextNodeDumper.cpp | 1955 case ArraySizeModifier::Star: in VisitArrayType()
|
| /freebsd/share/misc/ |
| H A D | usb_hid_usages | 602 0xBA Phone Key Star
|
| H A D | usb_vendors | 6711 0519 Star Micronics Co., Ltd 11562 0835 Action Star Enterprise Co., Ltd 13279 0ac8 Z-Star Microelectronics Corp. 15126 0db0 Micro Star International 17819 2282 TechniSat DVB-PC TV Star 2 18088 1462 Micro Star International 18245 0500 DVB-PC TV Star HD 18397 002a Gaming Mouse [Star Wars: The Old Republic] 18398 002b Gaming Keyboard [Star Wars: The Old Republic] 18399 002c Gaming Headset [Star Wars: The Old Republic] [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 896 SourceLocation Star); 17104 SourceLocation Star) { in RebuildPointerType() argument 17105 return SemaRef.BuildPointerType(PointeeType, Star, in RebuildPointerType() 17111 SourceLocation Star) { in RebuildBlockPointerType() argument 17112 return SemaRef.BuildBlockPointerType(PointeeType, Star, in RebuildBlockPointerType() 17166 SourceLocation Star) { in RebuildObjCObjectPointerType() argument
|
| H A D | SemaType.cpp | 2212 if (ASM == ArraySizeModifier::Star) { in BuildArrayType() 4746 ASM = ArraySizeModifier::Star; in GetFullTypeForDeclarator() 4751 if (ASM == ArraySizeModifier::Star && !D.isPrototypeContext()) { in GetFullTypeForDeclarator()
|
| /freebsd/sys/dev/usb/ |
| H A D | usbdevs | 216 vendor STAR 0x0519 Star Micronics 427 vendor ACTIONSTAR 0x0835 Action Star Enterprise 559 vendor MSI 0x0db0 Micro Star International 3339 /* Micro Star International products */
|