HomeSort by relevance Sort by last modified time
    Searched defs:gv2 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
declspec.c 14 int gv2; typedef
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 92 GenericValue gv2 = EE2->runFunction(FooF2, noargs); local
96 EXPECT_EQ(gv2.IntVal, 12);
122 GenericValue gv2 = EE2->runFunction(FooF2, noargs); local
126 EXPECT_EQ(gv2.IntVal, 12);
  /external/clang/test/CodeGen/
const-init.c 62 // CHECK: @gv2 = global %struct.anon.0 <{ i8 1, i8* null }>, align 1
66 } __attribute__((__packed__)) gv2 = { 1, (void*)0 }; variable in typeref:struct:__anon23255

Completed in 50 milliseconds