Searched refs:DefaultType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 243 enum ObjectType { DefaultType, SpillSlot, VariableSized }; 247 ObjectType Type = DefaultType; 273 IO.enumCase(Type, "default", MachineStackObject::DefaultType); 286 MachineStackObject::DefaultType); // Don't print the default type. 336 enum ObjectType { DefaultType, SpillSlot }; 338 ObjectType Type = DefaultType; 367 IO.enumCase(Type, "default", FixedMachineStackObject::DefaultType); 388 FixedMachineStackObject::DefaultType); // Don't print the default type.
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 71 bool DefaultType, IsScalable, Predicate, PredicatePattern, PrefetchOp, member in __anonc999c1430111::SVEType 80 Constant(false), Pointer(false), BFloat(false), DefaultType(false), in SVEType() 103 bool isDefault() const { return DefaultType; } in isDefault() 583 DefaultType = true; in applyModifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 416 : yaml::FixedMachineStackObject::DefaultType; in convertStackObjects() 451 : yaml::MachineStackObject::DefaultType; in convertStackObjects()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 4354 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType) in DwarfMacinfoTypeField() 4355 : MDUnsignedField(DefaultType, dwarf::DW_MACINFO_vendor_ext) {} in DwarfMacinfoTypeField()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 10060 llvm::Type *DefaultType = getSVEType(TypeFlags); in getSVEOverloadTypes() local 10063 return {DefaultType, Ops[1]->getType()}; in getSVEOverloadTypes() 10076 return {DefaultType}; in getSVEOverloadTypes()
|