Home
last modified time | relevance | path

Searched defs:sels (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker() local
/freebsd-src/sys/contrib/dev/rtw89/
H A Dmac.c5625 static const enum rtw89_pkt_drop_sel sels[] = { rtw89_mac_pkt_drop_sta() enum
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp870 ASTContext(LangOptions & LOpts,SourceManager & SM,IdentifierTable & idents,SelectorTable & sels,Builtin::Context & builtins,TranslationUnitKind TUKind) ASTContext() argument