HomeSort by relevance Sort by last modified time
    Searched defs:fn (Results 51 - 75 of 693) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
literal-operators.cpp 16 void fn () { void operator "" _fn_good (const char *); } function
  /external/llvm/test/Bindings/OCaml/
analysis.ml 26 let fn = define_function "valid_fn" fty m in var
27 let at_entry = builder_at_end context (entry_block fn) in
37 if not (verify_function fn) then bomb "valid function failed verification!";
49 if verify_function fn then bomb "invalid function passed verification!";
bitreader.ml 22 let fn = Sys.argv.(1) in var
25 test (Llvm_bitwriter.write_bitcode_file m fn);
31 let mb = Llvm.MemoryBuffer.of_file fn in
43 let mb = Llvm.MemoryBuffer.of_file (fn ^ ".bogus") in
52 let mb = Llvm.MemoryBuffer.of_file fn in
63 let fn = fn ^ ".txt" in var
64 begin let oc = open_out fn in
72 let mb = Llvm.MemoryBuffer.of_file fn in
diagnostic_handler.ml 26 let fn = Sys.argv.(1) ^ ".txt" in var
27 begin let oc = open_out fn in
34 let mb = Llvm.MemoryBuffer.of_file fn in
scalar_opts.ml 41 let fn = define_function "fn" fty m in var
42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
83 ++ PassManager.run_function fn
vectorize.ml 41 let fn = define_function "fn" fty m in var
42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
analysis.ml 23 let fn = define_function "valid_fn" fty m in var
24 let at_entry = builder_at_end context (entry_block fn) in
34 if not (verify_function fn) then bomb "valid function failed verification!";
46 if verify_function fn then bomb "invalid function passed verification!";
bitreader.ml 15 let fn = Sys.argv.(1) in var
18 test (Llvm_bitwriter.write_bitcode_file m fn);
24 let mb = Llvm.MemoryBuffer.of_file fn in
36 let mb = Llvm.MemoryBuffer.of_file (fn ^ ".bogus") in
45 let mb = Llvm.MemoryBuffer.of_file fn in
56 let fn = fn ^ ".txt" in var
57 begin let oc = open_out fn in
65 let mb = Llvm.MemoryBuffer.of_file fn in
  /external/valgrind/drd/
drd_libstdcxx_intercepts.c 72 OrigFn fn; local
73 VALGRIND_GET_ORIG_FN(fn);
76 CALL_FN_W_W(ret, fn, guard);
97 OrigFn fn; local
98 VALGRIND_GET_ORIG_FN(fn);
101 CALL_FN_W_W(ret, fn, guard);
  /external/valgrind/memcheck/tests/
badjump2.c 39 unsigned long int fn[3]; local
40 fn[0] = 0;
41 fn[1] = 0;
42 fn[2] = 0;
44 void (*fn)(void) = 0;
46 ((void(*)(void)) fn) ();
wrap2.c 19 OrigFn fn; local
20 VALGRIND_GET_ORIG_FN(fn);
22 CALL_FN_W_W(r, fn, n);
wrap3.c 28 OrigFn fn; local
29 VALGRIND_GET_ORIG_FN(fn);
31 CALL_FN_W_W(r,fn,n);
39 OrigFn fn; local
40 VALGRIND_GET_ORIG_FN(fn);
42 CALL_FN_W_W(r,fn,n);
wrap4.c 32 OrigFn fn; local
33 VALGRIND_GET_ORIG_FN(fn);
35 CALL_FN_W_W(r, fn, n);
44 OrigFn fn; local
45 VALGRIND_GET_ORIG_FN(fn);
47 CALL_FN_W_W(r, fn, n);
  /frameworks/minikin/tests/perftests/
main.cpp 26 const char* fn = "/system/usr/icu/" U_ICUDATA_NAME ".dat"; local
27 int fd = open(fn, O_RDONLY);
  /prebuilts/go/darwin-x86/src/debug/dwarf/testdata/
ranges.c 8 void fn(int path) { function
23 fn(argc);
  /prebuilts/go/darwin-x86/src/math/rand/
normal.go 62 if fn[i]+float32(r.Float64())*(fn[i-1]-fn[i]) < float32(math.Exp(-.5*x*x)) {
130 var fn = [128]float32{ var
  /prebuilts/go/linux-x86/src/debug/dwarf/testdata/
ranges.c 8 void fn(int path) { function
23 fn(argc);
  /prebuilts/go/linux-x86/src/math/rand/
normal.go 62 if fn[i]+float32(r.Float64())*(fn[i-1]-fn[i]) < float32(math.Exp(-.5*x*x)) {
130 var fn = [128]float32{ var
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
testprog.c 12 fn (void) function
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel5.s 15 .ent fn
16 .type fn,@function
17 fn: label
57 .end fn
  /build/make/tools/droiddoc/templates-pdk/assets/
jquery-history.js 62 $.fn.history = function(fn) {
63 $(this).bind('history', fn);
66 $.fn.historyadd = function(fn) {
67 $(this).bind('historyadd', fn);
  /external/doclava/res/assets/templates/assets/
jquery-history.js 62 $.fn.history = function(fn) {
63 $(this).bind('history', fn);
66 $.fn.historyadd = function(fn) {
67 $(this).bind('historyadd', fn);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lround.c 39 #define fn lround macro
56 fn(type x) function
  /external/clang/test/Misc/
backend-stack-frame-diagnostics.cpp 64 auto fn = local
69 fn();
73 auto fn = local
78 fn();
  /external/compiler-rt/test/asan/TestCases/Posix/
start-deactivated.cc 42 typedef void (*Fn)();
59 void *fn = dlsym(dso, "do_another_bad_thing"); local
60 if (!fn) {
70 ((Fn)fn)();

Completed in 418 milliseconds

1 23 4 5 6 7 8 91011>>