| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | API.cpp | 177 void GlobalFunctionRecord::anchor() {} in anchor() function in GlobalFunctionRecord 178 void GlobalVariableRecord::anchor() {} in anchor() function in GlobalVariableRecord 179 void EnumConstantRecord::anchor() {} in anchor() function in EnumConstantRecord 180 void EnumRecord::anchor() {} in anchor() function in EnumRecord 181 void StructFieldRecord::anchor() {} in anchor() function in StructFieldRecord 182 void StructRecord::anchor() {} in anchor() function in StructRecord 183 void UnionFieldRecord::anchor() {} in anchor() function in UnionFieldRecord 184 void UnionRecord::anchor() {} in anchor() function in UnionRecord 185 void CXXFieldRecord::anchor() {} in anchor() function in CXXFieldRecord 186 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 | 182 void InputAction::anchor() {} in anchor() function in InputAction 187 void BindArchAction::anchor() {} in anchor() function in BindArchAction 192 void OffloadAction::anchor() {} in anchor() function in OffloadAction 344 void JobAction::anchor() {} in anchor() function in JobAction 352 void PreprocessJobAction::anchor() {} in anchor() function in PreprocessJobAction 357 void PrecompileJobAction::anchor() {} in anchor() function in PrecompileJobAction 368 void ExtractAPIJobAction::anchor() {} in anchor() function in ExtractAPIJobAction 373 void AnalyzeJobAction::anchor() {} in anchor() function in AnalyzeJobAction 378 void CompileJobAction::anchor() {} in anchor() function in CompileJobAction 383 void BackendJobAction::anchor() {} in anchor() function in BackendJobAction [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/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 | MCAsmInfoGOFF.cpp | 19 void MCAsmInfoGOFF::anchor() {} in anchor() function in MCAsmInfoGOFF
|
| H A D | MCAsmInfoWasm.cpp | 17 void MCAsmInfoWasm::anchor() {} in anchor() function in MCAsmInfoWasm
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCAsmInfo.cpp | 69 void X86MCAsmInfoDarwin::anchor() { } in anchor() function in X86MCAsmInfoDarwin 114 void X86ELFMCAsmInfo::anchor() { } in anchor() function in X86ELFMCAsmInfo 150 void X86MCAsmInfoMicrosoft::anchor() { } in anchor() function in X86MCAsmInfoMicrosoft 175 void X86MCAsmInfoMicrosoftMASM::anchor() { } in anchor() function in X86MCAsmInfoMicrosoftMASM 188 void X86MCAsmInfoGNUCOFF::anchor() { } in anchor() function in X86MCAsmInfoGNUCOFF
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineModuleInfoImpls.cpp | 28 void MachineModuleInfoMachO::anchor() {} in anchor() function in MachineModuleInfoMachO 29 void MachineModuleInfoELF::anchor() {} in anchor() function in MachineModuleInfoELF 30 void MachineModuleInfoCOFF::anchor() {} in anchor() function in MachineModuleInfoCOFF 31 void MachineModuleInfoWasm::anchor() {} in anchor() function in MachineModuleInfoWasm
|
| /freebsd/contrib/libyaml/src/ |
| H A D | dumper.c | 250 yaml_char_t *anchor = YAML_MALLOC(ANCHOR_TEMPLATE_LENGTH); in yaml_emitter_generate_anchor() local 268 yaml_char_t *anchor = NULL; in yaml_emitter_dump_node() local 301 yaml_emitter_dump_alias(yaml_emitter_t *emitter, yaml_char_t *anchor) in yaml_emitter_dump_alias() 317 yaml_char_t *anchor) in yaml_emitter_dump_scalar() 340 yaml_char_t *anchor) in yaml_emitter_dump_sequence() 370 yaml_char_t *anchor) in yaml_emitter_dump_mapping()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/ |
| H A D | CIRGenAction.cpp | 156 void CIRGenConsumer::anchor() {} in anchor() function in CIRGenConsumer 194 void EmitAssemblyAction::anchor() {} in anchor() function in EmitAssemblyAction 198 void EmitCIRAction::anchor() {} in anchor() function in EmitCIRAction 202 void EmitLLVMAction::anchor() {} in anchor() function in EmitLLVMAction 206 void EmitBCAction::anchor() {} in anchor() function in EmitBCAction 210 void EmitObjAction::anchor() {} in anchor() function in EmitObjAction
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCAsmInfo.cpp | 47 void ARMMCAsmInfoDarwin::anchor() { } in anchor() function in ARMMCAsmInfoDarwin 72 void ARMELFMCAsmInfo::anchor() { } in anchor() function in ARMELFMCAsmInfo 118 void ARMCOFFMCAsmInfoMicrosoft::anchor() { } in anchor() function in ARMCOFFMCAsmInfoMicrosoft 135 void ARMCOFFMCAsmInfoGNU::anchor() { } in anchor() function in ARMCOFFMCAsmInfoGNU
|
| /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/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
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 100 void PCHGenerator::anchor() {} in anchor() function in PCHGenerator 140 void CXX20ModulesGenerator::anchor() {} in anchor() function in CXX20ModulesGenerator 142 void ReducedBMIGenerator::anchor() {} in anchor() function in ReducedBMIGenerator
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_ruleset.c | 177 struct pf_kanchor *anchor; in pf_find_kruleset() local 235 struct pf_kanchor *anchor, *dup; in pf_create_kanchor() local 290 struct pf_kanchor *anchor = NULL; in pf_find_or_create_kruleset() local 546 struct pf_keth_anchor *anchor; in pf_find_keth_ruleset() local 583 struct pf_keth_anchor *anchor = NULL, *dup = NULL, *parent = NULL; in pf_find_or_create_keth_ruleset() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | TaskDispatch.cpp | 22 void Task::anchor() {} in anchor() function in llvm::orc::Task 23 void IdleTask::anchor() {} in anchor() function in llvm::orc::IdleTask
|
| /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/contrib/lyaml/ext/yaml/ |
| H A D | emitter.c | 169 yaml_char_t *anchor = NULL, *tag = NULL; in emit_MAPPING_START() local 214 yaml_char_t *anchor = NULL, *tag = NULL; in emit_SEQUENCE_START() local 259 yaml_char_t *anchor = NULL, *tag = NULL, *value; in emit_SCALAR() local 299 yaml_char_t *anchor; in emit_ALIAS() local
|