OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_variable
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/CodeGenCXX/
debug-info-function-context.cpp
15
C
global_variable
;
variable
20
void global_namespace_function() {
global_variable
.member_function(); }
/external/llvm/test/DebugInfo/Inputs/
dwarfdump-pubnames.cc
21
C
global_variable
;
variable
29
global_variable
.member_function();
/external/lldb/examples/python/
globals.py
43
for
global_variable
in global_variable_list:
44
print 'name = %s' %
global_variable
.name # returns the global variable name as a string
45
print 'value = %s' %
global_variable
.value # Returns the variable value as a string
46
print 'type = %s' %
global_variable
.type # Returns an lldb.SBType object
47
print 'addr = %s' %
global_variable
.addr # Returns an lldb.SBAddress (section offset address) for this global
48
print 'file_addr = 0x%x' %
global_variable
.addr.file_addr # Returns the file virtual address for this global
49
print 'location = %s' %
global_variable
.location # returns the global variable value as a string
50
print 'size = %s' %
global_variable
.size # Returns the size in bytes of this global variable
/external/clang/test/Index/
comment-c-decls.c
26
int
global_variable
;
variable
27
// CHECK: <Declaration>int
global_variable
</Declaration>
format-comment-cdecls.c
21
int
global_variable
;
variable
22
// CHECK: <Declaration>int
global_variable
</Declaration>
/external/lldb/source/Expression/
IRForTarget.cpp
1056
GlobalVariable *
global_variable
= dyn_cast<GlobalVariable>(value);
local
1644
GlobalVariable *
global_variable
= dyn_cast<GlobalVariable>(classlist_reference);
local
[
all
...]
/external/lldb/include/lldb/Expression/
IRForTarget.h
435
/// @param[in]
global_variable
442
MaterializeInternalVariable (llvm::GlobalVariable *
global_variable
);
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp
47
TEST_F(MCJITTest,
global_variable
) {
/external/v8/test/cctest/
test-javascript-arm64.cc
96
TEST(
global_variable
) {
Completed in 1274 milliseconds