| /llvm-project-15.0.7/libc/spec/ |
| H A D | gnu_ext.td | 25 RetValSpec<VoidType>, 77 RetValSpec<VoidType>,
|
| H A D | spec.td | 40 def VoidType : NamedType<"void">; 52 def VoidPtr : PtrType<VoidType>; 70 def VoidRestrictedPtr : RestrictedPtrType<VoidType>;
|
| H A D | stdc.td | 493 RetValSpec<VoidType>, 600 FunctionSpec<"abort", RetValSpec<NoReturn>, [ArgSpec<VoidType>]>, 617 …FunctionSpec<"qsort", RetValSpec<VoidType>, [ArgSpec<VoidPtr>, ArgSpec<SizeTType>, ArgSpec<SizeTTy… 631 FunctionSpec<"free", RetValSpec<VoidType>, [ArgSpec<VoidPtr>]>, 721 RetValSpec<VoidType>, 736 RetValSpec<VoidType>, 775 ArgSpec<VoidType>, 817 [ArgSpec<VoidType>]
|
| H A D | llvm_libc_ext.td | 10 RetValSpec<VoidType>,
|
| H A D | posix.td | 481 [ArgSpec<VoidType>] 579 RetValSpec<VoidType>, 584 RetValSpec<VoidType>,
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | properties.mm | 128 extern void* VoidType; 129 extern decltype(TestNonTrivialObj.p1 = NonTrivial1())* VoidType; 130 extern decltype(TestNonTrivialObj.p2 = NonTrivial2())* VoidType;
|
| /llvm-project-15.0.7/libc/src/string/memory_utils/ |
| H A D | address.h | 52 using VoidType = cpp::ConditionalType<!IS_WRITE, const void, void>; member 54 Address(VoidType *ptr) : ptr_(reinterpret_cast<PointeeType *>(ptr)) {} in Address()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | FunctionTest.cpp | 142 Type *VoidType(Type::getVoidTy(Context)); in TEST() local 143 FunctionType *FuncType(FunctionType::get(VoidType, false)); in TEST()
|
| H A D | ConstantsTest.cpp | 505 Type *VoidType(Type::getVoidTy(Context)); in foldFuncPtrAndConstToNull() local 506 FunctionType *FuncType(FunctionType::get(VoidType, false)); in foldFuncPtrAndConstToNull()
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir_test.go | 24 ftyp := FunctionType(VoidType(), nil, false)
|
| H A D | ir.go | 694 func (c Context) VoidType() (t Type) { t.C = C.LLVMVoidTypeInContext(c.C); return } func 698 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return } func 1347 ftyp := FunctionType(VoidType(), []Type{storage.Type(), md.Type()}, false)
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 178 class VoidType : public Type { class 180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anondd1c47770111::VoidType 970 VoidType Void; 986 const VoidType *getVoidType() { return &Void; } in getVoidType() 1096 if (isa<VoidType>(Param)) in getType()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMOpBase.td | 419 // Compatibility builder that takes an instance of wrapped llvm::VoidType
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNarrowingTest.cpp | 3449 TEST_P(ASTMatchersTest, VoidType) { in TEST_P() argument
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2873 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local 2891 if (TypeList[Record[0]] == VoidType) in parseConstants()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ProgrammersManual.rst | 3326 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and
|