Searched refs:TestVar (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/Interpreter/ |
| H A D | sanity.c | 6 int TestVar = 12; variable 11 void TestFunc() { ++TestVar; } in TestFunc()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | ldrd.ll | 79 @TestVar = external global %struct.Test 84 ; A8: movw [[BASER:r[0-9]+]], :lower16:{{.*}}TestVar{{.*}} 85 ; A8: movt [[BASER]], :upper16:{{.*}}TestVar{{.*}} 93 …%tmp1 = load i32, i32* getelementptr inbounds (%struct.Test, %struct.Test* @TestVar, i32 0, i32 1)… 94 …%tmp2 = load i32, i32* getelementptr inbounds (%struct.Test, %struct.Test* @TestVar, i32 0, i32 2)… 96 …store i32 %add, i32* getelementptr inbounds (%struct.Test, %struct.Test* @TestVar, i32 0, i32 0), …
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constant-expression-cxx11.cpp | 1366 struct TestVar { struct 1368 constexpr TestVar(int value) : value(value) {} in TestVar() function 1370 constexpr TestVar testVar{-1};
|