Searched refs:global_value (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/FixIt/
H A Dtypo.cpp70 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/
H A Dtest-api.cc3760 v8::Persistent<Value>& global_value = local
3762 CHECK(v8::Local<v8::Value>::New(isolate, global_value)->IsString());
3763 CHECK(global_string == v8::Persistent<String>::Cast(global_value));

Completed in 240 milliseconds