Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:setParent
(Results
1 - 25
of
40
) sorted by relevance
1
2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
SymbolTableListTraitsImpl.h
66
V->
setParent
(Owner);
in addNodeToList()
75
V->
setParent
(nullptr);
in removeNodeFromList()
99
V.
setParent
(NewIP);
in transferNodesFromList()
107
first->
setParent
(NewIP);
in transferNodesFromList()
H
A
D
BasicBlock.cpp
87
void BasicBlock::
setParent
(Function *parent) {
in setParent()
function in BasicBlock
H
A
D
Module.cpp
264
NMD->
setParent
(this);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
MCSection.cpp
82
F->
setParent
(this);
in getSubsectionInsertionPoint()
118
F->
setParent
(this);
in flushPendingLabels()
H
A
D
MCContext.cpp
359
F->
setParent
(Ret);
in createELFSectionImpl()
533
F->
setParent
(Result);
in getWasmSection()
567
F->
setParent
(Result);
in getXCOFFSection()
/third_party/skia/experimental/xform/
H
A
D
SkXform.h
40
void
setParent
(sk_sp<Xform> p);
57
this->
setParent
(std::move(parent));
in Xform()
H
A
D
SkXform.cpp
27
void Xform::
setParent
(sk_sp<Xform> parent) {
in setParent()
function in Xform
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H
A
D
VPlan.h
421
void
setParent
(VPRegionBlock *P) { Parent = P; }
1165
Entry->
setParent
(this);
1166
Exit->
setParent
(this);
1191
EntryBlock->
setParent
(this);
1209
ExitBlock->
setParent
(this);
1558
NewBlock->
setParent
(BlockPtr->getParent());
1576
IfTrue->
setParent
(BlockPtr->getParent());
1577
IfFalse->
setParent
(BlockPtr->getParent());
H
A
D
VPlanHCFGBuilder.cpp
119
VPBB->
setParent
(TopRegion);
in getOrCreateVPBB()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
ResourceBundleWrapper.java
171
b.
setParent
(parent);
in instantiateBundle()
203
b.
setParent
(parent);
in instantiateBundle()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
ResourceBundleWrapper.java
173
b.
setParent
(parent);
in instantiateBundle()
205
b.
setParent
(parent);
in instantiateBundle()
H
A
D
ICUResourceBundle.java
1298
b.
setParent
(parent);
in instantiateBundle()
1409
protected void
setParent
(ResourceBundle parent) {
in setParent()
method in ICUResourceBundle
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
Argument.h
34
void
setParent
(Function *parent);
H
A
D
BasicBlock.h
69
void
setParent
(Function *parent);
H
A
D
GlobalValue.h
175
void
setParent
(Module *parent) {
H
A
D
Instruction.h
757
void
setParent
(BasicBlock *P);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H
A
D
Argument.h
39
void
setParent
(Function *parent);
H
A
D
BasicBlock.h
63
void
setParent
(Function *parent);
H
A
D
GlobalValue.h
153
void
setParent
(Module *parent) {
H
A
D
Instruction.h
576
void
setParent
(BasicBlock *P);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H
A
D
MCObjectStreamer.h
81
F->
setParent
(CurSection);
in insert()
H
A
D
MCFragment.h
88
void
setParent
(MCSection *Value) { Parent = Value; }
in setParent()
function in llvm::MCFragment
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUMachineCFGStructurizer.cpp
376
void
setParent
(LinearizedRegion *P) { Parent = P; }
465
void
setParent
(RegionMRT *Region) { Parent = Region; }
492
setParent
(nullptr);
518
setParent
(nullptr);
676
NewMRTRegion->
setParent
(NewMRTParent);
682
NewMRTRegion->
setParent
(RegionMap[Parent]);
687
NewMBB->
setParent
(RegionMap[Region]);
2355
InnerRegion.
setParent
(CurrentRegion);
2825
LRegion->
setParent
(Region->getParent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
MachineBasicBlock.cpp
112
N->
setParent
(Parent);
132
N->
setParent
(nullptr);
152
First->
setParent
(Parent);
/third_party/python/Lib/xml/sax/
H
A
D
saxutils.py
333
def
setParent
(self, parent):
member in XMLFilterBase
Completed in 22 milliseconds
1
2