HomeSort by relevance Sort by last modified time
    Searched refs:gv1 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGenCXX/
debug-info-ms-anonymous-tag.cpp 6 test1 gv1; variable
copy-constructor-elim.cpp 52 extern const V_over_aligned gv1 = {}; variable
54 extern "C" V f() { return gv1; }
59 // CHECK: call void @llvm.memcpy.p0i8.p0i8.{{i64|i32}}({{.*}}, i8* bitcast (%struct.V* @gv1 to i8*), {{i64|i32}} 4, i32 4, i1 false)
  /external/clang/test/Sema/
declspec.c 11 int gv1; variable
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 90 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/
const-init.c 55 // CHECK: @gv1 = global %struct.anon <{ i32 0, i8 7 }>, align 1
59 } __attribute__((__packed__)) gv1 = { .a = 0x0, .b = 7, }; variable in typeref:struct:__anon14803

Completed in 93 milliseconds