Home
last modified time | relevance | path

Searched defs:Void (Results 1 – 16 of 16) sorted by relevance

/freebsd-src/contrib/gdtoa/
H A Dhd_init.c49 hexdig_init_D2A(Void) in hexdig_init_D2A() argument
H A Dgdtoa.h51 #define Void /*nothing*/ macro
54 #define Void void macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTypeUtilities.h27 Void = 0x40, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h26 Void = 0, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h28 Void = 0x0003, // void enumerator
149 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } in Void() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h112 Void, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp43 Type *Void; member in __anon5f4f76d40111::SIAnnotateControlFlow
/freebsd-src/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h83 Void, enumerator
221 Void, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp58 Void = 0, // Must be zero. global() enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h337 Void = 1, enumerator
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp105 Void, enumerator
970 VoidType Void; global() member in __anon3961c3990111::EmitterBase
H A DSveEmitter.cpp70 bool Float, Signed, Immediate, Void, Constant, Pointer, BFloat; member in __anon9ce31d5f0111::SVEType
H A DNeonEmitter.cpp145 Void, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h86 Void, enumerator
/freebsd-src/tools/tools/shlib-compat/
H A Dshlib-compat.py320 class Void(AnonymousDef): class
/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc715 TEST(PrintPointerToBuiltInTypeTest,Void) TEST() argument