OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_pointer_null
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
192
(* CHECK:
const_pointer_null
= global i64* null
194
let c =
const_pointer_null
(pointer_type i64_type) in
195
ignore (define_global "
const_pointer_null
" c m);
348
let elts = [| const_int i32_type 4;
const_pointer_null
pty |] in
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
652
(** [
const_pointer_null
ty] returns the constant null (zero) pointer of the type
654
val
const_pointer_null
: lltype -> llvalue
var
[
all
...]
llvm.ml
378
external
const_pointer_null
: lltype -> llvalue = "LLVMConstPointerNull"
[
all
...]
Completed in 57 milliseconds