Searched defs:gv1 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Ddeclspec.c11 int gv1; variable
/external/llvm/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp90 GenericValue gv1 = EE1->runFunction(FooF1, noargs); local
94 EXPECT_EQ(gv1.IntVal, 11);
120 GenericValue gv1 = EE1->runFunction(FooF1, noargs); local
124 EXPECT_EQ(gv1.IntVal, 11);
/external/clang/test/CodeGen/
H A Dconst-init.c55 // CHECK: @gv1 = global %struct.anon <{ i32 0, i8 7 }>, align 1
59 } __attribute__((__packed__)) gv1 = { .a = 0x0, .b = 7, }; variable in typeref:struct:__anon15885

Completed in 150 milliseconds