Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTypeUtilities.h27 Void = 0x40, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h29 Void = 0, enumerator
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Support/
H A DDXILABI.h27 Void, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h120 Void, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp43 Type *Void; member in __anon9f980a420111::SIAnnotateControlFlow
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h83 Void, enumerator
221 Void, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp61 Void = 0, // Must be zero. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h337 Void = 1, enumerator
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp105 Void, enumerator
971 VoidType Void; member in __anon819a2c470111::EmitterBase
H A DSveEmitter.cpp70 bool Float, Signed, Immediate, Void, Constant, Pointer, BFloat; member in __anone51b860d0111::SVEType
H A DNeonEmitter.cpp145 Void, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h86 Void, enumerator
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py320 class Void(AnonymousDef): class
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc720 TEST(PrintPointerToBuiltInTypeTest, Void) { in TEST() argument