Searched refs:Void (Results 1 - 25 of 52) sorted by relevance

123

/netbsd-current/lib/libc/gdtoa/
H A Dhd_init.c51 hexdig_init_D2A(Void)
H A Dgdtoa.h59 #define Void /*nothing*/ macro
62 #define Void void macro
H A Dgdtoaimp.h609 extern void hexdig_init_D2A(Void);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h28 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
148 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
150 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
153 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
160 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer);
/netbsd-current/lib/libc/gdtoa/test/
H A DdItest.c54 main(Void)
H A Ddt.c49 #define Void /*void*/ macro
51 #define Void void macro
150 baderrno(Void)
187 main(Void)
H A Ddtest.c63 main(Void)
H A Dftest.c62 main(Void)
H A DQtest.c81 main(Void)
H A Dddtest.c78 main(Void)
H A DxLtest.c80 main(Void)
H A Dxtest.c82 main(Void)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp65 case PDB_BuiltinType::Void:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h28 Void = 0x40, member in class:llvm::WebAssembly::BlockType
H A DWebAssemblyTypeUtilities.cpp57 .Case("void", WebAssembly::BlockType::Void)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp27 {"void*", SimpleTypeKind::Void},
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp68 bool Float, Signed, Immediate, Void, Constant, Pointer, BFloat; member in class:__anon1223::SVEType
76 : TS(TS), Float(false), Signed(true), Immediate(false), Void(false),
86 bool isVoidPointer() const { return Pointer && Void; }
93 bool isVoid() const { return Void & !Pointer; }
428 if (Void)
519 Void = true;
715 Void = true;
H A DRISCVVEmitter.cpp47 Void,
365 case ScalarTypeKind::Void:
479 case ScalarTypeKind::Void:
619 ScalarType = ScalarTypeKind::Void;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.h115 Void, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/netbsd-current/external/bsd/bc/dist/
H A Dscan.l241 void return(Void);
H A Dbc.y103 %token <i_value> UNARY_MINUS HistoryVar Void
374 | Void
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp42 Type *Void; member in class:__anon2253::SIAnnotateControlFlow
125 Void = Type::getVoidTy(Context);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp354 WebAssembly::BlockType ReturnType = WebAssembly::BlockType::Void;
437 .addImm(int64_t(WebAssembly::BlockType::Void));
607 .addImm(int64_t(WebAssembly::BlockType::Void));
894 .addImm(int64_t(WebAssembly::BlockType::Void));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp29 case BuiltinType::Void:
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h337 Void = 1, member in class:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType

Completed in 191 milliseconds

123