OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VoidType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp
178
class
VoidType
: public Type {
180
VoidType
() : Type(TypeKind::Void) {}
972
VoidType
Void;
988
const
VoidType
*getVoidType() { return &Void; }
1098
if (isa<
VoidType
>(Param))
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
694
func (c Context)
VoidType
() (t Type) { t.C = C.LLVMVoidTypeInContext(c.C); return }
698
func
VoidType
() (t Type) { t.C = C.LLVMVoidType(); return }
1381
ftyp := FunctionType(
VoidType
(), []Type{storage.Type(), md.Type()}, false)
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
2432
Type *
VoidType
= Type::getVoidTy(Context);
2450
if (TypeList[Record[0]] ==
VoidType
)
Completed in 34 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026