Searched defs:Var1 (Results 1 – 8 of 8) sorted by relevance
/llvm-project/offload/test/mapping/ompx_hold/ |
H A D | struct.c | 19 #define CHECK_PRESENCE(Var1, Var2, Var3) \ argument 25 #define CHECK_VALUES_HELPER(N1, N2, Var1, Var2) \ argument 28 #define CHECK_VALUES_DELAYED(Var1, Var2) \ argument 38 #define CHECK_VALUES(Var1, Var2) \ argument
|
H A D | target-data.c | 7 #define CHECK_PRESENCE(Var1, Var2, Var3) \ argument
|
H A D | target.c | 7 #define CHECK_PRESENCE(Var1, Var2, Var3) \ argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | attr-maybeundef-template.cpp | 39 int Var1; in test() local
|
/llvm-project/clang/test/Analysis/ |
H A D | new.cpp | 356 int Var1 = 5; in test_member_invalidation() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1341 const VariableGEPIndex &Var1 = DecompGEP1.VarIndices[1]; aliasGEP() local 1873 const VariableGEPIndex &Var0 = GEP.VarIndices[0], &Var1 = GEP.VarIndices[1]; constantOffsetHeuristic() local [all...] |
/llvm-project/llvm/unittests/IR/ |
H A D | DebugInfoTest.cpp | 335 DILocalVariable *Var1 = DVIs[1]->getVariable(); in TEST() local
|
H A D | IRBuilderTest.cpp | 453 AllocaInst *Var1 = Builder.CreateAlloca(Builder.getInt8Ty()); TEST_F() local
|