OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StructA
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/CodeGen/
tbaa-ms-abi.cpp
6
struct
StructA
{
10
struct StructB : virtual
StructA
{
tbaa-class.cpp
9
class
StructA
21
StructA
a;
53
uint32_t g(uint32_t *s,
StructA
*A, uint64_t count) {
65
uint32_t g2(uint32_t *s,
StructA
*A, uint64_t count) {
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) {
125
uint32_t g7(
StructA
*A, StructS *S, uint64_t count) {
137
uint32_t g8(
StructA
*A, StructS *S, uint64_t count)
[
all
...]
tbaa.cpp
15
}
StructA
;
19
StructA
a;
47
uint32_t g(uint32_t *s,
StructA
*A, uint64_t count) {
59
uint32_t g2(uint32_t *s,
StructA
*A, uint64_t count) {
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) {
119
uint32_t g7(
StructA
*A, StructS *S, uint64_t count) {
131
uint32_t g8(
StructA
*A, StructS *S, uint64_t count)
[
all
...]
/external/clang/test/Index/
complete-hiding.c
4
struct
StructA
{ };
13
int
StructA
= 0;
16
struct
StructA
sa = { };
22
// CHECK-CC1: VarDecl:{ResultType int}{TypedText
StructA
} (34)
28
// CHECK-CC2: StructDecl:{TypedText
StructA
} (50)
/external/libchrome/base/memory/
scoped_ptr_unittest.cc
667
struct
StructA
{
672
scoped_ptr<
StructA
> a;
676
StructA
* a = new
StructA
;
692
a = new
StructA
;
695
a->~
StructA
();
/external/libweave/third_party/chromium/base/memory/
scoped_ptr_unittest.cc
668
struct
StructA
{
673
scoped_ptr<
StructA
> a;
677
StructA
* a = new
StructA
;
693
a = new
StructA
;
696
a->~
StructA
();
Completed in 919 milliseconds