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

  /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/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'?}}
  /external/v8/test/cctest/
test-api.cc 3760 v8::Persistent<Value>& global_value = local
    [all...]

Completed in 323 milliseconds