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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test_7_2.c 23 int fun1(void);
32 return fun1();
plugin_test_7_1.c 23 int fun1(void);
36 int fun1(void) function
  /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);
warn-tautological-compare.cpp 65 void fun1();
79 if (fun1 == 0) {}
80 // expected-warning@-1{{comparison of function 'fun1' equal to a null pointer is always false}}
93 if (nullptr != fun1) {}
94 // expected-warning@-1{{comparison of function 'fun1' not equal to a null pointer is always true}}
member-expr.cpp 162 Vec fun1();
163 int test1() { return fun1.size(); } // expected-error {{base of member reference is a function; perhaps you meant to call it with no arguments}}
  /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>();
  /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 231 Handle<Object> fun1 = 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);");
389 Handle<JSFunction> fun1 = Handle<JSFunction>::cast( local
399 CHECK(fun1->IsOptimized() || !CcTest::i_isolate()->use_crankshaft());
401 CHECK_EQ(fun1->code(), fun2->code());
458 Handle<JSFunction> fun1 = Handle<JSFunction>::cast local
531 Handle<JSFunction> fun1 = Handle<JSFunction>::cast( local
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 3662 v8::Local<v8::Value> fun1, fun2; local
6197 Handle<JSFunction> fun1 = Handle<JSFunction>::cast(obj1); local
    [all...]

Completed in 828 milliseconds