OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anchor
(Results
1 - 25
of
780
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/utils/TableGen/
X86ModRMFilters.cpp
14
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
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
X86ModRMFilters.cpp
14
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
/external/clang/lib/Analysis/
Dominators.cpp
14
void DominatorTree::
anchor
() { }
function in class:DominatorTree
/external/clang/lib/Frontend/
ChainedDiagnosticConsumer.cpp
14
void ChainedDiagnosticConsumer::
anchor
() { }
function in class:ChainedDiagnosticConsumer
/external/clang/lib/Lex/
PPCallbacks.cpp
14
void PPChainedCallbacks::
anchor
() { }
function in class:PPChainedCallbacks
/external/clang/lib/Sema/
SemaConsumer.cpp
14
void SemaConsumer::
anchor
() { }
function in class:SemaConsumer
/external/llvm/lib/Support/
IntrusiveRefCntPtr.cpp
14
void RefCountedBaseVPTR::
anchor
() { }
function in class:RefCountedBaseVPTR
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCCodeEmitter.cpp
20
void AMDGPUMCCodeEmitter::
anchor
() {}
function in class:AMDGPUMCCodeEmitter
/external/llvm/lib/Target/Hexagon/
HexagonMachineFunctionInfo.cpp
15
void HexagonMachineFunctionInfo::
anchor
() {}
function in class:HexagonMachineFunctionInfo
/external/llvm/lib/Target/MSP430/
MSP430MachineFunctionInfo.cpp
14
void MSP430MachineFunctionInfo::
anchor
() { }
function in class:MSP430MachineFunctionInfo
/external/llvm/lib/Target/Sparc/
SparcMachineFunctionInfo.cpp
14
void SparcMachineFunctionInfo::
anchor
() { }
function in class:SparcMachineFunctionInfo
/external/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.cpp
16
void SystemZMachineFunctionInfo::
anchor
() {}
function in class:SystemZMachineFunctionInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCCodeEmitter.cpp
20
void AMDGPUMCCodeEmitter::
anchor
() {}
function in class:AMDGPUMCCodeEmitter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCMachineFunctionInfo.cpp
14
void ARCFunctionInfo::
anchor
() {}
function in class:ARCFunctionInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineFunctionInfo.cpp
15
void HexagonMachineFunctionInfo::
anchor
() {}
function in class:HexagonMachineFunctionInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430MachineFunctionInfo.cpp
14
void MSP430MachineFunctionInfo::
anchor
() { }
function in class:MSP430MachineFunctionInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2MachineFunction.cpp
14
void Nios2FunctionInfo::
anchor
() {}
function in class:Nios2FunctionInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcMachineFunctionInfo.cpp
14
void SparcMachineFunctionInfo::
anchor
() { }
function in class:SparcMachineFunctionInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.cpp
16
void SystemZMachineFunctionInfo::
anchor
() {}
function in class:SystemZMachineFunctionInfo
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
HWEventListener.cpp
11
/// This file defines a vtable
anchor
for class HWEventListener.
19
//
Anchor
the vtable here.
20
void HWEventListener::
anchor
() {}
function in class:mca::HWEventListener
View.cpp
11
/// This file defines the virtual
anchor
method in View.h to pin the vtable.
19
void View::
anchor
() {}
function in class:mca::View
/external/skia/platform_tools/android/apps/arcore/src/main/cpp/
anchor_wrapper.cc
23
AnchorWrapper::AnchorWrapper(ArAnchor *
anchor
) :
anchor
(
anchor
) {}
26
return
anchor
;
32
void AnchorWrapper::SetArAnchor(ArAnchor*
anchor
) {
33
this->
anchor
=
anchor
;
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
anchor_wrapper.cc
23
AnchorWrapper::AnchorWrapper(ArAnchor *
anchor
) :
anchor
(
anchor
) {}
26
return
anchor
;
32
void AnchorWrapper::SetArAnchor(ArAnchor*
anchor
) {
33
this->
anchor
=
anchor
;
/external/clang/lib/StaticAnalyzer/Core/
SubEngine.cpp
14
void SubEngine::
anchor
() { }
function in class:SubEngine
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
NodeEvent.java
25
private final String
anchor
;
field in class:NodeEvent
27
public NodeEvent(String
anchor
, Mark startMark, Mark endMark) {
29
this.
anchor
=
anchor
;
33
* Node
anchor
by which this node might later be referenced by a
37
* use this property to indicate the referenced
anchor
.
39
* @return
Anchor
of this node or <code>null</code> if no
anchor
is defined.
42
return this.
anchor
;
47
return "
anchor
=" + anchor
[
all
...]
Completed in 2069 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>