Home
last modified time | relevance | path

Searched defs:anchor (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/llvm/utils/TableGen/
DX86ModRMFilters.cpp14 void ModRMFilter::anchor() { } in anchor() function in ModRMFilter
16 void DumbFilter::anchor() { } in anchor() function in DumbFilter
18 void ModFilter::anchor() { } in anchor() function in ModFilter
20 void ExtendedFilter::anchor() { } in anchor() function in ExtendedFilter
22 void ExactFilter::anchor() { } in anchor() function in ExactFilter
/external/llvm/lib/IR/
DLLVMContextImpl.cpp141 void UnaryConstantExpr::anchor() { } in anchor() function in UnaryConstantExpr
143 void BinaryConstantExpr::anchor() { } in anchor() function in BinaryConstantExpr
145 void SelectConstantExpr::anchor() { } in anchor() function in SelectConstantExpr
147 void ExtractElementConstantExpr::anchor() { } in anchor() function in ExtractElementConstantExpr
149 void InsertElementConstantExpr::anchor() { } in anchor() function in InsertElementConstantExpr
151 void ShuffleVectorConstantExpr::anchor() { } in anchor() function in ShuffleVectorConstantExpr
153 void ExtractValueConstantExpr::anchor() { } in anchor() function in ExtractValueConstantExpr
155 void InsertValueConstantExpr::anchor() { } in anchor() function in InsertValueConstantExpr
157 void GetElementPtrConstantExpr::anchor() { } in anchor() function in GetElementPtrConstantExpr
159 void CompareConstantExpr::anchor() { } in anchor() function in CompareConstantExpr
/external/clang/lib/Driver/
DAction.cpp43 void InputAction::anchor() {} in anchor() function in InputAction
49 void BindArchAction::anchor() {} in anchor() function in BindArchAction
55 void JobAction::anchor() {} in anchor() function in JobAction
65 void PreprocessJobAction::anchor() {} in anchor() function in PreprocessJobAction
71 void PrecompileJobAction::anchor() {} in anchor() function in PrecompileJobAction
77 void AnalyzeJobAction::anchor() {} in anchor() function in AnalyzeJobAction
83 void MigrateJobAction::anchor() {} in anchor() function in MigrateJobAction
89 void CompileJobAction::anchor() {} in anchor() function in CompileJobAction
95 void AssembleJobAction::anchor() {} in anchor() function in AssembleJobAction
101 void LinkJobAction::anchor() {} in anchor() function in LinkJobAction
[all …]
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCAsmInfo.cpp20 void ARMMCAsmInfoDarwin::anchor() { } in anchor() function in ARMMCAsmInfoDarwin
42 void ARMELFMCAsmInfo::anchor() { } in anchor() function in ARMELFMCAsmInfo
87 void ARMCOFFMCAsmInfoMicrosoft::anchor() { } in anchor() function in ARMCOFFMCAsmInfoMicrosoft
95 void ARMCOFFMCAsmInfoGNU::anchor() { } in anchor() function in ARMCOFFMCAsmInfoGNU
/external/llvm/lib/MC/
DMCAsmInfoCOFF.cpp18 void MCAsmInfoCOFF::anchor() { } in anchor() function in MCAsmInfoCOFF
42 void MCAsmInfoMicrosoft::anchor() { } in anchor() function in MCAsmInfoMicrosoft
47 void MCAsmInfoGNUCOFF::anchor() { } in anchor() function in MCAsmInfoGNUCOFF
/external/clang/lib/AST/
DAttrImpl.cpp23 void InheritableAttr::anchor() { } in anchor() function in InheritableAttr
25 void InheritableParamAttr::anchor() { } in anchor() function in InheritableParamAttr
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp42 void X86MCAsmInfoDarwin::anchor() { } in anchor() function in X86MCAsmInfoDarwin
88 void X86ELFMCAsmInfo::anchor() { } in anchor() function in X86ELFMCAsmInfo
143 void X86MCAsmInfoMicrosoft::anchor() { } in anchor() function in X86MCAsmInfoMicrosoft
161 void X86MCAsmInfoGNUCOFF::anchor() { } in anchor() function in X86MCAsmInfoGNUCOFF
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
DLinkifier.js43 formatLiveAnchor: function(anchor, uiLocation) { } argument
162 …this._liveLocationsByTarget.get(rawLocation.target()).push({ anchor: anchor, location: liveLocatio… property
212 …this._liveLocationsByTarget.get(rawLocation.target()).push({ anchor: anchor, location: liveLocatio… property
270 _updateAnchor: function(anchor, uiLocation) argument
292 formatLiveAnchor: function(anchor, uiLocation) argument
322 formatLiveAnchor: function(anchor, uiLocation) argument
324 … WebInspector.Linkifier.DefaultFormatter.prototype.formatLiveAnchor.call(this, anchor, uiLocation); argument
/external/chromium_org/ppapi/native_client/src/trusted/weak_ref/
Dcall_on_main_thread.h55 nacl::WeakRefAnchor* anchor, in WeakRefNewCallback()
69 nacl::WeakRefAnchor* anchor, in WeakRefCallOnMainThread()
120 nacl::WeakRefAnchor* anchor, in WeakRefNewCallback()
143 nacl::WeakRefAnchor* anchor, in WeakRefCallOnMainThread()
206 nacl::WeakRefAnchor* anchor, in WeakRefNewCallback()
231 nacl::WeakRefAnchor* anchor, in WeakRefCallOnMainThread()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp19 void PPCMCAsmInfoDarwin::anchor() { } in anchor() function in PPCMCAsmInfoDarwin
45 void PPCLinuxMCAsmInfo::anchor() { } in anchor() function in PPCLinuxMCAsmInfo
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_positioner.cc42 gfx::Point anchor; in GetAnchorPointForScreenCorner() local
67 gfx::Point anchor; in GetAnchorPointForShelfCorner() local
91 gfx::Point anchor; in GetAnchorPointForShelfCenter() local
119 gfx::Point anchor; in GetAnchorPointForShelfCursor() local
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp24 void MachineModuleInfoMachO::anchor() {} in anchor() function in MachineModuleInfoMachO
25 void MachineModuleInfoELF::anchor() {} in anchor() function in MachineModuleInfoELF
DMachineCodeEmitter.cpp14 void MachineCodeEmitter::anchor() { } in anchor() function in MachineCodeEmitter
/external/chromium_org/third_party/WebKit/Source/web/
DValidationMessageClientImpl.cpp65 void ValidationMessageClientImpl::showValidationMessage(const Element& anchor, const String& messag… in showValidationMessage()
93 void ValidationMessageClientImpl::hideValidationMessage(const Element& anchor) in hideValidationMessage()
104 bool ValidationMessageClientImpl::isValidationMessageVisible(const Element& anchor) in isValidationMessageVisible()
/external/chromium_org/ui/base/models/
Dlist_selection_model.h35 void set_anchor(int anchor) { anchor_ = anchor; } in set_anchor()
36 int anchor() const { return anchor_; } in anchor() function
/external/chromium_org/chrome/browser/ui/views/autofill/
Dinfo_bubble.h41 views::View* anchor() { return anchor_; } in anchor() function
42 const views::View* anchor() const { return anchor_; } in anchor() function
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp71 void ARMTargetMachine::anchor() { } in anchor() function in ARMTargetMachine
84 void ARMLETargetMachine::anchor() { } in anchor() function in ARMLETargetMachine
93 void ARMBETargetMachine::anchor() { } in anchor() function in ARMBETargetMachine
102 void ThumbTargetMachine::anchor() { } in anchor() function in ThumbTargetMachine
114 void ThumbLETargetMachine::anchor() { } in anchor() function in ThumbLETargetMachine
123 void ThumbBETargetMachine::anchor() { } in anchor() function in ThumbBETargetMachine
/external/chromium_org/ash/shelf/
Doverflow_bubble.cc32 void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) { in Show()
64 views::View* anchor = anchor_; in HideBubbleAndRefreshButton() local
Dshelf_tooltip_manager.cc72 views::View* anchor, in ShelfTooltipBubble()
160 void ShelfTooltipManager::ShowDelayed(views::View* anchor, in ShowDelayed()
178 void ShelfTooltipManager::ShowImmediately(views::View* anchor, in ShowImmediately()
341 void ShelfTooltipManager::CreateBubble(views::View* anchor, in CreateBubble()
/external/clang/lib/Lex/
DPPCallbacks.cpp14 void PPChainedCallbacks::anchor() { } in anchor() function in PPChainedCallbacks
/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp14 void PPCFunctionInfo::anchor() { } in anchor() function in PPCFunctionInfo
/external/llvm/lib/Target/R600/MCTargetDesc/
DAMDGPUMCCodeEmitter.cpp20 void AMDGPUMCCodeEmitter::anchor() {} in anchor() function in AMDGPUMCCodeEmitter
/external/llvm/lib/Target/MSP430/
DMSP430MachineFunctionInfo.cpp14 void MSP430MachineFunctionInfo::anchor() { } in anchor() function in MSP430MachineFunctionInfo
/external/clang/lib/Analysis/
DDominators.cpp14 void DominatorTree::anchor() { } in anchor() function in DominatorTree
/external/clang/lib/Sema/
DSemaConsumer.cpp14 void SemaConsumer::anchor() { } in anchor() function in SemaConsumer

12345678910>>...13