OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fun1
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/CodeGenCXX/
PR20038.cpp
9
// CHECK: [[
FUN1
:.*]] = distinct !DISubprogram(name: "
fun1
",{{.*}} isDefinition: true
11
// CHECK: [[DTOR_CALL1_LOC]] = !DILocation(line: [[@LINE+1]], scope: [[
FUN1
]])
12
void
fun1
() { b && (C(), 1); }
function
mangle.cpp
1034
decltype(S1<T>().~S1<T>())
fun1
() {};
function in namespace:test51
1049
template void
fun1
<int>();
/toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test_7_1.c
23
int
fun1
(void);
36
int
fun1
(void)
function
/external/clang/test/Sema/
alias-redefinition.c
7
void
fun1
() {} // expected-note {{previous definition}}
function
8
void
fun1
(void) __attribute((alias("f1"))); // expected-error {{redefinition of '
fun1
'}}
/external/v8/test/cctest/
test-compiler.cc
232
Handle<Object>
fun1
= Object::GetProperty(
local
234
CHECK(
fun1
->IsJSFunction());
239
Handle<JSFunction>::cast(
fun1
),
299
"
fun1
= fun;"
300
"function f(a) { a(); } f(
fun1
);");
318
CompileRun("%OptimizeFunctionOnNextCall(f); f(
fun1
);");
387
Handle<JSFunction>
fun1
= Handle<JSFunction>::cast(
local
397
CHECK(
fun1
->IsOptimized() || !CcTest::i_isolate()->use_crankshaft());
399
CHECK_EQ(
fun1
->code(), fun2->code());
458
Handle<JSFunction>
fun1
= Handle<JSFunction>::cast
local
533
Handle<JSFunction>
fun1
= Handle<JSFunction>::cast(
local
[
all
...]
/external/v8/test/cctest/heap/
test-heap.cc
3609
v8::Local<v8::Value>
fun1
, fun2;
local
3719
v8::Local<v8::Value>
fun1
;
local
6245
Handle<JSFunction>
fun1
= Handle<JSFunction>::cast(obj1);
local
[
all
...]
Completed in 507 milliseconds