OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myStruct
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/CodeGen/
staticinit.c
15
static struct AStruct
myStruct
= { 1, "two", 3.0 };
/external/clang/test/Analysis/
initializer.cpp
153
struct
MyStruct
{
154
MyStruct
(int i);
155
MyStruct
(OtherStruct os);
161
const
MyStruct
&
myStruct
(5);
162
myStruct
.method(); // no-warning
166
const
MyStruct
&myStruct1(5), myStruct2(5), &myStruct3(5);
173
const
MyStruct
&
myStruct
(OtherStruct(5));
174
myStruct
.method(); // no-warnin
[
all
...]
/frameworks/rs/tests/cppbasic/
mono.rs
38
struct
myStruct
{
/frameworks/rs/tests/cppbasic-shared/
mono.rs
38
struct
myStruct
{
/prebuilts/go/darwin-x86/src/testing/quick/
quick_test.go
212
// values of type
MyStruct
have x = 42.
213
type
myStruct
struct {
217
func (m
myStruct
) Generate(r *rand.Rand, _ int) reflect.Value {
218
return reflect.ValueOf(
myStruct
{x: 42})
221
func myStructProperty(in
myStruct
) bool { return in.x == 42 }
/prebuilts/go/linux-x86/src/testing/quick/
quick_test.go
212
// values of type
MyStruct
have x = 42.
213
type
myStruct
struct {
217
func (m
myStruct
) Generate(r *rand.Rand, _ int) reflect.Value {
218
return reflect.ValueOf(
myStruct
{x: 42})
221
func myStructProperty(in
myStruct
) bool { return in.x == 42 }
/cts/tests/tests/renderscript/src/android/renderscript/cts/
primitives.rs
25
struct
myStruct
{
Completed in 340 milliseconds