/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | API.cpp | 126 void GlobalFunctionRecord::anchor() {} in anchor() function in GlobalFunctionRecord 127 void GlobalVariableRecord::anchor() {} in anchor() function in GlobalVariableRecord 128 void EnumConstantRecord::anchor() {} in anchor() function in EnumConstantRecord 129 void EnumRecord::anchor() {} in anchor() function in EnumRecord 130 void StructFieldRecord::anchor() {} in anchor() function in StructFieldRecord 131 void StructRecord::anchor() {} in anchor() function in StructRecord 132 void UnionFieldRecord::anchor() {} in anchor() function in UnionFieldRecord 133 void UnionRecord::anchor() {} in anchor() function in UnionRecord 134 void CXXFieldRecord::anchor() {} in anchor() function in CXXFieldRecord 135 void CXXClassRecord::anchor() {} in anchor() function in CXXClassRecord [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86ModRMFilters.cpp | 13 void ModRMFilter::anchor() {} in anchor() function in ModRMFilter 15 void DumbFilter::anchor() {} in anchor() function in DumbFilter 17 void ModFilter::anchor() {} in anchor() function in ModFilter 19 void ExtendedFilter::anchor() {} in anchor() function in ExtendedFilter 21 void ExtendedRMFilter::anchor() {} in anchor() function in ExtendedRMFilter 23 void ExactFilter::anchor() {} in anchor() function in ExactFilter
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Action.cpp | 174 void InputAction::anchor() {} in anchor() function in InputAction 179 void BindArchAction::anchor() {} in anchor() function in BindArchAction 184 void OffloadAction::anchor() {} in anchor() function in OffloadAction 336 void JobAction::anchor() {} in anchor() function in JobAction 344 void PreprocessJobAction::anchor() {} in anchor() function in PreprocessJobAction 349 void PrecompileJobAction::anchor() {} in anchor() function in PrecompileJobAction 360 void ExtractAPIJobAction::anchor() {} in anchor() function in ExtractAPIJobAction 365 void AnalyzeJobAction::anchor() {} in anchor() function in AnalyzeJobAction 370 void MigrateJobAction::anchor() {} in anchor() function in MigrateJobAction 375 void CompileJobAction::anchor() {} in anchor() function in CompileJobAction [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | sci_fast_list.h | 88 #define sci_fast_list_init(anchor) \ argument 108 #define sci_fast_list_is_empty(anchor) ((anchor)->list_head == NULL) argument 120 #define sci_fast_list_get_head(anchor) \ argument 133 #define sci_fast_list_get_tail(anchor) \ argument 173 #define sci_fast_list_is_on_this_list(anchor, element) \ argument 220 SCI_FAST_LIST_T *anchor, in sci_fast_list_insert_head() 247 SCI_FAST_LIST_T *anchor, in sci_fast_list_insert_tail() 274 SCI_FAST_LIST_T *anchor in sci_fast_list_remove_head() 297 SCI_FAST_LIST_T *anchor in sci_fast_list_remove_tail()
|
H A D | sci_simple_list.h | 85 #define sci_simple_list_init(anchor) \ argument 105 #define sci_simple_list_is_empty(anchor) ((anchor)->list_head == NULL) argument 111 #define sci_simple_list_get_head(anchor) ((anchor)->list_head) argument 117 #define sci_simple_list_get_tail(anchor) ((anchor)->list_tail) argument 122 #define sci_simple_list_get_count(anchor) ((anchor)->list_count) argument 174 SCI_SIMPLE_LIST_T * anchor, in sci_simple_list_insert_head() 201 SCI_SIMPLE_LIST_T * anchor, in sci_simple_list_insert_tail() 229 SCI_SIMPLE_LIST_T * anchor in sci_simple_list_remove_head()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCAsmInfo.cpp | 18 void ARMMCAsmInfoDarwin::anchor() { } in anchor() function in ARMMCAsmInfoDarwin 42 void ARMELFMCAsmInfo::anchor() { } in anchor() function in ARMELFMCAsmInfo 86 void ARMCOFFMCAsmInfoMicrosoft::anchor() { } in anchor() function in ARMCOFFMCAsmInfoMicrosoft 101 void ARMCOFFMCAsmInfoGNU::anchor() { } in anchor() function in ARMCOFFMCAsmInfoGNU
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAsmInfoCOFF.cpp | 19 void MCAsmInfoCOFF::anchor() {} in anchor() function in MCAsmInfoCOFF 52 void MCAsmInfoMicrosoft::anchor() {} in anchor() function in MCAsmInfoMicrosoft 56 void MCAsmInfoGNUCOFF::anchor() {} in anchor() function in MCAsmInfoGNUCOFF
|
H A D | MCAsmInfoWasm.cpp | 17 void MCAsmInfoWasm::anchor() {} in anchor() function in MCAsmInfoWasm
|
H A D | MCAsmInfoGOFF.cpp | 19 void MCAsmInfoGOFF::anchor() {} in anchor() function in MCAsmInfoGOFF
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCAsmInfo.cpp | 37 void X86MCAsmInfoDarwin::anchor() { } in anchor() function in X86MCAsmInfoDarwin 80 void X86ELFMCAsmInfo::anchor() { } in anchor() function in X86ELFMCAsmInfo 116 void X86MCAsmInfoMicrosoft::anchor() { } in anchor() function in X86MCAsmInfoMicrosoft 140 void X86MCAsmInfoMicrosoftMASM::anchor() { } in anchor() function in X86MCAsmInfoMicrosoftMASM 153 void X86MCAsmInfoGNUCOFF::anchor() { } in anchor() function in X86MCAsmInfoGNUCOFF
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineModuleInfoImpls.cpp | 26 void MachineModuleInfoMachO::anchor() {} in anchor() function in MachineModuleInfoMachO 27 void MachineModuleInfoELF::anchor() {} in anchor() function in MachineModuleInfoELF 28 void MachineModuleInfoCOFF::anchor() {} in anchor() function in MachineModuleInfoCOFF 29 void MachineModuleInfoWasm::anchor() {} in anchor() function in MachineModuleInfoWasm
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | Dominators.cpp | 14 void CFGDominatorTreeImpl</*IsPostDom=*/true>::anchor() {} in anchor() function in clang::CFGDominatorTreeImpl 17 void CFGDominatorTreeImpl</*IsPostDom=*/false>::anchor() {} in anchor() function in clang::CFGDominatorTreeImpl
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclOpenMP.cpp | 26 void OMPThreadPrivateDecl::anchor() {} in anchor() function in OMPThreadPrivateDecl 55 void OMPAllocateDecl::anchor() { } in anchor() function in OMPAllocateDecl 84 void OMPRequiresDecl::anchor() {} in anchor() function in OMPRequiresDecl 112 void OMPDeclareReductionDecl::anchor() {} in anchor() function in OMPDeclareReductionDecl 142 void OMPDeclareMapperDecl::anchor() {} in anchor() function in OMPDeclareMapperDecl 174 void OMPCapturedExprDecl::anchor() {} in anchor() function in OMPCapturedExprDecl
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCAsmInfo.cpp | 19 void PPCELFMCAsmInfo::anchor() { } anchor() function in PPCELFMCAsmInfo 57 void PPCXCOFFMCAsmInfo::anchor() {} anchor() function in PPCXCOFFMCAsmInfo
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_lists.h | 234 HEAD_FIFO(anchor) global() argument 235 TAIL_FIFO(anchor) global() argument 244 CHECK_FIFO_CONSISTENCY(anchor) global() argument 246 CHECK_FIFO_CONSISTENCY(anchor) global() argument 264 LINK_FIFO(anchor,pentry,nextlink) global() argument 281 UNLINK_FIFO(punlinked,anchor,nextlink) global() argument 298 UNLINK_MID_FIFO(punlinked,anchor,tounlink,nextlink,entrytype) global() argument [all...] |
/freebsd/sbin/pfctl/ |
H A D | pf_ruleset.c | 160 struct pfctl_anchor *anchor; in pf_find_ruleset() local 178 struct pfctl_anchor *anchor = NULL, *dup, *parent = NULL; in pf_find_or_create_ruleset() local 322 _pf_find_eth_anchor(struct pfctl_eth_anchor *anchor, const char *path) in _pf_find_eth_anchor() 352 struct pfctl_eth_anchor *anchor; in pf_find_eth_ruleset() local 370 struct pfctl_eth_anchor *anchor = NULL, *parent = NULL; in pf_find_or_create_eth_ruleset() local
|
H A D | pfctl_table.c | 107 pfctl_do_clear_tables(const char *anchor, int opts) in pfctl_do_clear_tables() 113 pfctl_show_tables(const char *anchor, int opts) in pfctl_show_tables() 120 const char *command, char *file, const char *anchor, int opts) in pfctl_command_tables() 129 char *file, const char *anchor, int opts) in pfctl_table() 557 pfctl_define_table(char *name, int flags, int addrs, const char *anchor, in pfctl_define_table()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 91 void PCHGenerator::anchor() {} in anchor() function in PCHGenerator 137 void CXX20ModulesGenerator::anchor() {} in anchor() function in CXX20ModulesGenerator 139 void ReducedBMIGenerator::anchor() {} in anchor() function in ReducedBMIGenerator
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaConsumer.cpp | 13 void SemaConsumer::anchor() { } in anchor() function in SemaConsumer
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ChainedDiagnosticConsumer.cpp | 13 void ChainedDiagnosticConsumer::anchor() { } in anchor() function in ChainedDiagnosticConsumer
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterInfo.cpp | 16 void ARMRegisterInfo::anchor() { } in anchor() function in ARMRegisterInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ExtensibleRTTI.cpp | 11 void llvm::RTTIRoot::anchor() {} in anchor() function in llvm::RTTIRoot
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ruleset.c | 180 struct pf_kanchor *anchor; in pf_find_kruleset() local 198 struct pf_kanchor *anchor = NULL, *dup, *parent = NULL; in pf_find_or_create_kruleset() local 495 struct pf_keth_anchor *anchor; in pf_find_keth_ruleset() local 532 struct pf_keth_anchor *anchor = NULL, *dup = NULL, *parent = NULL; in pf_find_or_create_keth_ruleset() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | HWEventListener.cpp | 20 void HWEventListener::anchor() {} in anchor() function in llvm::mca::HWEventListener
|
H A D | View.cpp | 21 void View::anchor() {} in anchor() function in llvm::mca::View
|