OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugCXX
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Modules/
ModuleDebugInfo.cpp
13
// RUN: %clang_cc1 -triple %itanium_abi_triple -x c++ -std=c++11 -emit-pch -fmodule-format=obj -I %S/Inputs -o %t.pch %S/Inputs/
DebugCXX
.h -mllvm -debug-only=pchcontainer &>%t-pch.ll
18
@import
DebugCXX
;
28
// CHECK: !DINamespace(name: "
DebugCXX
"
60
// CHECK-SAME: name: "Template<int,
DebugCXX
::traits<int> >"
73
// CHECK-SAME: name: "Template<long,
DebugCXX
::traits<long> >"
81
// CHECK-SAME: name: "Template<float,
DebugCXX
::traits<float> >"
ExtDebugInfo.cpp
15
// RUN: -o %t.pch %S/Inputs/
DebugCXX
.h
24
@import
DebugCXX
;
27
using
DebugCXX
::Struct;
30
DebugCXX
::Enum e;
33
DebugCXX
::Template<long> implicitTemplate;
34
DebugCXX
::Template<int> explicitTemplate;
35
DebugCXX
::FloatInstantiation typedefTemplate;
36
DebugCXX
::B anchoredTemplate;
42
auto anon_enum =
DebugCXX
::e2;
76
// CHECK: ![[NS]] = !DINamespace(name: "
DebugCXX
", scope: ![[MOD:[0-9]+]]
[
all
...]
/external/clang/test/Modules/Inputs/
DebugCXX.h
2
namespace
DebugCXX
{
Completed in 522 milliseconds