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

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/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 EscapeFilter::anchor() { } function in class:EscapeFilter
22 void AddRegEscapeFilter::anchor() { } function in class:AddRegEscapeFilter
24 void ExtendedFilter::anchor() { } function in class:ExtendedFilter
26 void ExactFilter::anchor() { } function in class:ExactFilter
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DJITCodeEmitter.cpp14 void JITCodeEmitter::anchor() { } function in class:JITCodeEmitter
H A DMachineCodeEmitter.cpp14 void MachineCodeEmitter::anchor() { } function in class:MachineCodeEmitter
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/MCJIT/
H A DMCJITMemoryManager.cpp14 void MCJITMemoryManager::anchor() { } function in class:MCJITMemoryManager
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DIntrusiveRefCntPtr.cpp14 void RefCountedBaseVPTR::anchor() { } function in class:RefCountedBaseVPTR
/macosx-10.10.1/llvmCore-3425.0.34/lib/TableGen/
H A DTableGenAction.cpp14 void TableGenAction::anchor() { } function in class:TableGenAction
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp14 void ARMFunctionInfo::anchor() { } function in class:ARMFunctionInfo
H A DARMRegisterInfo.cpp19 void ARMRegisterInfo::anchor() { } function in class:ARMRegisterInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUMachineFunction.cpp14 void SPUFunctionInfo::anchor() { } function in class:SPUFunctionInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeMachineFunction.cpp14 void MBlazeFunctionInfo::anchor() { } function in class:MBlazeFunctionInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.cpp14 void MSP430MachineFunctionInfo::anchor() { } function in class:MSP430MachineFunctionInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp14 void PPCFunctionInfo::anchor() { } function in class:PPCFunctionInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.cpp14 void SparcMachineFunctionInfo::anchor() { } function in class:SparcMachineFunctionInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DTargetJITInfo.cpp14 void TargetJITInfo::anchor() { } function in class:TargetJITInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp14 void X86MachineFunctionInfo::anchor() { } function in class:X86MachineFunctionInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp14 void XCoreFunctionInfo::anchor() { } function in class:XCoreFunctionInfo
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/nodes/
H A Dalias.rb5 # It points to an +anchor+.
9 # The anchor this alias links to
10 attr_accessor :anchor
12 # Create a new Alias that points to an +anchor+
13 def initialize anchor
14 @anchor = anchor
H A Dmapping.rb24 # The optional anchor for this mapping
25 attr_accessor :anchor
39 # +anchor+ is the anchor associated with the map or +nil+.
47 def initialize anchor = nil, tag = nil, implicit = true, style = BLOCK
49 @anchor = anchor
H A Dsequence.rb14 # A YAML sequence may have an anchor like this:
20 # "has an anchor"
50 # The anchor for this sequence (if any)
51 attr_accessor :anchor
65 # +anchor+ is the anchor associated with the sequence or nil.
72 def initialize anchor = nil, tag = nil, implicit = true, style = BLOCK
74 @anchor = anchor
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/req/
H A Dppc-host.ireq4 anchor apple and identifier com.apple.translate // Rosetta
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAsmInfoCOFF.h17 virtual void anchor();
23 virtual void anchor();
29 virtual void anchor();
H A DMCAsmInfoDarwin.h22 virtual void anchor();
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_ruleset.c212 struct pf_anchor *anchor; local
218 anchor = pf_find_anchor(path);
219 if (anchor == NULL)
222 return (&anchor->ruleset);
229 struct pf_anchor *anchor; local
235 anchor = pf_find_anchor(path);
236 if (anchor == NULL) {
240 if ((owner && anchor->owner && (!strcmp(owner, anchor->owner)))
241 || (is_anchor && !strcmp(anchor
253 struct pf_anchor *anchor = 0, *dup, *parent = NULL; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCAsmInfoCOFF.cpp18 void MCAsmInfoCOFF::anchor() { } function in class:MCAsmInfoCOFF
43 void MCAsmInfoMicrosoft::anchor() { } function in class:MCAsmInfoMicrosoft
49 void MCAsmInfoGNUCOFF::anchor() { } function in class:MCAsmInfoGNUCOFF
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DAnchorTables.h28 LEPoint &anchor) const;
33 void getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const;
40 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const;
48 void getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const;

Completed in 241 milliseconds

1234567891011>>