HomeSort by relevance Sort by last modified time
    Searched refs:global_variable (Results 1 - 7 of 7) 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/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>
  /cts/tests/tests/debug/libdebugtest/
android_debug_cts.cpp 99 static long global_variable = 0x47474747; variable
107 &global_variable, &stack_variable,
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp 48 TEST_F(MCJITTest, global_variable) {
  /external/v8/src/asmjs/
asm-typer.cc 828 bool global_variable = false; local
840 global_variable = true;
935 if (!global_variable) {
    [all...]

Completed in 289 milliseconds