Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def30 __OMP_TYPE(Void)
102 __OMP_FUNCTION_TYPE(ParallelTask, true, Void, Int32Ptr, Int32Ptr)
103 __OMP_FUNCTION_TYPE(ReduceFunction, false, Void, VoidPtr, VoidPtr)
104 __OMP_FUNCTION_TYPE(CopyFunction, false, Void, VoidPtr, VoidPtr)
106 __OMP_FUNCTION_TYPE(KmpcDtor, false, Void, VoidPtr)
110 __OMP_FUNCTION_TYPE(ShuffleReduce, false, Void, VoidPtr, Int16, Int16, Int16)
111 __OMP_FUNCTION_TYPE(InterWarpCopy, false, Void, VoidPtr, Int32)
112 __OMP_FUNCTION_TYPE(GlobalList, false, Void, VoidPtr, Int32, VoidPtr)
193 __OMP_RTL(__kmpc_barrier, false, Void, IdentPtr, Int32)
196 __OMP_RTL(__kmpc_flush, false, Void, IdentPtr)
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DOpenCLBuiltins.td312 def Void : Type<"void", QualType<"Context.VoidTy">>;
804 def : Builtin<name, [Void, VectorType<Char, VSize>, Size, PointerType<Char, AS>]>;
805 def : Builtin<name, [Void, VectorType<UChar, VSize>, Size, PointerType<UChar, AS>]>;
806 def : Builtin<name, [Void, VectorType<Short, VSize>, Size, PointerType<Short, AS>]>;
807 def : Builtin<name, [Void, VectorType<UShort, VSize>, Size, PointerType<UShort, AS>]>;
808 def : Builtin<name, [Void, VectorType<Int, VSize>, Size, PointerType<Int, AS>]>;
809 def : Builtin<name, [Void, VectorType<UInt, VSize>, Size, PointerType<UInt, AS>]>;
810 def : Builtin<name, [Void, VectorType<Long, VSize>, Size, PointerType<Long, AS>]>;
811 def : Builtin<name, [Void, VectorType<ULong, VSize>, Size, PointerType<ULong, AS>]>;
812 def : Builtin<name, [Void, VectorType<Float, VSize>, Size, PointerType<Float, AS>]>;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h28 Void = 0x0003, // void enumerator
148 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } in Void() function
150 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32); in VoidPointer32()
153 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64); in VoidPointer64()
160 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer); in NullptrT()
/netbsd-src/lib/libc/gdtoa/test/
H A Ddt.c49 #define Void /*void*/ macro
51 #define Void void macro
150 baderrno(Void) in baderrno() argument
187 main(Void) in main() argument
H A DdItest.c54 main(Void) in main() argument
H A Dftest.c62 main(Void) in main() argument
H A Ddtest.c63 main(Void) in main() argument
H A DxLtest.c80 main(Void) in main() argument
H A Dxtest.c82 main(Void) in main() argument
H A Dddtest.c78 main(Void) in main() argument
H A DQtest.c81 main(Void) in main() argument
/netbsd-src/lib/libc/gdtoa/
H A Dgdtoa.h59 #define Void /*nothing*/ macro
62 #define Void void macro
H A Dhd_init.c51 hexdig_init_D2A(Void) in hexdig_init_D2A() argument
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp68 bool Float, Signed, Immediate, Void, Constant, Pointer, BFloat; member in __anon47288a980111::SVEType
76 : TS(TS), Float(false), Signed(true), Immediate(false), Void(false), in SVEType()
86 bool isVoidPointer() const { return Pointer && Void; } in isVoidPointer()
93 bool isVoid() const { return Void & !Pointer; } in isVoid()
428 if (Void) in str()
519 Void = true; in applyModifier()
715 Void = true; in applyModifier()
H A DRISCVVEmitter.cpp47 Void, enumerator
365 case ScalarTypeKind::Void: in initBuiltinStr()
479 case ScalarTypeKind::Void: in initTypeStr()
619 ScalarType = ScalarTypeKind::Void; in applyModifier()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp65 case PDB_BuiltinType::Void: in getTypeName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h28 Void = 0x40, enumerator
H A DWebAssemblyTypeUtilities.cpp57 .Case("void", WebAssembly::BlockType::Void) in parseBlockType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_mve.td23 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp27 {"void*", SimpleTypeKind::Void},
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp42 Type *Void; member in __anon5b8ad8ad0111::SIAnnotateControlFlow
125 Void = Type::getVoidTy(Context); in initialize()
/netbsd-src/external/bsd/bc/dist/
H A Dbc.y103 %token <i_value> UNARY_MINUS HistoryVar Void
374 | Void
H A Dscan.l241 void return(Void);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.h115 Void, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst124 Void = 0x0003, // void
193 would have a type index with ``Mode=NearPointer32, Kind=Void`` if built for
194 32-bits but a type index with ``Mode=NearPointer64, Kind=Void`` if built for

123