Home
last modified time | relevance | path

Searched refs:MyNamespace (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/test/DebugInfo/X86/
H A Ddebug-names-parents-same-offset.ll5 ; namespace MyNamespace {
12 ; } // namespace MyNamespace
13 ; MyNamespace::MyStruct1 gv1;
14 ; MyNamespace::MyStruct2 gv2;
26 ; CHECK: String: {{.*}} "MyNamespace"
50 %"struct.MyNamespace::MyStruct1" = type { i8 }
51 %"struct.MyNamespace::MyStruct2" = type { i8 }
53 @gv1 = dso_local global %"struct.MyNamespace::MyStruct1" zeroinitializer, align 1, !dbg !0
54 @gv2 = dso_local global %"struct.MyNamespace::MyStruct2" zeroinitializer, align 1, !dbg !5
68 !8 = !DINamespace(name: "MyNamespace", scope: null)
/llvm-project/clang-tools-extra/test/modularize/
H A DProblemsNamespace.modularize8 # CHECK-NEXT: error: Include directive within namespace MyNamespace {}.
10 # CHECK-NEXT: namespace MyNamespace {
12 # CHECK-NEXT: The "namespace MyNamespace {}" block is here.
/llvm-project/llvm/test/TableGen/
H A Dget-operand-type.td27 let Namespace = "MyNamespace";
36 let Namespace = "MyNamespace";
45 let Namespace = "MyNamespace";
H A Dget-operand-type-no-expand.td29 let Namespace = "MyNamespace";
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dtoc-data-attribute.cpp20 namespace MyNamespace { namespace
25 using namespace MyNamespace; in b()
/llvm-project/clang/test/CodeGenHLSL/
H A Dexport.hlsl9 namespace MyNamespace {
/llvm-project/clang/test/Sema/
H A Dpragma-attribute-namespace.c7 #pragma clang attribute MyNamespace.push (__attribute__((annotate)), apply_to=function) // expected…
19 #pragma clang attribute MyNamespace.pop
/llvm-project/clang-tools-extra/test/modularize/Inputs/
H A DIncludeInNamespace.h1 namespace MyNamespace {
/llvm-project/clang/test/AST/HLSL/
H A Dexport.hlsl12 namespace MyNamespace {