OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:var_fwd
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
debug-info-namespace.cpp
16
extern int
var_fwd
;
42
using B::
var_fwd
;
50
int
var_fwd
= i;
member in namespace:A::B
65
// CHECK: [[
VAR_FWD
:![0-9]+]] = distinct !DIGlobalVariable(name: "
var_fwd
",{{.*}} scope: [[NS]],
102
// CHECK: [[M15]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[
VAR_FWD
:![0-9]+]]
/external/llvm/test/DebugInfo/Generic/
namespace.ll
17
; CHECK: [[
VAR_FWD
:0x[0-9a-f]*]]:{{ *}}DW_TAG_variable
18
; CHECK-NEXT: DW_AT_name{{.*}}= "
var_fwd
"
131
; CHECK-NEXT: DW_AT_import{{.*}}=> {[[
VAR_FWD
]]})
164
; extern int
var_fwd
;
190
; using B::
var_fwd
;
198
; int
var_fwd
= i;
321
!32 = !DIGlobalVariable(name: "
var_fwd
", linkageName: "_ZN1A1B7var_fwdE", line: 44, isLocal: false, isDefinition: true, scope: !6, file: !18, type: !13, variable: i32* @_ZN1A1B7var_fwdE)
Completed in 836 milliseconds