OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declare_function
(Results
1 - 21
of
21
) sorted by null
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml
56
| None ->
declare_function
name ft the_module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml
56
| None ->
declare_function
name ft the_module
/external/clang/test/Index/
annotate-comments-objc.m
51
#define
DECLARE_FUNCTION
() \
57
DECLARE_FUNCTION
()
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
599
let fn =
declare_function
"Fn1" ty m in
603
insist (pointer_type ty2 == type_of (
declare_function
"Fn1" ty2 m));
604
insist (fn ==
declare_function
"Fn1" ty m);
614
let fn =
declare_function
"Fn2" ty m in
738
let fn =
declare_function
"X" ty m in
746
let fn =
declare_function
"X2" ty m in
751
let fn =
declare_function
"X3" ty m in
778
let f =
declare_function
"Temp" (function_type i32_type [| |]) m in
869
let fn =
declare_function
"X6" fty m in
880
let fn =
declare_function
"XA6" fty m i
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml
178
| None ->
declare_function
name ft the_module
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale.c
529
#define
DECLARE_FUNCTION
(name) \
534
#define
DECLARE_FUNCTION
(name) \
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
scale.c
529
#define
DECLARE_FUNCTION
(name) \
534
#define
DECLARE_FUNCTION
(name) \
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c
529
#define
DECLARE_FUNCTION
(name) \
534
#define
DECLARE_FUNCTION
(name) \
[
all
...]
/external/chromium_org/third_party/libyuv/source/
rotate.cc
26
#define
DECLARE_FUNCTION
(name) \
32
#define
DECLARE_FUNCTION
(name) \
37
#define
DECLARE_FUNCTION
(name) \
396
DECLARE_FUNCTION
(TransposeUVWx8_SSE2)
[
all
...]
/external/libyuv/files/source/
rotate.cc
26
#define
DECLARE_FUNCTION
(name) \
32
#define
DECLARE_FUNCTION
(name) \
37
#define
DECLARE_FUNCTION
(name) \
379
DECLARE_FUNCTION
(TransposeUVWx8_SSE2)
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml
196
| None ->
declare_function
name ft the_module
/external/vixl/src/a64/
macro-assembler-a64.h
211
#define
DECLARE_FUNCTION
(FN, REGTYPE, REG, OP) \
213
LS_MACRO_LIST(
DECLARE_FUNCTION
)
214
#undef
DECLARE_FUNCTION
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml
294
| None ->
declare_function
name ft the_module
/external/llvm/docs/tutorial/
OCamlLangImpl3.rst
251
| None ->
declare_function
name ft the_module
[
all
...]
OCamlLangImpl4.rst
744
| None ->
declare_function
name ft the_module
[
all
...]
OCamlLangImpl5.rst
[
all
...]
OCamlLangImpl6.rst
[
all
...]
OCamlLangImpl7.rst
[
all
...]
/external/chromium_org/v8/src/arm64/
macro-assembler-arm64.h
225
#define
DECLARE_FUNCTION
(FN, REGTYPE, REG, OP) \
227
LS_MACRO_LIST(
DECLARE_FUNCTION
)
228
#undef
DECLARE_FUNCTION
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
659
external
declare_function
: string -> lltype -> llmodule -> llvalue
[
all
...]
llvm.mli
1389
val
declare_function
: string -> lltype -> llmodule -> llvalue
var
[
all
...]
Completed in 1266 milliseconds