Searched refs:DefaultType (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdVariantChecker.cpp | 211 std::optional<QualType> DefaultType = getNthTemplateTypeArgFromVariant( in handleDefaultConstructor() local 213 if (!DefaultType) in handleDefaultConstructor() 217 State = State->set<VariantHeldTypeMap>(ThisMemRegion, *DefaultType); in handleDefaultConstructor()
|
/freebsd/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/contrib/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 71 bool DefaultType, IsScalable, Predicate, PredicatePattern, PrefetchOp, member in __anone51b860d0111::SVEType 80 Constant(false), Pointer(false), BFloat(false), DefaultType(false), in SVEType() 103 bool isDefault() const { return DefaultType; } in isDefault() 604 DefaultType = true; in applyModifier()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 419 : yaml::FixedMachineStackObject::DefaultType; in convertStackObjects() 454 : yaml::MachineStackObject::DefaultType; in convertStackObjects()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4610 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType) in DwarfMacinfoTypeField() 4611 : MDUnsignedField(DefaultType, dwarf::DW_MACINFO_vendor_ext) {} in DwarfMacinfoTypeField()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 10319 llvm::Type *DefaultType = getSVEType(TypeFlags); in getSVEOverloadTypes() local 10322 return {DefaultType, Ops[1]->getType()}; in getSVEOverloadTypes() 10335 return {DefaultType}; in getSVEOverloadTypes()
|