HomeSort by relevance Sort by last modified time
    Searched full:global_value (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/libbcc/tests/debuginfo/target-tests/
global_int.rs 9 // DEBUGGER: p global_value
18 int global_value = 1;
43 global_value += 10;
47 global_zero += global_value;
  /external/clang/test/FixIt/
typo.cpp 70 int global_value; // expected-note{{'global_value' declared here}} variable
75 return *i + *ptr + global_val; // expected-error{{use of undeclared identifier 'global_val'; did you mean 'global_value'?}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 356 tree global_value = namespace_binding (id, global_namespace);
357 if (global_value)
358 *decl = global_value;
359 return global_value != NULL;
367 tree global_value = namespace_binding (id, global_namespace);
369 return global_value && TREE_CODE (global_value) == TYPE_DECL;
353 tree global_value = namespace_binding (id, global_namespace); local
364 tree global_value = namespace_binding (id, global_namespace); local
  /external/llvm/test/CodeGen/MIR/X86/
memory-operands.mir 98 define i32 @global_value() {
376 name: global_value
381 ; CHECK-LABEL: name: global_value
  /external/v8/test/cctest/
test-api.cc 4330 v8::Persistent<Value>& global_value = local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ChangeLog-0001     [all...]
ChangeLog-9193     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 1248 milliseconds