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

1234567891011>>

/macosx-10.9.5/llvmCore-3425.0.33/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.9.5/llvmCore-3425.0.33/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.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/MCJIT/
H A DMCJITMemoryManager.cpp14 void MCJITMemoryManager::anchor() { } function in class:MCJITMemoryManager
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DIntrusiveRefCntPtr.cpp14 void RefCountedBaseVPTR::anchor() { } function in class:RefCountedBaseVPTR
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DTableGenAction.cpp14 void TableGenAction::anchor() { } function in class:TableGenAction
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp14 void ARMFunctionInfo::anchor() { } function in class:ARMFunctionInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUMachineFunction.cpp14 void SPUFunctionInfo::anchor() { } function in class:SPUFunctionInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeMachineFunction.cpp14 void MBlazeFunctionInfo::anchor() { } function in class:MBlazeFunctionInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.cpp14 void MSP430MachineFunctionInfo::anchor() { } function in class:MSP430MachineFunctionInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp14 void PPCFunctionInfo::anchor() { } function in class:PPCFunctionInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.cpp14 void SparcMachineFunctionInfo::anchor() { } function in class:SparcMachineFunctionInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTargetJITInfo.cpp14 void TargetJITInfo::anchor() { } function in class:TargetJITInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp14 void X86MachineFunctionInfo::anchor() { } function in class:X86MachineFunctionInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp14 void XCoreFunctionInfo::anchor() { } function in class:XCoreFunctionInfo
/macosx-10.9.5/ruby-104/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.9.5/Security-55471.14.18/libsecurity_codesigning/req/
H A Dppc-host.ireq4 anchor apple and identifier com.apple.translate // Rosetta
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DLinkifier.js40 * @param {Element} anchor
43 formatLiveAnchor: function(anchor, uiLocation) { }
82 var anchor = WebInspector.linkifyURLAsNode("", "", classes, false);
83 var liveLocation = script.createLiveLocation(rawLocation, this._updateAnchor.bind(this, anchor));
85 return anchor;
94 var anchor = WebInspector.linkifyURLAsNode("", "", "", false);
95 var liveLocation = WebInspector.cssModel.createLiveLocation(rule, this._updateAnchor.bind(this, anchor));
99 return anchor;
110 * @param {Element} anchor
113 _updateAnchor: function(anchor, uiLocatio
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DValidationMessageClient.h39 // Show validation message for the specified anchor element. An
42 virtual void showValidationMessage(const Element& anchor, const String& message) = 0;
44 // Hide validation message for the specified anchor if the message for the
45 // anchor is already visible.
46 virtual void hideValidationMessage(const Element& anchor) = 0;
48 // Returns true if the validation message for the specified anchor element
50 virtual bool isValidationMessageVisible(const Element& anchor) = 0;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCAsmInfoCOFF.h17 virtual void anchor();
23 virtual void anchor();
29 virtual void anchor();
/macosx-10.9.5/xnu-2422.115.4/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.9.5/llvmCore-3425.0.33/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.9.5/ICU-511.35/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 257 milliseconds

1234567891011>>