OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_base
(Results
1 - 10
of
10
) sorted by null
/external/clang/test/ASTMerge/Inputs/
init-ctors-classes.cpp
1
class
A_base
5
A_base
() : x(0) {
7
A_base
(int _x) : x(static_cast<int>(_x)) {
11
class A : public
A_base
17
A(int _x) :
A_base
(_x), y(0), z(1), array{{2},{3}} {
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp
214
const MCSymbol *
A_Base
= Asm.getAtom(*A);
232
Writer->addRelocation(
A_Base
, Fragment->getParent(), MRE);
256
if (!
A_Base
) {
271
if (
A_Base
== B_Base &&
A_Base
) {
278
(!
A_Base
|| !
A_Base
->getFragment() ? 0 : Writer->getSymbolAddress(
279
*
A_Base
, Layout));
289
Writer->addRelocation(
A_Base
, Fragment->getParent(), MRE);
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
extended_types.pass.cpp
72
struct
A_base
: public A
74
A_base
() : A() {}
75
A_base
(int x) : A(x) {}
78
typedef
A_base
<A_int_0> A_base_0;
79
typedef
A_base
<A_int_1> A_base_1;
80
typedef
A_base
<A_int_2> A_base_2;
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
apply_extended_types.pass.cpp
72
struct
A_base
: public A
74
A_base
() : A() {}
75
A_base
(int x) : A(x) {}
78
typedef
A_base
<A_int_0> A_base_0;
79
typedef
A_base
<A_int_1> A_base_1;
80
typedef
A_base
<A_int_2> A_base_2;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/tuple/tuple.apply/
extended_types.pass.cpp
72
struct
A_base
: public A
74
A_base
() : A() {}
75
A_base
(int x) : A(x) {}
78
typedef
A_base
<A_int_0> A_base_0;
79
typedef
A_base
<A_int_1> A_base_1;
80
typedef
A_base
<A_int_2> A_base_2;
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
148
const MCSymbol *
A_Base
= Asm.getAtom(*A);
181
if (
A_Base
== B_Base &&
A_Base
) {
198
(!
A_Base
? 0 : Writer->getSymbolAddress(*
A_Base
, Layout));
202
if (!
A_Base
)
210
Writer->addRelocation(
A_Base
, Fragment->getParent(), MRE);
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
147
const MCSymbolData *
A_Base
= Asm.getAtom(&A_SD);
173
if (
A_Base
== B_Base &&
A_Base
)
177
(
A_Base
== NULL ? 0 : Writer->getSymbolAddress(
A_Base
, Layout));
181
if (
A_Base
) {
182
Index =
A_Base
->getIndex();
/external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp
572
const MCSymbolData *
A_Base
= 0, *B_Base = 0;
614
A_Base
= FA->getAtom();
615
if (!
A_Base
)
623
if (
A_Base
== B_Base)
/prebuilts/go/darwin-x86/src/crypto/aes/
asm_s390x.s
41
MOVD
a_base
+24(FP), R2
/prebuilts/go/linux-x86/src/crypto/aes/
asm_s390x.s
41
MOVD
a_base
+24(FP), R2
Completed in 211 milliseconds