| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 30 __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 D | OpenCLBuiltins.td | 312 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 D | TypeIndex.h | 28 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 D | dt.c | 49 #define Void /*void*/ macro 51 #define Void void macro 150 baderrno(Void) in baderrno() argument 187 main(Void) in main() argument
|
| H A D | dItest.c | 54 main(Void) in main() argument
|
| H A D | ftest.c | 62 main(Void) in main() argument
|
| H A D | dtest.c | 63 main(Void) in main() argument
|
| H A D | xLtest.c | 80 main(Void) in main() argument
|
| H A D | xtest.c | 82 main(Void) in main() argument
|
| H A D | ddtest.c | 78 main(Void) in main() argument
|
| H A D | Qtest.c | 81 main(Void) in main() argument
|
| /netbsd-src/lib/libc/gdtoa/ |
| H A D | gdtoa.h | 59 #define Void /*nothing*/ macro 62 #define Void void macro
|
| H A D | hd_init.c | 51 hexdig_init_D2A(Void) in hexdig_init_D2A() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 68 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 D | RISCVVEmitter.cpp | 47 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 D | PrettyBuiltinDumper.cpp | 65 case PDB_BuiltinType::Void: in getTypeName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyTypeUtilities.h | 28 Void = 0x40, enumerator
|
| H A D | WebAssemblyTypeUtilities.cpp | 57 .Case("void", WebAssembly::BlockType::Void) in parseBlockType()
|
| /netbsd-src/external/apache2/llvm/dist/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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 27 {"void*", SimpleTypeKind::Void},
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIAnnotateControlFlow.cpp | 42 Type *Void; member in __anon5b8ad8ad0111::SIAnnotateControlFlow 125 Void = Type::getVoidTy(Context); in initialize()
|
| /netbsd-src/external/bsd/bc/dist/ |
| H A D | bc.y | 103 %token <i_value> UNARY_MINUS HistoryVar Void 374 | Void
|
| H A D | scan.l | 241 void return(Void);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Intrinsics.h | 115 Void, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 124 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
|