Searched refs:fn (Results 176 - 200 of 687) sorted by relevance

1234567891011>>

/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml532 let fn = define_function "use_function" ty m in var
533 let b = builder_at_end context (entry_block fn) in
535 let p1 = param fn 0 in
536 let p2 = param fn 1 in
559 let fn = define_function "user_function" ty m in var
560 let b = builder_at_end context (entry_block fn) in
562 let p1 = param fn 0 in
563 let p2 = param fn 1 in
599 let fn = declare_function "Fn1" ty m in var
600 insist (pointer_type ty = type_of fn);
614 let fn = declare_function "Fn2" ty m in var
620 let fn = define_function "Fn3" ty m in var
628 let fn = define_function "Fn4" ty m in var
642 let fn = define_function "Fn5" ty m in var
651 let fn = define_function "Fn6" ty m in var
738 let fn = declare_function "X" ty m in var
746 let fn = declare_function "X2" ty m in var
751 let fn = declare_function "X3" ty m in var
761 let fn = define_function "X4" ty m in var
769 let fn = define_function "X5" ty m in var
851 let fn = define_function "BuilderParent" fty m in var
869 let fn = declare_function "X6" fty m in var
880 let fn = declare_function "XA6" fty m in var
888 let fn = define_function "X7" fty m in var
1369 let fn = define_function "FunctionPassManager" fty m in var
[all...]
H A Danalysis.ml26 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!";
H A Dipo_opts.ml42 let fn = define_function "fn" fty m in var
44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
46 ignore (build_ret (build_call fn [| |] "" b) b);
H A Dscalar_opts.ml41 let fn = define_function "fn" fty m in var
42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
78 ++ PassManager.run_function fn
H A Dexecutionengine.ml27 let fn =
32 let b = builder_at_end (global_context ()) (entry_block fn) in
34 fn
37 let fn = define_function "plus" (function_type i32_type [| i32_type;
39 let b = builder_at_end (global_context ()) (entry_block fn) in
40 let add = build_add (param fn 0) (param fn 1) "sum" b in
/external/valgrind/main/callgrind/
H A Dclo.c318 static void update_fn_config1(fn_node* fn, fn_config* fnc) argument
321 fn->dump_before = (fnc->dump_before == CONFIG_TRUE);
324 fn->dump_after = (fnc->dump_after == CONFIG_TRUE);
327 fn->zero_before = (fnc->zero_before == CONFIG_TRUE);
330 fn->toggle_collect = (fnc->toggle_collect == CONFIG_TRUE);
333 fn->skip = (fnc->skip == CONFIG_TRUE);
336 fn->pop_on_jump = (fnc->pop_on_jump == CONFIG_TRUE);
339 fn->group = fnc->group;
342 fn->separate_callers = fnc->separate_callers;
345 fn
357 update_fn_config2(fn_node* fn, const HChar* name, config_node* node) argument
397 update_fn_config(fn_node* fn) argument
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_util.py44 def decorator(fn):
49 return fn(*args, **optargs)
/external/chromium_org/third_party/re2/util/
H A Dtest.h20 TestRegisterer(void (*fn)(void), const char *s) { argument
21 RegisterTest(fn, s);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.cc86 // Re-run fn until it doesn't cause EINTR.
87 #define NO_INTR(fn) do {} while ((fn) < 0 && errno == EINTR)
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.cc86 // Re-run fn until it doesn't cause EINTR.
87 #define NO_INTR(fn) do {} while ((fn) < 0 && errno == EINTR)
/external/chromium_org/tools/telemetry/
H A DPRESUBMIT.py38 def RunWithPrependedPath(prepended_path, fn, *args):
43 return fn(*args)
/external/chromium_org/ui/gl/
H A Dgl_implementation_ozone.cc57 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf;
58 ::gfx::g_driver_gl.fn.glDepthRangeFn = MarshalDepthRangeToDepthRangef;
/external/chromium_org/v8/test/mjsunit/
H A Dswitch.js352 function opt(fn) {
354 values.forEach(fn);
359 }).forEach(fn);
362 fn(feedback);
367 if (optimize) %OptimizeFunctionOnNextCall(fn);
369 return fn;
386 fn = switch_gen(clause_type, feedback, optimize);
432 assertEquals(fn(pair.value), pair.expected);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cc95 int call_pthread_cancel_with_cleanup(int(*fn)(void *c, void *m,
102 res = fn(c, m, abstime);
/external/fdlibm/
H A De_rem_pio2.c90 double z,w,t,r,fn; local
126 fn = (double)n;
127 r = t-fn*pio2_1;
128 w = fn*pio2_1t; /* 1st round good to 85 bit */
137 w = fn*pio2_2;
139 w = fn*pio2_2t-((t-r)-w);
144 w = fn*pio2_3;
146 w = fn*pio2_3t-((t-r)-w);
/external/llvm/tools/lli/
H A DRemoteTarget.cpp59 int (*fn)(void) = (int(*)(void))Address;
60 RetVal = fn();
/external/regex-re2/util/
H A Dtest.h20 TestRegisterer(void (*fn)(void), const char *s) { argument
21 RegisterTest(fn, s);
/external/valgrind/main/drd/tests/
H A Dfp_race_xml.stderr.exp45 <fn>main</fn>
68 <fn>main</fn>
/external/valgrind/main/tests/
H A Dfilter_xml_frames19 my $has_function_name = 0; # <fn>
47 $has_function_name = 1 if ($line =~ /<fn>/);
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
H A Dsdk_update_main.py45 def hook(fn):
46 fn.usage_more = more
47 return fn
51 def hide(fn):
52 fn.hide = True
53 return fn
370 cmds = [fn[3:] for fn in dir(sys.modules[__name__]) if fn.startswith('CMD')]
372 cmds = filter(lambda fn
[all...]
/external/clang/lib/CodeGen/
H A DCGCXX.cpp218 auto *fn = cast<llvm::Function>( local
220 setFunctionLinkage(GlobalDecl(ctor, ctorType), fn); local
222 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo); local
224 setFunctionDefinitionAttributes(ctor, fn);
225 SetLLVMFunctionAttributesForDefinition(ctor, fn);
275 auto *fn = cast<llvm::Function>( local
277 setFunctionLinkage(GlobalDecl(dtor, dtorType), fn); local
279 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo); local
281 setFunctionDefinitionAttributes(dtor, fn);
282 SetLLVMFunctionAttributesForDefinition(dtor, fn);
[all...]
/external/blktrace/
H A Dblkiomon.c68 char *fn; member in struct:output
110 if (!debug.fn)
134 if (!debug.fn)
239 if (!binary.fn)
249 fprintf(stderr, "blkiomon: could not write to %s\n", binary.fn);
251 binary.fn = NULL;
433 if (!drvdata.fn)
445 fprintf(stderr, "blkiomon: could not write to %s\n", drvdata.fn);
447 drvdata.fn = NULL;
530 if (!out->fn)
[all...]
/external/tcpdump/
H A Dprint-smb.c37 void (*fn)(const u_char *, const u_char *, const u_char *, const u_char *); member in struct:smbdescript
45 void (*fn)(const u_char *, const u_char *, int, int); member in struct:smbdescriptint
176 static struct smbfnsint *fn = &trans2_fns[0]; local
189 fn = smbfindint(EXTRACT_LE_16BITS(w + 14 * 2), trans2_fns);
192 printf("%s\n", fn->name);
203 printf("%s param_length=%d data_length=%d\n", fn->name, pcnt, dcnt);
216 f1 = fn->descript.req_f1;
217 f2 = fn->descript.req_f2;
222 f1 = fn->descript.rep_f1;
223 f2 = fn
802 struct smbfns *fn; local
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_tooliface.h45 #define VG_TDICT_CALL(fn, args...) \
46 ( tl_assert2(VG_(tdict).fn, \
47 "you forgot to set VgToolInterface function '" #fn "'"), \
48 VG_(tdict).fn(args) )
50 #define VG_TRACK(fn, args...) \
52 if (VG_(tdict).track_##fn) \
53 VG_(tdict).track_##fn(args); \
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dmisc.py53 def expensive(fn):
59 attr = "_cache_" + fn.__name__
61 """Inner fn that checks the cache."""
63 setattr(self, attr, fn(self))

Completed in 5561 milliseconds

1234567891011>>