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

12

/freebsd-11-stable/contrib/gdtoa/
H A Dhd_init.c49 hexdig_init_D2A(Void)
H A Dgdtoa.h51 #define Void /*nothing*/ macro
54 #define Void void macro
H A Dgdtoaimp.h619 extern void hexdig_init_D2A(Void);
649 extern int strtopQ ANSI((CONST char *, char **, Void *));
653 extern int strtopx ANSI((CONST char *, char **, Void *));
654 extern int strtopxL ANSI((CONST char *, char **, Void *));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h28 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
139 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
141 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
144 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
151 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp65 case PDB_BuiltinType::Void:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp27 {"void*", SimpleTypeKind::Void},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPConstants.cpp58 if (Void)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h102 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, Quad, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp40 {codeview::SimpleTypeKind::Void, PDB_BuiltinType::Void, 0},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp60 Type *Void; member in class:__anon2109::SIAnnotateControlFlow
141 Void = Type::getVoidTy(Context);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp29 case BuiltinType::Void:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp319 WebAssembly::BlockType ReturnType = WebAssembly::BlockType::Void;
410 .addImm(int64_t(WebAssembly::BlockType::Void));
579 .addImm(int64_t(WebAssembly::BlockType::Void));
1133 .addImm(int64_t(WebAssembly::BlockType::Void));
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp99 // Void appears as a return type (for store intrinsics, which are pure
103 Void, member in class:__anon961::Type::TypeKind
177 VoidType() : Type(TypeKind::Void) {}
182 static bool classof(const Type *T) { return T->typeKind() == TypeKind::Void; }
936 VoidType Void;
952 const VoidType *getVoidType() { return &Void; }
1039 if (R->getName() == "Void")
1267 // parameter type will be given as Void, which returns the empty
H A DNeonEmitter.cpp144 Void, enumerator in enum:__anon964::Type::TypeKind
160 : Kind(Void), Immediate(false), Constant(false),
165 : TS(std::move(TS)), Kind(Void), Immediate(false),
200 bool isVoid() const { return Kind == Void; }
838 Kind = Void;
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py321 class Void(AnonymousDef): class in inherits:AnonymousDef
326 cls._instance = super(Void, cls).__new__(
497 type = praw.optarg('type', Void())
498 if type != Void():
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h335 Void = 1, member in class:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h128 Void = 0x40, member in class:llvm::WebAssembly::BlockType
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp747 case SimpleTypeKind::Void:
800 case SimpleTypeKind::Void:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp325 .Case("void", WebAssembly::BlockType::Void)
605 addBlockTypeOperand(Operands, NameLoc, WebAssembly::BlockType::Void);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp741 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0));
973 case IITDescriptor::Void: return Type::getVoidTy(Context);
1080 // DecodeFixedType returns Void for IITDescriptor::Void and IITDescriptor::VarArg
1155 case IITDescriptor::Void: return !Ty->isVoidTy();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp48 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, Void, OS)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h85 Void, member in class:llvm::ms_demangle::PrimitiveKind
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp320 case BuiltinType::Void:
H A DNSAPI.cpp424 case BuiltinType::Void:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp125 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Void, "void");

Completed in 422 milliseconds

12