Home
last modified time | relevance | path

Searched refs:myInt (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/
Dmain.cpp1 class myInt { class
3 public: myInt() : theValue(0) {} in myInt() function in myInt
4 public: myInt(int _x) : theValue(_x) {} in myInt() function in myInt
25 myInt theInt;
29 myInt operator + (myInt x, myInt y) { return myInt(x.val() + y.val()); } in operator +()
30 myInt operator + (myInt x, myIntAndStuff y) { return myInt(x.val() + y.val()); } in operator +()
33 myInt x{3}; in main()
34 myInt y{4}; in main()
35 myInt z {x+y}; in main()
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-synthtype/
Dmain.cpp1 class myInt { class
3 public: myInt() : theValue(0) {} in myInt() function in myInt
4 public: myInt(int _x) : theValue(_x) {} in myInt() function in myInt
15 myInt theInt;
19 myInt operator + (myInt x, myInt y) { return myInt(x.val() + y.val()); } in operator +()
22 myInt x{3}; in main()
23 myInt y{4}; in main()
24 myInt z {x+y}; in main()
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/ARM/
Ddisassemble-code-data-mix.s6 .global myInt symbol
9 .type myInt, %object
10 .size myInt, 4
11 myInt: label
29 .word myInt
38 @ RELOC-NEXT: R_ARM_ABS32 myInt
/external/mesa3d/src/compiler/glsl/tests/warnings/
D012-modassign.vert7 int myInt;
9 myInt %= undefined;
10 myInt %= defined;
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.typedef.frag5 typedef int myInt;
7 myInt i = 2;
8 typedef myInt myInt2;
/external/deqp-deps/glslang/Test/
Dhlsl.typedef.frag5 typedef int myInt;
7 myInt i = 2;
8 typedef myInt myInt2;
/external/llvm-project/lldb/test/API/commands/frame/diagnose/local-variable/
Dmain.c2 int *myInt = 0; in main() local
3 return *myInt; in main()
/external/llvm-project/debuginfo-tests/dexter/feature_tests/commands/penalty/
Dexpect_watch_type.cpp37 auto myInt = Doubled<int>(5); // DexLabel('main_start') in main() local
41 return int(double(myInt.GetVal()) in main()
/external/llvm-project/debuginfo-tests/dexter/feature_tests/commands/perfect/
Dexpect_watch_type.cpp36 auto myInt = Doubled<int>(5); // DexLabel('main_start') in main() local
40 return int(double(myInt.GetVal()) in main()
/external/clang/test/SemaCXX/
Dattr-deprecated.cpp190 int myInt; member
194 myInt(a), // expected-warning {{deprecated}} in B()
/external/llvm-project/clang/test/SemaCXX/
Dattr-deprecated.cpp190 int myInt; member
194 myInt(a), // expected-warning {{deprecated}} in B()
/external/jackson-databind/src/test/java/perf/
DManualWritePerfWithAllTypes.java61 public int myInt; field in ManualWritePerfWithAllTypes.AllTypes
/external/kotlinx.atomicfu/
DREADME.md69 val myInt = atomic(0) // note: integer initial value