OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMCountStructElementTypes
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
echo.cpp
121
unsigned EltCount =
LLVMCountStructElementTypes
(Src);
326
unsigned EltCount =
LLVMCountStructElementTypes
(Ty);
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
538
value Tys = caml_alloc_tuple_uninit(
LLVMCountStructElementTypes
(StructTy));
/src/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h
1336
unsigned
LLVMCountStructElementTypes
(LLVMTypeRef StructTy);
1342
* LLVMTypeRef at least
LLVMCountStructElementTypes
() long. After
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
659
func (t Type) StructElementTypesCount() int { return int(C.
LLVMCountStructElementTypes
(t.C)) }
/src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp
734
unsigned
LLVMCountStructElementTypes
(LLVMTypeRef StructTy) {
Completed in 25 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026