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:OA
(Results
1 - 4
of
4
) sorted by relevance
/third_party/googletest/googlemock/include/gmock/
H
A
D
gmock-actions.h
802
struct
OA
{
in operator OnceAction
()
struct
811
return
OA
{*this};
in operator OnceAction
()
1437
struct
OA
{
in operator OnceAction
struct
1447
return
OA
{std::move(inner_action)};
in operator OnceAction
1593
struct
OA
{
in operator OnceAction
struct
1605
return
OA
{
in operator OnceAction
1625
struct
OA
{
in operator Action
struct
1638
return
OA
{
in operator Action
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
RDFLiveness.cpp
181
auto
OA
= DFG.addr<InstrNode*>(A), OB = DFG.addr<InstrNode*>(B);
in getAllReachingDefs()
182
MachineBasicBlock *BA = Block(
OA
), *BB = Block(OB);
in getAllReachingDefs()
186
bool StmtA =
OA
.Addr->getKind() == NodeAttrs::Stmt;
in getAllReachingDefs()
191
MachineInstr *CA = NodeAddr<StmtNode*>(
OA
).Addr->getCode();
in getAllReachingDefs()
198
//
OA
is a phi.
in getAllReachingDefs()
H
A
D
RDFGraph.cpp
1548
NodeAddr<InstrNode*>
OA
= RDA.Addr->getOwner(*this);
in removeUnusedPhis()
local
1549
if (IsPhi(
OA
))
in removeUnusedPhis()
1550
PhiQ.insert(
OA
.Id);
in removeUnusedPhis()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCISelLowering.cpp
4720
if (any_of(Outs, [](const ISD::OutputArg&
OA
) { return
OA
.Flags.isByVal(); }))
in IsEligibleForTailCallOptimization_64SVR4()
Completed in 31 milliseconds