| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 31 __OMP_TYPE(Void) 115 __OMP_FUNCTION_TYPE(ParallelTask, true, Void, Int32Ptr, Int32Ptr) 116 __OMP_FUNCTION_TYPE(ReduceFunction, false, Void, VoidPtr, VoidPtr) 117 __OMP_FUNCTION_TYPE(CopyFunction, false, Void, VoidPtr, VoidPtr) 119 __OMP_FUNCTION_TYPE(KmpcDtor, false, Void, VoidPtr) 123 __OMP_FUNCTION_TYPE(ShuffleReduce, false, Void, VoidPtr, Int16, Int16, Int16) 124 __OMP_FUNCTION_TYPE(InterWarpCopy, false, Void, VoidPtr, Int32) 125 __OMP_FUNCTION_TYPE(GlobalList, false, Void, VoidPtr, Int32, VoidPtr) 206 __OMP_RTL(__kmpc_barrier, false, Void, IdentPtr, Int32) 209 __OMP_RTL(__kmpc_error, false, Void, IdentPtr, Int32, Int8Ptr) [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 380 def Void : Type<"void", QualType<"Context.VoidTy">>; 870 def : Builtin<name, [Void, VectorType<Char, VSize>, Size, PointerType<Char, AS>]>; 871 def : Builtin<name, [Void, VectorType<UChar, VSize>, Size, PointerType<UChar, AS>]>; 872 def : Builtin<name, [Void, VectorType<Short, VSize>, Size, PointerType<Short, AS>]>; 873 def : Builtin<name, [Void, VectorType<UShort, VSize>, Size, PointerType<UShort, AS>]>; 874 def : Builtin<name, [Void, VectorType<Int, VSize>, Size, PointerType<Int, AS>]>; 875 def : Builtin<name, [Void, VectorType<UInt, VSize>, Size, PointerType<UInt, AS>]>; 876 def : Builtin<name, [Void, VectorType<Long, VSize>, Size, PointerType<Long, AS>]>; 877 def : Builtin<name, [Void, VectorType<ULong, VSize>, Size, PointerType<ULong, AS>]>; 878 def : Builtin<name, [Void, VectorType<Float, VSize>, Size, PointerType<Float, AS>]>; [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 29 Void = 0x0003, // void enumerator 150 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } in Void() function 152 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32); in VoidPointer32() 155 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64); in VoidPointer64() 162 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer); in NullptrT()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 67 TLI_DEFINE_SIG_INTERNAL(Void, Ptr) 72 TLI_DEFINE_SIG_INTERNAL(Void, Ptr, Ptr) 77 TLI_DEFINE_SIG_INTERNAL(Void, Ptr, Int) 82 TLI_DEFINE_SIG_INTERNAL(Void, Ptr) 87 TLI_DEFINE_SIG_INTERNAL(Void, Ptr, Ptr) 92 TLI_DEFINE_SIG_INTERNAL(Void, Ptr, LLong) 117 TLI_DEFINE_SIG_INTERNAL(Void, Ptr) 122 TLI_DEFINE_SIG_INTERNAL(Void, Ptr, Ptr) 127 TLI_DEFINE_SIG_INTERNAL(Void, Ptr, Int) 132 TLI_DEFINE_SIG_INTERNAL(Void, Ptr) [all …]
|
| /freebsd/contrib/gdtoa/ |
| H A D | gdtoa.h | 51 #define Void /*nothing*/ macro 54 #define Void void macro
|
| H A D | 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 *));
|
| H A D | hd_init.c | 49 hexdig_init_D2A(Void) in hexdig_init_D2A() argument
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/des/doc/ |
| H A D | libdes.doc | 78 Does not return any meaningful value. Void is not used for compatibility 112 No errors or meaningful value are returned. Void is not used for 133 No meaningful value is returned. Void is not used for compatibility 152 No meaningful value is returned. Void is not used for compatibility
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyBuiltinDumper.cpp | 65 case PDB_BuiltinType::Void: in getTypeName()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstShared.h | 34 Void = 0, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyMCTypeUtilities.h | 27 Void = 0x40, enumerator
|
| H A D | WebAssemblyMCTypeUtilities.cpp | 45 .Case("void", WebAssembly::BlockType::Void) in parseBlockType()
|
| /freebsd/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 141 case ScalarTypeKind::Void: in initBuiltinStr() 271 case ScalarTypeKind::Void: in initTypeStr() 440 PT = BaseTypeModifier::Void; in parsePrototypeDescriptor() 678 case BaseTypeModifier::Void: in applyModifier() 679 ScalarType = ScalarTypeKind::Void; in applyModifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 27 {"void*", SimpleTypeKind::Void},
|
| H A D | TypeRecordHelpers.cpp | 77 case SimpleTypeKind::Void: in getSizeInBytesForTypeIndex()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_mve.td | 23 def "vst"#n#"q": Intrinsic<Void, (args Ptr<Scalar>, MultiVector<n>), 805 let params = [Void], pnt = PNT_None in { 886 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr, 891 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr, 903 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr, 908 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr, 920 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr, 926 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr, 977 Void, (args UVector:$addr, imm_mem7bit<size>:$offset, Vector:$data), 981 Void, (args UVector:$addr, imm_mem7bit<size>:$offset, Vector:$data, [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 58 Void, enumerator 98 bool isVoid() const { return Kind == Void; } in isVoid() 450 case TypeKind::Void: in builtinBaseType() 540 case TypeKind::Void: in str() 655 Kind = Void; in applyModifier() 818 Kind = Void; in applyModifier() 866 Kind = Void; in applyModifier()
|
| H A D | MveEmitter.cpp | 105 Void, enumerator 180 VoidType() : Type(TypeKind::Void) {} in VoidType() 186 static bool classof(const Type *T) { return T->typeKind() == TypeKind::Void; } in classof() 969 VoidType Void; member in __anon819a2c470111::EmitterBase 985 const VoidType *getVoidType() { return &Void; } in getVoidType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 83 Void, enumerator 221 Void, enumerator
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | allocator_config_wrapper.h | 32 template <typename Config, typename Void = void> struct NAME##Type { \
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIAnnotateControlFlow.cpp | 45 Type *Void; member in __anon9f980a420111::SIAnnotateControlFlow 115 Void = Type::getVoidTy(Context); in initialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGStackify.cpp | 386 WebAssembly::BlockType ReturnType = WebAssembly::BlockType::Void; in placeBlockMarker() 473 .addImm(int64_t(WebAssembly::BlockType::Void)); in placeLoopMarker() 639 .addImm(int64_t(WebAssembly::BlockType::Void)); in placeTryMarker() 848 .addImm(int64_t(WebAssembly::BlockType::Void)) in placeTryTableMarker() 892 BlockMIB.addImm(int64_t(WebAssembly::BlockType::Void)); in placeTryTableMarker() 1202 .addImm(int64_t(WebAssembly::BlockType::Void)); in addNestedTryDelegate() 1416 .addImm(int64_t(WebAssembly::BlockType::Void)) in addNestedTryTable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.h | 143 Void, enumerator
|
| /freebsd/tools/tools/shlib-compat/ |
| H A D | shlib-compat.py | 320 class Void(AnonymousDef): class 325 cls._instance = super(Void, cls).__new__( 496 type = praw.optarg('type', Void()) 497 if type != Void():
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 61 Void = 0, // Must be zero. enumerator 1027 case Void: in matchType() 1185 if (Idx && TyID == Void) in isValidProtoForLibFunc() 1194 assert(Idx == ProtoTypes.size() - 1 || ProtoTypes[Idx + 1] == Void); in isValidProtoForLibFunc()
|