Home
last modified time | relevance | path

Searched refs:Void (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDOpenCLBuiltins.td263 def Void : Type<"void_t", QualType<"VoidTy">>;
725 … def : Builtin<name, [Void, VectorType<Char, VSize>, Size, PointerType<ConstType<Char>, AS>]>;
726 … def : Builtin<name, [Void, VectorType<UChar, VSize>, Size, PointerType<ConstType<UChar>, AS>]>;
727 … def : Builtin<name, [Void, VectorType<Short, VSize>, Size, PointerType<ConstType<Short>, AS>]>;
728 … def : Builtin<name, [Void, VectorType<UShort, VSize>, Size, PointerType<ConstType<UShort>, AS>]>;
729 def : Builtin<name, [Void, VectorType<Int, VSize>, Size, PointerType<ConstType<Int>, AS>]>;
730 … def : Builtin<name, [Void, VectorType<UInt, VSize>, Size, PointerType<ConstType<UInt>, AS>]>;
731 … def : Builtin<name, [Void, VectorType<Long, VSize>, Size, PointerType<ConstType<Long>, AS>]>;
732 … def : Builtin<name, [Void, VectorType<ULong, VSize>, Size, PointerType<ConstType<ULong>, AS>]>;
733 … def : Builtin<name, [Void, VectorType<Float, VSize>, Size, PointerType<ConstType<Float>, AS>]>;
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeIndex.h28 Void = 0x0003, // void enumerator
139 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } in Void() function
141 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32); in VoidPointer32()
144 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64); in VoidPointer64()
151 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer); in NullptrT()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMPKinds.def114 __OMP_TYPE(Void)
148 __OMP_FUNCTION_TYPE(ParallelTask, true, Void, Int32Ptr, Int32Ptr)
166 __OMP_RTL(__kmpc_barrier, false, Void, IdentPtr, Int32)
170 __OMP_RTL(__kmpc_fork_call, true, Void, IdentPtr, Int32, ParallelTaskPtr)
171 __OMP_RTL(__kmpc_push_num_threads, false, Void, IdentPtr, Int32,
173 __OMP_RTL(__kmpc_push_proc_bind, false, Void, IdentPtr, Int32, /* Int */ Int32)
174 __OMP_RTL(__kmpc_serialized_parallel, false, Void, IdentPtr, Int32)
175 __OMP_RTL(__kmpc_end_serialized_parallel, false, Void, IdentPtr, Int32)
/freebsd-11-stable/contrib/gdtoa/
HDgdtoa.h51 #define Void /*nothing*/ macro
54 #define Void void macro
HDgdtoaimp.h619 extern void hexdig_init_D2A(Void);
649 extern int strtopQ ANSI((CONST char *, char **, Void *));
653 extern int strtopx ANSI((CONST char *, char **, Void *));
654 extern int strtopxL ANSI((CONST char *, char **, Void *));
HDhd_init.c49 hexdig_init_D2A(Void) in hexdig_init_D2A() argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDarm_mve.td23 def "vst"#n#"q": Intrinsic<Void, (args Ptr<Scalar>, MultiVector<n>),
302 let params = [Void], pnt = PNT_None in {
383 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr,
388 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr,
400 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr,
405 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr,
417 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr,
423 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr,
474 Void, (args UVector:$addr, imm_mem7bit<size>:$offset, Vector:$data),
478 Void, (args UVector:$addr, imm_mem7bit<size>:$offset, Vector:$data,
[all …]
HDarm_mve_defs.td202 // The type Void can be used for the return type of an intrinsic, and as the
205 def Void : Type;
423 // [Void] if the intrinsic is not polymorphic at all.
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyBuiltinDumper.cpp65 case PDB_BuiltinType::Void: in getTypeName()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeIndex.cpp27 {"void*", SimpleTypeKind::Void},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPConstants.cpp58 if (Void) in initializeTypes()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIAnnotateControlFlow.cpp60 Type *Void; member in __anon80b991b90111::SIAnnotateControlFlow
141 Void = Type::getVoidTy(Context); in initialize()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDSymbolCache.cpp40 {codeview::SimpleTypeKind::Void, PDB_BuiltinType::Void, 0},
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsics.h102 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, Quad, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyCFGStackify.cpp319 WebAssembly::BlockType ReturnType = WebAssembly::BlockType::Void; in placeBlockMarker()
410 .addImm(int64_t(WebAssembly::BlockType::Void)); in placeLoopMarker()
579 .addImm(int64_t(WebAssembly::BlockType::Void)); in placeTryMarker()
1133 .addImm(int64_t(WebAssembly::BlockType::Void)); in fixUnwindMismatches()
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
HDMveEmitter.cpp103 Void, enumerator
177 VoidType() : Type(TypeKind::Void) {} in VoidType()
182 static bool classof(const Type *T) { return T->typeKind() == TypeKind::Void; } in classof()
936 VoidType Void; member in __anon8edc465e0111::MveEmitter
952 const VoidType *getVoidType() { return &Void; } in getVoidType()
HDNeonEmitter.cpp144 Void, enumerator
160 : Kind(Void), Immediate(false), Constant(false), in Type()
165 : TS(std::move(TS)), Kind(Void), Immediate(false), in Type()
200 bool isVoid() const { return Kind == Void; } in isVoid()
838 Kind = Void; in applyModifiers()
/freebsd-11-stable/tools/tools/shlib-compat/
HDshlib-compat.py321 class Void(AnonymousDef): class
326 cls._instance = super(Void, cls).__new__(
497 type = praw.optarg('type', Void())
498 if type != Void():
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBTypes.h335 Void = 1, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTCommon.cpp29 case BuiltinType::Void: in TypeIdxFromBuiltin()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp747 case SimpleTypeKind::Void: in GetCompilerTypeForSimpleKind()
800 case SimpleTypeKind::Void: in GetTypeSizeForSimpleKind()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
HDWebAssemblyAsmParser.cpp325 .Case("void", WebAssembly::BlockType::Void) in parseBlockType()
605 addBlockTypeOperand(Operands, NameLoc, WebAssembly::BlockType::Void); in ParseInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp1864 ReturnAndArgTypeIndices.back() == TypeIndex::Void()) { in lowerTypeFunction()
1867 TypeIndex ReturnTypeIndex = TypeIndex::Void(); in lowerTypeFunction()
1898 TypeIndex ReturnTypeIndex = TypeIndex::Void(); in lowerTypeMemberFunction()
1921 if (!ArgTypeIndices.empty() && ArgTypeIndices.back() == TypeIndex::Void()) in lowerTypeMemberFunction()
2461 return TypeIndex::Void(); in getTypeIndex()
2513 return TypeIndex::Void(); in getCompleteTypeIndex()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp741 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0)); in DecodeIITType()
973 case IITDescriptor::Void: return Type::getVoidTy(Context); in DecodeFixedType()
1155 case IITDescriptor::Void: return !Ty->isVoidTy(); in matchIntrinsicType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
HDWebAssemblyMCTargetDesc.h128 Void = 0x40, enumerator

123