OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fun1
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/SemaCXX/
PR5086-ambig-resolution-enum.cpp
7
const char *
fun1
(int , enum E) const;
8
int
fun1
(unsigned, const char *) const;
13
const char *p = rc.
fun1
(BUFLEN - 2, C::e1);
member-expr.cpp
158
Vec
fun1
();
159
int test1() { return
fun1
.size(); } // expected-error {{base of member reference is a function; perhaps you meant to call it with no arguments}}
/external/chromium_org/v8/test/cctest/
test-compiler.cc
302
Handle<Object>
fun1
(fun1_object->ToObjectChecked(), isolate);
303
CHECK(
fun1
->IsJSFunction());
308
Handle<JSFunction>::cast(
fun1
),
383
Handle<JSFunction>
fun1
= v8::Utils::OpenHandle(
local
387
CHECK(
fun1
->IsOptimized()
388
|| !CcTest::i_isolate()->use_crankshaft() || !
fun1
->IsOptimizable());
391
CHECK_EQ(
fun1
->code(), fun2->code());
test-heap.cc
2794
v8::Local<v8::Value>
fun1
, fun2;
local
[
all
...]
/external/v8/test/cctest/
test-compiler.cc
304
Handle<Object>
fun1
(fun1_object->ToObjectChecked());
305
CHECK(
fun1
->IsJSFunction());
308
Execution::Call(Handle<JSFunction>::cast(
fun1
),
Completed in 49 milliseconds