Searched refs:anchor (Results 1 - 25 of 335) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DX86ModRMFilters.cpp14 void ModRMFilter::anchor() { } function in class:ModRMFilter
16 void DumbFilter::anchor() { } function in class:DumbFilter
18 void ModFilter::anchor() { } function in class:ModFilter
20 void ExtendedFilter::anchor() { } function in class:ExtendedFilter
22 void ExactFilter::anchor() { } function in class:ExactFilter
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DDominators.cpp14 void DominatorTree::anchor() { } function in class:DominatorTree
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedDiagnosticConsumer.cpp14 void ChainedDiagnosticConsumer::anchor() { } function in class:ChainedDiagnosticConsumer
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPCallbacks.cpp14 void PPChainedCallbacks::anchor() { } function in class:PPChainedCallbacks
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaConsumer.cpp14 void SemaConsumer::anchor() { } function in class:SemaConsumer
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DIntrusiveRefCntPtr.cpp14 void RefCountedBaseVPTR::anchor() { } function in class:RefCountedBaseVPTR
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.cpp20 void AMDGPUMCCodeEmitter::anchor() {} function in class:AMDGPUMCCodeEmitter
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.cpp15 void HexagonMachineFunctionInfo::anchor() {} function in class:HexagonMachineFunctionInfo
/freebsd-11.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.cpp14 void MSP430MachineFunctionInfo::anchor() { } function in class:MSP430MachineFunctionInfo
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.cpp14 void SparcMachineFunctionInfo::anchor() { } function in class:SparcMachineFunctionInfo
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.cpp16 void SystemZMachineFunctionInfo::anchor() {} function in class:SystemZMachineFunctionInfo
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSubEngine.cpp14 void SubEngine::anchor() { } function in class:SubEngine
/freebsd-11.0-release/sys/dev/isci/scil/
H A Dsci_simple_list.h67 * 2) it is possible to detach the entire list from its anchor
82 * Initialize the singely linked list anchor. The other macros require the
83 * list anchor to be properly initialized.
85 #define sci_simple_list_init(anchor) \
87 (anchor)->list_head = NULL; \
88 (anchor)->list_tail = NULL; \
89 (anchor)->list_count = 0; \
105 #define sci_simple_list_is_empty(anchor) ((anchor)->list_head == NULL)
111 #define sci_simple_list_get_head(anchor) ((ancho
173 sci_simple_list_insert_head( SCI_SIMPLE_LIST_T * anchor, SCI_SIMPLE_LIST_ELEMENT_T *element ) argument
200 sci_simple_list_insert_tail( SCI_SIMPLE_LIST_T * anchor, SCI_SIMPLE_LIST_ELEMENT_T *element ) argument
[all...]
H A Dsci_fast_list.h70 * - anchor : This is the list container and has a
85 * Initialize the double linked list anchor. The other macros require the list
86 * anchor to be set up using this macro.
88 #define sci_fast_list_init(anchor) \
90 (anchor)->list_head = NULL; \
91 (anchor)->list_tail = NULL; \
92 (anchor)->element_count = 0; \
106 * See if there is anything on the list by checking the list anchor.
108 #define sci_fast_list_is_empty(anchor) ((anchor)
219 sci_fast_list_insert_head( SCI_FAST_LIST_T *anchor, SCI_FAST_LIST_ELEMENT_T *element ) argument
246 sci_fast_list_insert_tail( SCI_FAST_LIST_T *anchor, SCI_FAST_LIST_ELEMENT_T *element ) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMRegisterInfo.cpp17 void ARMRegisterInfo::anchor() { } function in class:ARMRegisterInfo
H A DARMRegisterInfo.h24 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600MachineFunctionInfo.cpp17 void R600MachineFunctionInfo::anchor() {} function in class:R600MachineFunctionInfo
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCAsmInfoCOFF.h17 virtual void anchor();
23 void anchor() override;
29 void anchor() override;
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCAsmInfoCOFF.cpp18 void MCAsmInfoCOFF::anchor() { } function in class:MCAsmInfoCOFF
44 void MCAsmInfoMicrosoft::anchor() { } function in class:MCAsmInfoMicrosoft
49 void MCAsmInfoGNUCOFF::anchor() { } function in class:MCAsmInfoGNUCOFF
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.h25 virtual void anchor();
32 void anchor() override;
41 void anchor() override;
48 void anchor() override;
/freebsd-11.0-release/contrib/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCAsmInfo.cpp17 void MSP430MCAsmInfo::anchor() { } function in class:MSP430MCAsmInfo
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_ruleset.c176 struct pf_anchor *anchor; local
182 anchor = pf_find_anchor(path);
183 if (anchor == NULL)
186 return (&anchor->ruleset);
194 struct pf_anchor *anchor = NULL, *dup, *parent = NULL; local
210 parent = ruleset->anchor;
232 anchor = (struct pf_anchor *)rs_malloc(sizeof(*anchor));
233 if (anchor == NULL) {
237 RB_INIT(&anchor
[all...]
/freebsd-11.0-release/usr.sbin/unbound/
H A DMakefile3 SUBDIR= daemon anchor checkconf control
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.h24 virtual void anchor();
31 void anchor() override;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DAction.cpp43 void InputAction::anchor() {} function in class:InputAction
49 void BindArchAction::anchor() {} function in class:BindArchAction
72 void CudaDeviceAction::anchor() {} function in class:CudaDeviceAction
89 void CudaHostAction::anchor() {} function in class:CudaHostAction
94 void JobAction::anchor() {} function in class:JobAction
103 void PreprocessJobAction::anchor() {} function in class:PreprocessJobAction
108 void PrecompileJobAction::anchor() {} function in class:PrecompileJobAction
113 void AnalyzeJobAction::anchor() {} function in class:AnalyzeJobAction
118 void MigrateJobAction::anchor() {} function in class:MigrateJobAction
123 void CompileJobAction::anchor() {} function in class:CompileJobAction
128 void BackendJobAction::anchor() {} function in class:BackendJobAction
133 void AssembleJobAction::anchor() {} function in class:AssembleJobAction
138 void LinkJobAction::anchor() {} function in class:LinkJobAction
144 void LipoJobAction::anchor() {} function in class:LipoJobAction
150 void DsymutilJobAction::anchor() {} function in class:DsymutilJobAction
156 void VerifyJobAction::anchor() {} function in class:VerifyJobAction
165 void VerifyDebugInfoJobAction::anchor() {} function in class:VerifyDebugInfoJobAction
171 void VerifyPCHJobAction::anchor() {} function in class:VerifyPCHJobAction
[all...]

Completed in 290 milliseconds

1234567891011>>