Home
last modified time | relevance | path

Searched defs:void_type (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.conv/class.conv.ctor/
H A Dp1.cpp5 struct void_type struct
8 void_type(Arg0&&, Args&&...) { } in void_type() argument
/minix3/external/bsd/llvm/dist/llvm/test/Bindings/Ocaml/
H A Dlinker.ml17 let void_type = Llvm.void_type context var
H A Dpassmgr_builder.ml17 let void_type = Llvm.void_type context var
H A Dvectorize.ml18 let void_type = Llvm.void_type context var
H A Dscalar_opts.ml18 let void_type = Llvm.void_type context var
H A Dipo.ml18 let void_type = Llvm.void_type context var
H A Dcore.ml33 let void_type = Llvm.void_type context var
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli655 val void_type : llcontext -> lltype val