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:getRef
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
ModuleSummaryIndex.h
176
explicit operator bool() const { return
getRef
(); }
in operator bool()
178
GlobalValue::GUID getGUID() const { return
getRef
()->first; }
in getGUID()
181
return
getRef
()->second.U.GV;
in getValue()
185
return
getRef
()->second.SummaryList;
in getSummaryList()
189
return haveGVs() ?
getRef
()->second.U.GV->getName()
in name()
190
:
getRef
()->second.U.Name;
in name()
221
const GlobalValueSummaryMapTy::value_type *
getRef
() const {
in getRef()
function
239
assert(A.
getRef
() && B.
getRef
() &&
in operator ==()
241
return A.
getRef
()
in operator ==()
[all...]
/third_party/rust/crates/cxx/tests/ffi/
H
A
D
lib.rs
197
fn
getRef
(self: &C) -> &usize;
in getRef()
functions
H
A
D
tests.h
48
const size_t &
getRef
() const;
H
A
D
tests.cc
26
const size_t &C::
getRef
() const { return this->n; }
in getRef()
function in tests::C
/third_party/rust/crates/cxx/tests/
H
A
D
test.rs
258
assert_eq!(2021, *unique_ptr.
getRef
());
in test_c_method_calls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
BitTracker.h
404
RegisterCell
getRef
(const RegisterRef &RR, const CellMapType &M) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H
A
D
LLParser.cpp
7960
assert(VIRef.first->
getRef
() == FwdVIRef &&
8235
if (AliaseeVI.
getRef
() == FwdVIRef) {
8368
if (VI.
getRef
() == FwdVIRef)
8380
assert(Calls[P.first].first.
getRef
() == FwdVIRef &&
8519
if (VC.VI.
getRef
() == FwdVIRef)
8528
assert(Refs[P.first].
getRef
() == FwdVIRef &&
8895
assert(NumberedValueInfos[GVId].
getRef
() != FwdVIRef);
Completed in 15 milliseconds