Searched refs:kw_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_matching.c | 134 keyword_type kw_type; member 260 keyword_type kw_type; in parse_rule_component() local 272 kw_type = kw->kwtype; in parse_rule_component() 294 rc->kw_type = kw_type; in parse_rule_component() 356 retval = parse_list_value(context, rc->kw_type, value, rc); in parse_rule_component() 457 TRACE_PKINIT_REGEXP_MATCH(context, keyword2string(rc->kw_type), in regexp_match() 460 TRACE_PKINIT_REGEXP_NOMATCH(context, keyword2string(rc->kw_type), in regexp_match() 477 switch (rc->kw_type) { in component_match() 500 __FUNCTION__, keyword2string(rc->kw_type), in component_match() 506 switch(rc->kw_type) { in component_match() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | SortJavaScriptImports.cpp | 491 if (Current->is(Keywords.kw_type) && Current->Next && in parseStarBinding() 511 if (Current->is(Keywords.kw_type) && Current->Next && in parseNamedBindings() 552 bool isTypeOnly = Current->is(Keywords.kw_type) && Current->Next && in parseNamedBindings()
|
| H A D | FormatToken.h | 1059 kw_type = &IdentTable.get("type"); in AdditionalKeywords() 1286 kw_readonly, kw_set, kw_type, kw_typeof, kw_var, kw_yield, in AdditionalKeywords() 1300 kw_set, kw_type, kw_typeof, kw_var, kw_yield, in AdditionalKeywords() 1427 IdentifierInfo *kw_type; member
|
| H A D | TokenAnnotator.cpp | 356 (Line.startsWith(Keywords.kw_type, tok::identifier) || in parseParens() 357 Line.startsWith(tok::kw_export, Keywords.kw_type, in parseParens() 2217 (Line.startsWith(Keywords.kw_type, tok::identifier) || in modifyContext() 2218 Line.startsWith(tok::kw_export, Keywords.kw_type, in modifyContext() 2357 tok::r_brace, tok::kw_false, tok::kw_true, Keywords.kw_type, in determineTokenType() 5955 tok::kw_throw, Keywords.kw_interface, Keywords.kw_type, in canBreakBefore() 6012 Keywords.kw_interface, Keywords.kw_type, Keywords.kw_var, in canBreakBefore()
|
| H A D | UnwrappedLineParser.cpp | 4323 !(FormatTok->is(Keywords.kw_type) && in parseJavaScriptEs6ImportExport()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLToken.h | 227 kw_type, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 682 parseToken(lltok::kw_type, "expected 'type' after '='")) in parseUnnamedType() 708 parseToken(lltok::kw_type, "expected 'type' after name")) in parseNamedType() 10496 parseToken(lltok::kw_type, "expected 'type' in memprof") || in parseMemProfs()
|