OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMInt16TypeInContext
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm-c/
Core.h
350
LLVMTypeRef
LLVMInt16TypeInContext
(LLVMContextRef C);
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
193
return
LLVMInt16TypeInContext
(Context);
[
all
...]
/external/llvm/lib/VMCore/
Core.cpp
182
LLVMTypeRef
LLVMInt16TypeInContext
(LLVMContextRef C) {
202
return
LLVMInt16TypeInContext
(LLVMGetGlobalContext());
[
all
...]
Completed in 18 milliseconds