Searched refs:DefaultType (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdVariantChecker.cpp | 209 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 D | MIRYamlMapping.h | 246 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 D | DriverConfiguration2.h | 164 IN UINT32 DefaultType,
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 71 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 D | MIRPrinter.cpp | 415 : yaml::FixedMachineStackObject::DefaultType; in convertStackObjects() 450 : yaml::MachineStackObject::DefaultType; in convertStackObjects()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | ARM.cpp | 4420 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 D | LLParser.cpp | 4711 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType) in DwarfMacinfoTypeField() 4712 : MDUnsignedField(DefaultType, dwarf::DW_MACINFO_vendor_ext) {} in DwarfMacinfoTypeField()
|