Home
last modified time | relevance | path

Searched refs:sels (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker() local
41 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue")); in APIChecker()
42 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue")); in APIChecker()
47 getArgumentSel = sels.getSelector(2, selIds); in APIChecker()
49 setArgumentSel = sels.getSelector(2, selIds); in APIChecker()
51 zoneSel = sels.getNullarySelector(&ids.get("zone")); in APIChecker()
/freebsd/sys/contrib/dev/rtw89/
H A Dmac.c6320 static const enum rtw89_pkt_drop_sel sels[] = {
6336 for (i = 0; i < ARRAY_SIZE(sels); i++) {
6337 params.sel = sels[i];
5625 static const enum rtw89_pkt_drop_sel sels[] = { rtw89_mac_pkt_drop_sta() enum
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1209 SelectorTable &sels, Builtin::Context &builtins,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp873 IdentifierTable &idents, SelectorTable &sels, in ASTContext() argument
891 PrintingPolicy(LOpts), Idents(idents), Selectors(sels), in ASTContext()