/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
H A D | asremove.c | 51 char *Keyword, 69 char *Keyword, in AsRemoveStatement() argument 77 KeywordLength = strlen (Keyword); in AsRemoveStatement() 83 SubString = strstr (SubBuffer, Keyword); in AsRemoveStatement() 147 char *Keyword) in AsRemoveConditionalCompile() argument 158 KeywordLength = strlen (Keyword); in AsRemoveConditionalCompile() 163 SubBuffer = strstr (SubString, Keyword); in AsRemoveConditionalCompile() 240 SubString = SubBuffer + strlen (Keyword); in AsRemoveConditionalCompile() 318 char *Keyword) variable 330 SubString = strstr (SubBuffer, Keyword); [all …]
|
H A D | acpisrc.h | 262 char *Keyword); 295 char *Keyword); 309 char *Keyword); 336 char *Keyword); 414 char *Keyword,
|
H A D | asconvrt.c | 1497 char *Keyword, in AsInsertPrefix() argument 1529 strcpy (LowerKeyword, Keyword); in AsInsertPrefix() 1535 KeywordLength = strlen (Keyword); in AsInsertPrefix()
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
H A D | ahaml.c | 254 const AH_AML_TYPE *Keyword; in AhFindAmlTypes() local 260 for (Keyword = Gbl_AmlTypesInfo; Keyword->Name; Keyword++) in AhFindAmlTypes() 264 printf (" %s\n", Keyword->Name); in AhFindAmlTypes() 271 AhDisplayAmlType (Keyword); in AhFindAmlTypes() 278 strcpy (Gbl_Buffer, Keyword->Name); in AhFindAmlTypes() 283 AhDisplayAmlType (Keyword); in AhFindAmlTypes()
|
H A D | ahasl.c | 80 const AH_ASL_KEYWORD *Keyword; in AhFindAslKeywords() local 86 for (Keyword = Gbl_AslKeywordInfo; Keyword->Name; Keyword++) in AhFindAslKeywords() 90 AhDisplayAslKeyword (Keyword); in AhFindAslKeywords() 97 strcpy (Gbl_Buffer, Keyword->Name); in AhFindAslKeywords() 102 AhDisplayAslKeyword (Keyword); in AhFindAslKeywords()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 74 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 84 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 113 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 149 WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual "; in start() 172 WithColor(Printer, PDB_ColorItem::Keyword).get() in start() 200 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 202 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 254 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 256 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump() [all …]
|
H A D | PrettyTypedefDumper.cpp | 30 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start() 49 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump() 55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump() 71 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dump() 80 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump()
|
H A D | PrettyVariableDumper.cpp | 54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start() 168 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in dumpRight() 170 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in dumpRight() 173 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dumpRight() 185 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in dump() 191 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const "; in dump() 193 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile "; in dump() 196 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict "; in dump() 212 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in dump()
|
H A D | PrettyClassDefinitionDumper.cpp | 54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in prettyPrintClassIntro() 56 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in prettyPrintClassIntro() 58 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in prettyPrintClassIntro() 60 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in prettyPrintClassIntro() 75 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base.getAccess(); in prettyPrintClassIntro() 77 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in prettyPrintClassIntro()
|
H A D | PrettyEnumDumper.cpp | 27 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start() 29 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in start() 31 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in start() 32 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start() 37 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start()
|
H A D | PrettyTypeDumper.cpp | 183 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in printClassDecl() 185 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in printClassDecl() 187 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in printClassDecl() 189 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in printClassDecl() 352 WithColor(Printer, PDB_ColorItem::Keyword).get() in dumpClassLayout()
|
H A D | PrettyBuiltinDumper.cpp | 22 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start() 24 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in start()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 492 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local 496 if (Keyword == #STR) \ in LexIdentifier() 831 if (Keyword == STR) { \ in LexIdentifier() 857 if (Keyword == #STR) { \ in LexIdentifier() 926 if (Keyword.startswith("DW_" #TYPE "_")) { \ in LexIdentifier() 927 StrVal.assign(Keyword.begin(), Keyword.end()); \ in LexIdentifier() 942 if (Keyword.startswith("DIFlag")) { in LexIdentifier() 943 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier() 947 if (Keyword.startswith("DISPFlag")) { in LexIdentifier() 948 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier() [all …]
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcskeys.c | 72 char const *const Keyword[] = { 94 for (j = sizeof(Keyword)/sizeof(*Keyword); (--j); ) { 96 p = Keyword[j];
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Attr.td | 279 class Keyword<string name> : Spelling<name, "Keyword">; 662 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">, 663 Keyword<"_Alignas">]; 666 Accessor<"isC11", [Keyword<"_Alignas">]>, 667 Accessor<"isAlignas", [Keyword<"alignas">, 668 Keyword<"_Alignas">]>, 708 let Spellings = [GCC<"always_inline">, Keyword<"__forceinline">]; 818 let Spellings = [Keyword<"asm">, Keyword<"__asm__">]; 922 let Spellings = [GCC<"cdecl">, Keyword<"__cdecl">, Keyword<"_cdecl">]; 1047 let Spellings = [Keyword<"constinit">, [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.td | 118 Role<"LiteralToken", Keyword<"nullptr">>, 136 Role<"LiteralToken", Keyword<"numeric_constant">>, 144 Role<"LiteralToken", Keyword<"numeric_constant">>, 175 Role<"TemplateKeyword", Optional<Keyword<"template">>>, 193 Role<"TemplateKeyword", Optional<Keyword<"template">>>, 202 Role<"IntroducerKeyword", Keyword<"this">>,
|
/netbsd-src/external/bsd/ntp/dist/html/scripts/ |
H A D | special.txt | 3 <li class='inline'><a href='prefer.html'>Mitigation Rules and the <tt>prefer</tt> Keyword</a></li>\ 11 <li class='inline'><a href='prefer.html'>Mitigation Rules and the <tt>prefer</tt> Keyword</a></li>\
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 770 const char *Keyword; member 879 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword) 880 : Keyword(Keyword), Priority(Priority), Kind(RK_Keyword), in Keyword() function 929 return Keyword; in getKeyword()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | QualTypeNames.cpp | 433 ElaboratedTypeKeyword Keyword = ETK_None; in getFullyQualifiedType() local 437 Keyword = ETypeInput->getKeyword(); in getFullyQualifiedType() 456 if (Prefix || Keyword != ETK_None) { in getFullyQualifiedType() 457 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
|
H A D | Type.cpp | 2831 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword() argument 2832 switch (Keyword) { in getTagTypeKindForKeyword() 2846 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind() argument 2847 switch (Keyword) { in KeywordIsTagTypeKind() 2861 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() argument 2862 switch (Keyword) { in getKeywordName() 2876 ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, in DependentTemplateSpecializationType() argument 2878 : TypeWithKeyword(Keyword, DependentTemplateSpecialization, Canon, in DependentTemplateSpecializationType() 2898 ElaboratedTypeKeyword Keyword, in Profile() argument 2902 ID.AddInteger(Keyword); in Profile() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 189 StringRef Keyword) { in isValidCoroutineContext() argument 200 : diag::err_coroutine_outside_function) << Keyword; in isValidCoroutineContext() 217 S.Diag(Loc, diag::err_coroutine_invalid_func_context) << ID << Keyword; in isValidCoroutineContext() 629 StringRef Keyword, in checkCoroutineContext() argument 631 if (!isValidCoroutineContext(S, Loc, Keyword)) in checkCoroutineContext() 640 ScopeInfo->setFirstCoroutineStmt(Loc, Keyword); in checkCoroutineContext() 730 StringRef Keyword) { in ActOnCoroutineBodyStart() argument 731 if (!checkCoroutineContext(*this, KWLoc, Keyword)) in ActOnCoroutineBodyStart() 760 Diag(KWLoc, diag::note_declared_coroutine_here) << Keyword; in ActOnCoroutineBodyStart() 810 StringRef Keyword) { in checkSuspensionContext() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 164 static void AddKeyword(StringRef Keyword, in AddKeyword() argument 182 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode); in AddKeyword() 189 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword() argument 192 IdentifierInfo &Info = Table.get(Keyword, TokenCode); in AddCXXOperatorKeyword()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1090 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local 1093 if (Keyword == Ident_strict) { in ParseAvailabilityAttribute() 1096 << Keyword << SourceRange(StrictLoc); in ParseAvailabilityAttribute() 1102 if (Keyword == Ident_unavailable) { in ParseAvailabilityAttribute() 1105 << Keyword << SourceRange(UnavailableLoc); in ParseAvailabilityAttribute() 1111 if (Keyword == Ident_deprecated && Platform->Ident && in ParseAvailabilityAttribute() 1116 << Keyword in ParseAvailabilityAttribute() 1127 Diag(Tok, diag::err_expected_after) << Keyword << tok::equal; in ParseAvailabilityAttribute() 1132 if (Keyword == Ident_message || Keyword == Ident_replacement) { in ParseAvailabilityAttribute() 1139 if (Keyword == Ident_message) in ParseAvailabilityAttribute() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Type.h | 1663 unsigned Keyword : 8; 1707 unsigned Keyword : 2; 4987 AutoType(QualType DeducedAsType, AutoTypeKeyword Keyword, 5029 return (AutoTypeKeyword)AutoTypeBits.Keyword; 5038 QualType Deduced, AutoTypeKeyword Keyword, 5359 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, 5362 TypeWithKeywordBits.Keyword = Keyword; 5367 return static_cast<ElaboratedTypeKeyword>(TypeWithKeywordBits.Keyword); 5383 static TagTypeKind getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword); 5385 static bool KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gcc.texi | 162 * Keyword Index:: Index of concepts and symbol names. 209 @node Keyword Index 210 @unnumbered Keyword Index
|