Home
last modified time | relevance | path

Searched refs:Keyword (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-12.1/contrib/gperf/src/
H A Dkeyword-list.h35 Keyword_List (Keyword *car);
38 Keyword * first () const;
44 Keyword * const _car;
71 bool (*less) (Keyword *keyword1,
72 Keyword *keyword2));
H A Dkeyword.h34 struct Keyword struct
37 Keyword (const char *allchars, int allchars_length,
52 struct KeywordExt : public Keyword argument
100 virtual /*abstract*/ Keyword *
H A Dkeyword.icc24 /* ----------------------------- Keyword class ----------------------------- */
28 Keyword::Keyword (const char *allchars, int allchars_length, const char *rest)
39 : Keyword (allchars, allchars_length, rest),
H A Dkeyword-list.cc31 Keyword_List::Keyword_List (Keyword *car) in Keyword_List()
83 typedef bool (*Keyword_Comparison) (Keyword *keyword1, Keyword *keyword2);
H A Dmain.cc38 virtual Keyword * create_keyword (const char *allchars, int allchars_length,
42 Keyword *
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp75 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
85 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
112 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
114 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 DPrettyTypedefDumper.cpp31 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start()
50 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump()
56 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
58 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
72 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dump()
81 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump()
H A DPrettyVariableDumper.cpp55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start()
169 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in dumpRight()
171 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in dumpRight()
174 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dumpRight()
186 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in dump()
192 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const "; in dump()
194 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile "; in dump()
197 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict "; in dump()
213 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in dump()
H A DPrettyEnumDumper.cpp28 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start()
30 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in start()
32 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in start()
33 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start()
38 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in start()
H A DPrettyClassDefinitionDumper.cpp55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in prettyPrintClassIntro()
57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in prettyPrintClassIntro()
59 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in prettyPrintClassIntro()
61 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in prettyPrintClassIntro()
76 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base.getAccess(); in prettyPrintClassIntro()
78 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in prettyPrintClassIntro()
H A DPrettyTypeDumper.cpp184 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in printClassDecl()
186 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in printClassDecl()
188 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in printClassDecl()
190 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in printClassDecl()
353 WithColor(Printer, PDB_ColorItem::Keyword).get() in dumpClassLayout()
H A DPrettyBuiltinDumper.cpp23 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start()
25 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in start()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp888 StrVal.assign(Keyword.begin(), Keyword.end()); \ in LexIdentifier()
903 if (Keyword.startswith("DIFlag")) { in LexIdentifier()
904 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier()
909 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier()
913 if (Keyword.startswith("CSK_")) { in LexIdentifier()
914 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier()
918 if (Keyword == "NoDebug" || Keyword == "FullDebug" || in LexIdentifier()
919 Keyword == "LineTablesOnly" || Keyword == "DebugDirectivesOnly") { in LexIdentifier()
920 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier()
924 if (Keyword == "GNU" || Keyword == "None" || Keyword == "Default") { in LexIdentifier()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td246 class Keyword<string name> : Spelling<name, "Keyword">;
701 let Spellings = [Keyword<"asm">, Keyword<"__asm__">];
1009 let Spellings = [Keyword<"__kernel">, Keyword<"kernel">];
1030 let Spellings = [Keyword<"__read_only">, Keyword<"read_only">,
1031 Keyword<"__write_only">, Keyword<"write_only">,
1044 let Spellings = [Keyword<"__private">, Keyword<"private">];
1049 let Spellings = [Keyword<"__global">, Keyword<"global">];
1054 let Spellings = [Keyword<"__local">, Keyword<"local">];
1059 let Spellings = [Keyword<"__constant">, Keyword<"constant">];
1064 let Spellings = [Keyword<"__generic">, Keyword<"generic">];
[all …]
/freebsd-12.1/contrib/one-true-awk/
H A Dlex.c40 typedef struct Keyword { struct
44 } Keyword; argument
46 Keyword keywords[] ={ /* keep sorted: binary searched */
443 int binsearch(char *w, Keyword *kp, int n) in binsearch()
463 Keyword *kp; in word()
/freebsd-12.1/contrib/ntp/html/scripts/
H A Dspecial.txt3 <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>\
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DQualTypeNames.cpp423 ElaboratedTypeKeyword Keyword = ETK_None; in getFullyQualifiedType() local
427 Keyword = ETypeInput->getKeyword(); in getFullyQualifiedType()
446 if (Prefix || Keyword != ETK_None) { in getFullyQualifiedType()
447 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
H A DType.cpp2553 switch (Keyword) { in getTagTypeKindForKeyword()
2567 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind() argument
2568 switch (Keyword) { in KeywordIsTagTypeKind()
2583 switch (Keyword) { in getKeywordName()
2597 ElaboratedTypeKeyword Keyword, in DependentTemplateSpecializationType() argument
2624 ID.AddInteger(Keyword); in Profile()
2632 ElaboratedTypeKeyword Keyword; in isElaboratedTypeSpecifier() local
2634 Keyword = Elab->getKeyword(); in isElaboratedTypeSpecifier()
2636 Keyword = DepName->getKeyword(); in isElaboratedTypeSpecifier()
2639 Keyword = DepTST->getKeyword(); in isElaboratedTypeSpecifier()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h769 const char *Keyword;
878 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword)
879 : Keyword(Keyword), Priority(Priority), Kind(RK_Keyword),
928 return Keyword;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp188 StringRef Keyword) { in isValidCoroutineContext() argument
199 S.Diag(Loc, diag::err_coroutine_unevaluated_context) << Keyword; in isValidCoroutineContext()
212 : diag::err_coroutine_outside_function) << Keyword; in isValidCoroutineContext()
230 S.Diag(Loc, diag::err_coroutine_invalid_func_context) << ID << Keyword; in isValidCoroutineContext()
596 StringRef Keyword, in checkCoroutineContext() argument
598 if (!isValidCoroutineContext(S, Loc, Keyword)) in checkCoroutineContext()
607 ScopeInfo->setFirstCoroutineStmt(Loc, Keyword); in checkCoroutineContext()
623 StringRef Keyword) { in ActOnCoroutineBodyStart() argument
624 if (!checkCoroutineContext(*this, KWLoc, Keyword)) in ActOnCoroutineBodyStart()
653 Diag(KWLoc, diag::note_declared_coroutine_here) << Keyword; in ActOnCoroutineBodyStart()
H A DCodeCompleteConsumer.cpp527 return !StringRef(Result.Keyword).startswith(Filter); in isResultFilteredOut()
596 OS << Results[I].Keyword << '\n'; in ProcessCodeCompleteResults()
732 return Keyword; in getOrderedName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp154 static void AddKeyword(StringRef Keyword, in AddKeyword() argument
172 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode); in AddKeyword()
179 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword() argument
182 IdentifierInfo &Info = Table.get(Keyword, TokenCode); in AddCXXOperatorKeyword()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1588 unsigned Keyword : 8;
1635 unsigned Keyword : 2;
4756 AutoTypeBits.Keyword = (unsigned)Keyword;
4765 return (AutoTypeKeyword)AutoTypeBits.Keyword;
4775 ID.AddInteger((unsigned)Keyword);
5086 TypeWithKeywordBits.Keyword = Keyword;
5148 : TypeWithKeyword(Keyword, Elaborated, CanonType,
5159 assert(!(Keyword == ETK_None && NNS == nullptr) &&
5191 ID.AddInteger(Keyword);
5251 ID.AddInteger(Keyword);
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp985 if (Keyword == Ident_strict) { in ParseAvailabilityAttribute()
1008 << Keyword in ParseAvailabilityAttribute()
1024 if (Keyword == Ident_message || Keyword == Ident_replacement) { in ParseAvailabilityAttribute()
1031 if (Keyword == Ident_message) in ParseAvailabilityAttribute()
1046 if (Keyword == Ident_message) in ParseAvailabilityAttribute()
1054 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()
1086 << Keyword in ParseAvailabilityAttribute()
1194 if (Keyword != Ident_language && Keyword != Ident_defined_in) { in ParseExternalSourceSymbolAttribute()
1208 if (Keyword == Ident_language) in ParseExternalSourceSymbolAttribute()
1223 << Keyword; in ParseExternalSourceSymbolAttribute()
[all …]
/freebsd-12.1/contrib/gcc/doc/
H A Dgcc.texi148 * Keyword Index:: Index of concepts and symbol names.
190 @node Keyword Index
191 @unnumbered Keyword Index

123