OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StructB
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/CodeGen/
tbaa-ms-abi.cpp
10
struct
StructB
: virtual StructA {
11
StructB
();
14
StructB
::
StructB
() {
tbaa-class.cpp
17
class
StructB
28
StructB
b;
35
StructB
b;
77
uint32_t g3(StructA *A,
StructB
*B, uint64_t count) {
89
uint32_t g4(StructA *A,
StructB
*B, uint64_t count) {
101
uint32_t g5(StructA *A,
StructB
*B, uint64_t count) {
113
uint32_t g6(StructA *A,
StructB
*B, uint64_t count) {
193
StructB
*b1 = &(C->b);
194
StructB
*b2 = &(D->b);
tbaa.cpp
21
}
StructB
;
25
StructB
b;
31
StructB
b;
71
uint32_t g3(StructA *A,
StructB
*B, uint64_t count) {
83
uint32_t g4(StructA *A,
StructB
*B, uint64_t count) {
95
uint32_t g5(StructA *A,
StructB
*B, uint64_t count) {
107
uint32_t g6(StructA *A,
StructB
*B, uint64_t count) {
187
StructB
*b1 = &(C->b);
188
StructB
*b2 = &(D->b);
/external/clang/test/Index/
complete-hiding.c
5
struct
StructB
{ };
14
struct
StructB
{ };
29
// CHECK-CC2-NOT: StructDecl:{TypedText
StructB
} (50)
/external/libchrome/base/memory/
scoped_ptr_unittest.cc
666
struct
StructB
;
668
scoped_ptr<
StructB
> b;
671
struct
StructB
{
677
a->b.reset(new
StructB
);
693
a->b.reset(new
StructB
);
/external/libweave/third_party/chromium/base/memory/
scoped_ptr_unittest.cc
667
struct
StructB
;
669
scoped_ptr<
StructB
> b;
672
struct
StructB
{
678
a->b.reset(new
StructB
);
694
a->b.reset(new
StructB
);
Completed in 143 milliseconds