Home
last modified time | relevance | path

Searched refs:DefaultType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp209 std::optional<QualType> DefaultType = getNthTemplateTypeArgFromVariant( in handleDefaultConstructor() local
211 if (!DefaultType) in handleDefaultConstructor()
215 State = State->set<VariantHeldTypeMap>(ThisMemRegion, *DefaultType); in handleDefaultConstructor()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h246 enum ObjectType { DefaultType, SpillSlot, VariableSized };
250 ObjectType Type = DefaultType;
276 IO.enumCase(Type, "default", MachineStackObject::DefaultType);
289 MachineStackObject::DefaultType); // Don't print the default type.
339 enum ObjectType { DefaultType, SpillSlot };
341 ObjectType Type = DefaultType;
370 IO.enumCase(Type, "default", FixedMachineStackObject::DefaultType);
391 FixedMachineStackObject::DefaultType); // Don't print the default type.
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDriverConfiguration2.h164 IN UINT32 DefaultType,
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp71 bool Immediate, Constant, Pointer, DefaultType, IsScalable; member in __anone51b860d0111::SVEType
79 DefaultType(false), IsScalable(true), Bitwidth(128), in SVEType()
99 bool isDefault() const { return DefaultType; } in isDefault()
659 DefaultType = true; in applyModifier()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp415 : yaml::FixedMachineStackObject::DefaultType; in convertStackObjects()
450 : yaml::MachineStackObject::DefaultType; in convertStackObjects()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp4420 llvm::Type *DefaultType = getSVEType(TypeFlags); in getSVEOverloadTypes() local
4423 return {DefaultType, Ops[1]->getType()}; in getSVEOverloadTypes()
4436 return {DefaultType}; in getSVEOverloadTypes()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4711 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType) in DwarfMacinfoTypeField()
4712 : MDUnsignedField(DefaultType, dwarf::DW_MACINFO_vendor_ext) {} in DwarfMacinfoTypeField()