Searched refs:my_foo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/DebugInfo/X86/ |
D | empty-and-one-elem-array.ll | 10 %my_foo = alloca %struct.foo, align 4 12 …call void @llvm.dbg.declare(metadata %struct.foo* %my_foo, metadata !10, metadata !DIExpression())… 14 %a = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !29 18 %a2 = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !31 73 !10 = !DILocalVariable(name: "my_foo", line: 12, scope: !11, file: !6, type: !12)
|
/external/clang/test/SemaCXX/ |
D | missing-namespace-qualifier-typo-corrections.cpp | 7 fizbin::Foobar *my_foo = new fizbin::FooBar; // expected-error{{no type named 'FooBar' in namespace… variable
|