Searched refs:Void (Results 26 - 50 of 52) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp49 {codeview::SimpleTypeKind::Void, PDB_BuiltinType::Void, 0},
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp146 Void, enumerator in enum:__anon1220::Type::TypeKind
163 : Kind(Void), Immediate(false), Constant(false),
168 : TS(std::move(TS)), Kind(Void), Immediate(false),
203 bool isVoid() const { return Kind == Void; }
864 Kind = Void;
H A DMveEmitter.cpp101 // Void appears as a return type (for store intrinsics, which are pure
105 Void, member in class:__anon1217::Type::TypeKind
180 VoidType() : Type(TypeKind::Void) {}
186 static bool classof(const Type *T) { return T->typeKind() == TypeKind::Void; }
972 VoidType Void;
988 const VoidType *getVoidType() { return &Void; }
1078 if (R->getName() == "Void")
1329 // parameter type will be given as Void, which returns the empty
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp48 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, Void, OS)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h86 Void, member in class:llvm::ms_demangle::PrimitiveKind
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp130 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Void, "void");
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp320 case BuiltinType::Void:
H A DNSAPI.cpp424 case BuiltinType::Void:
H A DType.cpp2214 // Void is the only incomplete builtin type. Per C99 6.2.5p19, it can never
2936 case Void:
4100 case BuiltinType::Void:
H A DASTContext.cpp1280 InitBuiltinType(VoidTy, BuiltinType::Void);
1997 case BuiltinType::Void:
7216 case BuiltinType::Void: return 'v';
H A DMicrosoftMangle.cpp2306 case BuiltinType::Void:
H A DItaniumMangle.cpp2867 case BuiltinType::Void:
H A DExprConstant.cpp10885 Void = 0,
10940 case BuiltinType::Void:
10941 return GCCTypeClass::Void;
14361 // Void expression evaluation, primarily for a cast to void on the LHS of a
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp31 BTCASE(Void);
549 TKIND(Void);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1915 ReturnAndArgTypeIndices.back() == TypeIndex::Void()) {
1918 TypeIndex ReturnTypeIndex = TypeIndex::Void();
1949 TypeIndex ReturnTypeIndex = TypeIndex::Void();
1972 if (!ArgTypeIndices.empty() && ArgTypeIndices.back() == TypeIndex::Void())
2524 return TypeIndex::Void();
2576 return TypeIndex::Void();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp942 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0));
1187 case IITDescriptor::Void: return Type::getVoidTy(Context);
1292 // DecodeFixedType returns Void for IITDescriptor::Void and IITDescriptor::VarArg
1369 case IITDescriptor::Void: return !Ty->isVoidTy();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp716 addBlockTypeOperand(Operands, NameLoc, WebAssembly::BlockType::Void);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp438 case BuiltinType::Void:
H A DTargetInfo.cpp2808 if (k == BuiltinType::Void) {
10271 case BuiltinType::Void:
H A DItaniumCXXABI.cpp3214 case BuiltinType::Void:
H A DCGDebugInfo.cpp660 case BuiltinType::Void:
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp661 case BuiltinType::Void:
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h6959 return isSpecificBuiltinType(BuiltinType::Void);
7043 return BT->getKind() > BuiltinType::Void &&
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml29 | Void Constructor in type:TypeKind/t
H A Dllvm.mli66 Void

Completed in 686 milliseconds

123