OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseA
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
traits.d
5608
interface
BaseA
{ const(I) test(int); }
5609
interface DerivA_1 :
BaseA
{ override const(J) test(int); }
5610
interface DerivA_2 :
BaseA
{ override J test(int); }
5611
static assert( isCovariantWith!(DerivA_1.test,
BaseA
.test));
5612
static assert( isCovariantWith!(DerivA_2.test,
BaseA
.test));
5613
static assert(!isCovariantWith!(
BaseA
.test, DerivA_1.test));
5614
static assert(!isCovariantWith!(
BaseA
.test, DerivA_2.test));
5615
static assert( isCovariantWith!(
BaseA
.test,
BaseA
.test));
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
1913
const MachineOperand &
BaseA
= MIa.getOperand(BasePosA);
1914
Register BaseRegA =
BaseA
.getReg();
1915
unsigned BaseSubA =
BaseA
.getSubReg();
Completed in 20 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026