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
defs:getParent
(Results
1 - 25
of
43
) sorted by relevance
1
2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
Argument.h
41
inline const Function *
getParent
() const { return Parent; }
in getParent()
function in llvm::final
42
inline Function *
getParent
() { return Parent; }
in getParent()
function in llvm::final
H
A
D
BasicBlock.h
106
const Function *
getParent
() const { return Parent; }
in getParent()
function in llvm::final
107
Function *
getParent
() { return Parent; }
in getParent()
function in llvm::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H
A
D
Argument.h
48
inline const Function *
getParent
() const { return Parent; }
in getParent()
function in llvm::Argument
49
inline Function *
getParent
() { return Parent; }
in getParent()
function in llvm::Argument
H
A
D
BasicBlock.h
100
const Function *
getParent
() const { return Parent; }
in getParent()
function in llvm::BasicBlock
101
Function *
getParent
() { return Parent; }
in getParent()
function in llvm::BasicBlock
H
A
D
Instruction.h
62
inline const BasicBlock *
getParent
() const { return Parent; }
in getParent()
function in llvm::Instruction
63
inline BasicBlock *
getParent
() { return Parent; }
in getParent()
function in llvm::Instruction
/kernel/linux/linux-5.10/scripts/tracing/
H
A
D
draw_functrace.py
53
def
getParent
(self, func):
member in CallTree
/kernel/linux/linux-6.6/scripts/tracing/
H
A
D
draw_functrace.py
53
def
getParent
(self, func):
member in CallTree
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
ResourceBundleWrapper.java
109
public UResourceBundle
getParent
(){
in getParent()
method in ResourceBundleWrapper
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
ResourceBundleWrapper.java
111
public UResourceBundle
getParent
(){
in getParent()
method in ResourceBundleWrapper
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
CLMemory.h
117
inline const MemoryPtr &Memory::
getParent
() const
in getParent()
function in cl::Memory
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H
A
D
InputFile.java
86
public String
getParent
()
in getParent()
method in InputFile
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
UResourceBundle.java
311
protected abstract UResourceBundle
getParent
();
in getParent()
method in UResourceBundle
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H
A
D
RbPath.java
179
public RbPath
getParent
() {
in getParent()
method in RbPath
H
A
D
SupplementalData.java
471
public String
getParent
(String localeId) {
in getParent()
method in SupplementalData
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
UResourceBundle.java
298
protected abstract UResourceBundle
getParent
();
in getParent()
method in UResourceBundle
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H
A
D
DIE.cpp
182
DIE *DIE::
getParent
() const {
in getParent()
function in DIE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
SplitKit.h
185
const LiveInterval &
getParent
() const { return *CurLI; }
in getParent()
function in llvm::SplitAnalysis
/third_party/vk-gl-cts/executor/
H
A
D
xeTestCase.hpp
67
const TestGroup*
getParent
(void) const { return m_parent; }
in getParent()
function in xe::TestNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H
A
D
UDTLayout.h
45
const UDTLayoutBase *
getParent
() const { return Parent; }
in getParent()
function in llvm::pdb::LayoutItemBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
LexicalScopes.h
60
LexicalScope *
getParent
() const { return Parent; }
in getParent()
function in llvm::LexicalScope
H
A
D
LiveRangeEdit.h
150
LiveInterval &
getParent
() const {
in getParent()
function in llvm::LiveRangeEdit
/third_party/python/Lib/xml/sax/
H
A
D
saxutils.py
330
def
getParent
(self):
member in XMLFilterBase
/third_party/skia/src/ports/
H
A
D
SkFontMgr_config_parser.cpp
562
SkLanguage SkLanguage::
getParent
() const
in getParent()
function in SkLanguage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
Archive.h
109
const Archive *
getParent
() const { return Parent; }
in getParent()
function in llvm::object::Archive::Child
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
TypeBasedAliasAnalysis.cpp
164
TBAANodeImpl<MDNodeTy>
getParent
() const {
in getParent()
function in __anon23947::TBAANodeImpl
Completed in 18 milliseconds
1
2