Searched refs:myint (Results 1 – 7 of 7) sorted by relevance
61 myclass::myclass(void) { myint = 0; } in myclass()62 myclass::myclass(int x) { myint = x; } in myclass()65 int myclass::Fi_i(int bar) { return myint; } in Fi_i()74 myclass myclass::operator++() { return myclass(++myint); } in operator ++()75 myclass myclass::operator++(int) { return myclass(myint++); } in operator ++()78 myclass myclass::operator+(int x) { return myclass(myint + x); } in operator +()83 myint = from.myint; in operator =()
3 int myint; variable
13 typedef int myint __attribute__((aligned(1))); typedef15 void test1(myint *p) { in test1()22 int test1a(myint *p) { in test1a()
28 !9 = !DIFile(filename: "myint.h", directory: "/tmp")33 !14 = !DIFile(filename: "myint.h", directory: "/tmp")
6 %myint = type opaque7 %struct1 = type { i32, void (%struct2*)*, %myint*, i32 (i32*)* }
5 %myint = type i16
57 int myint; field104 myint = x;