Searched refs:Keyword (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcskeys.c72 char const *const Keyword[] = { variable
94 for (j = sizeof(Keyword)/sizeof(*Keyword); (--j); ) {
96 p = Keyword[j];
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahasl.c80 const AH_ASL_KEYWORD *Keyword; local
86 for (Keyword = Gbl_AslKeywordInfo; Keyword->Name; Keyword++)
90 AhDisplayAslKeyword (Keyword);
97 strcpy (Gbl_Buffer, Keyword->Name);
102 AhDisplayAslKeyword (Keyword);
304 if (strstr (Token, "Keyword"))
H A Dahaml.c254 const AH_AML_TYPE *Keyword; local
260 for (Keyword = Gbl_AmlTypesInfo; Keyword->Name; Keyword++)
264 printf (" %s\n", Keyword->Name);
271 AhDisplayAmlType (Keyword);
278 strcpy (Gbl_Buffer, Keyword->Name);
283 AhDisplayAmlType (Keyword);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp27 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
29 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
31 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned ";
32 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
37 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
H A DPrettyTypedefDumper.cpp30 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
49 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
71 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict";
80 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
H A DPrettyClassDefinitionDumper.cpp54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
56 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
58 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned ";
60 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " ";
75 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base.getAccess();
77 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual";
H A DPrettyVariableDumper.cpp54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static ";
168 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
170 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
173 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict";
185 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
191 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const ";
193 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile ";
196 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict ";
212 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
H A DPrettyFunctionDumper.cpp74 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
84 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
113 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
149 WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual ";
172 WithColor(Printer, PDB_ColorItem::Keyword).get()
200 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
202 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
254 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
256 WithColor(Printer, PDB_ColorItem::Keyword)
[all...]
H A DPrettyBuiltinDumper.cpp22 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
24 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
H A DPrettyTypeDumper.cpp183 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
185 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
187 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned ";
189 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " ";
352 WithColor(Printer, PDB_ColorItem::Keyword).get()
H A DLinePrinter.h144 Keyword, member in class:llvm::pdb::PDB_ColorItem
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasremove.c51 char *Keyword,
69 char *Keyword,
77 KeywordLength = strlen (Keyword);
83 SubString = strstr (SubBuffer, Keyword);
147 char *Keyword)
158 KeywordLength = strlen (Keyword);
163 SubBuffer = strstr (SubString, Keyword);
240 SubString = SubBuffer + strlen (Keyword);
318 char *Keyword)
330 SubString = strstr (SubBuffer, Keyword);
67 AsRemoveStatement( char *Buffer, char *Keyword, UINT32 Type) argument
145 AsRemoveConditionalCompile( char *Buffer, char *Keyword) argument
316 AsRemoveMacro( char *Buffer, char *Keyword) argument
386 AsRemoveLine( char *Buffer, char *Keyword) argument
438 AsReduceTypedefs( char *Buffer, char *Keyword) argument
672 AsCleanupSpecialMacro( char *Buffer, char *Keyword) argument
[all...]
H A Dacpisrc.h262 char *Keyword);
295 char *Keyword);
309 char *Keyword);
336 char *Keyword);
414 char *Keyword,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp450 /// Keyword sdiv, float, ...
492 StringRef Keyword(StartChar, CurPtr - StartChar);
496 if (Keyword == #STR) \
831 if (Keyword == STR) { \
857 if (Keyword == #STR) { \
926 if (Keyword.startswith("DW_" #TYPE "_")) { \
927 StrVal.assign(Keyword.begin(), Keyword.end()); \
942 if (Keyword.startswith("DIFlag")) {
943 StrVal.assign(Keyword
[all...]
/netbsd-current/external/historical/nawk/dist/
H A Dlex.c44 typedef struct Keyword { struct
48 } Keyword; typedef in typeref:struct:Keyword
50 const Keyword keywords[] = { /* keep sorted: binary searched */
462 static int binsearch(char *w, const Keyword *kp, int n)
482 const Keyword *kp;
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DQualTypeNames.cpp433 ElaboratedTypeKeyword Keyword = ETK_None; local
437 Keyword = ETypeInput->getKeyword();
456 if (Prefix || Keyword != ETK_None) {
457 QT = Ctx.getElaboratedType(Keyword, Prefix, QT);
H A DType.cpp2831 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { argument
2832 switch (Keyword) {
2846 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { argument
2847 switch (Keyword) {
2861 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { argument
2862 switch (Keyword) {
2876 ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS,
2878 : TypeWithKeyword(Keyword, DependentTemplateSpecialization, Canon,
2898 ElaboratedTypeKeyword Keyword,
2902 ID.AddInteger(Keyword);
2875 DependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, ArrayRef<TemplateArgument> Args, QualType Canon) argument
2896 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, ElaboratedTypeKeyword Keyword, NestedNameSpecifier *Qualifier, const IdentifierInfo *Name, ArrayRef<TemplateArgument> Args) argument
2910 ElaboratedTypeKeyword Keyword; local
4389 AutoType(QualType DeducedAsType, AutoTypeKeyword Keyword, TypeDependence ExtraDependence, ConceptDecl *TypeConstraintConcept, ArrayRef<TemplateArgument> TypeConstraintArgs) argument
4408 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, QualType Deduced, AutoTypeKeyword Keyword, bool IsDependent, ConceptDecl *CD, ArrayRef<TemplateArgument> Arguments) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h770 const char *Keyword;
879 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword)
880 : Keyword(Keyword), Priority(Priority), Kind(RK_Keyword),
929 return Keyword;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp189 StringRef Keyword) {
200 : diag::err_coroutine_outside_function) << Keyword;
217 S.Diag(Loc, diag::err_coroutine_invalid_func_context) << ID << Keyword;
629 StringRef Keyword,
631 if (!isValidCoroutineContext(S, Loc, Keyword))
640 ScopeInfo->setFirstCoroutineStmt(Loc, Keyword);
730 StringRef Keyword) {
731 if (!checkCoroutineContext(*this, KWLoc, Keyword))
760 Diag(KWLoc, diag::note_declared_coroutine_here) << Keyword;
810 StringRef Keyword) {
188 isValidCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) argument
628 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword, bool IsImplicit = false) argument
729 ActOnCoroutineBodyStart(Scope *SC, SourceLocation KWLoc, StringRef Keyword) argument
809 checkSuspensionContext(Sema &S, SourceLocation Loc, StringRef Keyword) argument
[all...]
H A DCodeCompleteConsumer.cpp525 return !StringRef(Result.Keyword).startswith(Filter);
575 OS << Results[I].Keyword;
729 return Keyword;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp79 // Language Keyword Implementation
164 static void AddKeyword(StringRef Keyword, argument
182 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode);
189 static void AddCXXOperatorKeyword(StringRef Keyword, argument
192 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
/netbsd-current/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doslinuxtbl.c102 const char *Keyword);
499 * PARAMETERS: Keyword - Character string indicating ACPI GUID version
512 const char *Keyword)
519 snprintf (Format, 32, "%s=%s", Keyword, "%llx");
510 OslFindRsdpViaEfiByKeyword( FILE *File, const char *Keyword) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.c200 struct Keyword struct
207 static Keyword keywords[] =
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1090 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); local
1093 if (Keyword == Ident_strict) {
1096 << Keyword << SourceRange(StrictLoc);
1102 if (Keyword == Ident_unavailable) {
1105 << Keyword << SourceRange(UnavailableLoc);
1111 if (Keyword == Ident_deprecated && Platform->Ident &&
1116 << Keyword
1127 Diag(Tok, diag::err_expected_after) << Keyword << tok::equal;
1132 if (Keyword == Ident_message || Keyword
1291 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h1663 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);
[all...]

Completed in 184 milliseconds

12