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:getDependency
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H
A
D
VkRenderPass.hpp
71
VkSubpassDependency
getDependency
(uint32_t i) const
in getDependency()
function in vk::RenderPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
MemDepPrinter.cpp
104
MemDepResult Res = MDA.
getDependency
(Inst);
in runOnFunction()
H
A
D
MemoryDependenceAnalysis.cpp
715
MemDepResult MemoryDependenceResults::
getDependency
(Instruction *QueryInst,
in getDependency()
function in MemoryDependenceResults
787
assert(
getDependency
(QueryCall).isNonLocal() &&
in getNonLocalCallDependency()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
FileDescriptorProto.php
206
public function
getDependency
()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H
A
D
MemoryDependenceAnalysis.h
387
MemDepResult
getDependency
(Instruction *QueryInst,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
MemCpyOptimizer.cpp
613
MemDepResult ldep = MD->
getDependency
(LI);
in processStore()
1155
MemDepResult DepInfo = MD->
getDependency
(M);
in processMemCpy()
H
A
D
DeadStoreElimination.cpp
1131
MemDepResult InstDep = MD->
getDependency
(Inst, &OBB);
in eliminateDeadStores()
1219
InstDep = MD->
getDependency
(Inst, &OBB);
in eliminateDeadStores()
H
A
D
GVN.cpp
391
MemDepResult local_dep = MD->
getDependency
(C);
in lookupOrAddCall()
1576
MemDepResult Dep = MD->
getDependency
(L);
in processLoad()
1669
MemDepResult local_dep = MD->
getDependency
(Call);
in areCallValsEqual()
/third_party/protobuf/php/tests/
H
A
D
PhpImplementationTest.php
323
$this->assertSame(0, sizeof($file_desc->
getDependency
()));
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
Descriptors.java
520
String name = proto.
getDependency
(index);
in FileDescriptor()
Completed in 24 milliseconds