| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | OpenCLBuiltins.td | 263 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/ |
| HD | TypeIndex.h | 28 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/ |
| HD | OMPKinds.def | 114 __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/ |
| HD | gdtoa.h | 51 #define Void /*nothing*/ macro 54 #define Void void macro
|
| HD | gdtoaimp.h | 619 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 *));
|
| HD | hd_init.c | 49 hexdig_init_D2A(Void) in hexdig_init_D2A() argument
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | arm_mve.td | 23 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 …]
|
| HD | arm_mve_defs.td | 202 // 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/ |
| HD | PrettyBuiltinDumper.cpp | 65 case PDB_BuiltinType::Void: in getTypeName()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| HD | TypeIndex.cpp | 27 {"void*", SimpleTypeKind::Void},
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| HD | OMPConstants.cpp | 58 if (Void) in initializeTypes()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | SIAnnotateControlFlow.cpp | 60 Type *Void; member in __anon80b991b90111::SIAnnotateControlFlow 141 Void = Type::getVoidTy(Context); in initialize()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| HD | SymbolCache.cpp | 40 {codeview::SimpleTypeKind::Void, PDB_BuiltinType::Void, 0},
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Intrinsics.h | 102 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, Quad, enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyCFGStackify.cpp | 319 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/ |
| HD | MveEmitter.cpp | 103 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()
|
| HD | NeonEmitter.cpp | 144 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/ |
| HD | shlib-compat.py | 321 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/ |
| HD | PDBTypes.h | 335 Void = 1, enumerator
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTCommon.cpp | 29 case BuiltinType::Void: in TypeIdxFromBuiltin()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| HD | PdbUtil.cpp | 747 case SimpleTypeKind::Void: in GetCompilerTypeForSimpleKind() 800 case SimpleTypeKind::Void: in GetTypeSizeForSimpleKind()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| HD | WebAssemblyAsmParser.cpp | 325 .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/ |
| HD | CodeViewDebug.cpp | 1864 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/ |
| HD | Function.cpp | 741 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/ |
| HD | WebAssemblyMCTargetDesc.h | 128 Void = 0x40, enumerator
|