Searched refs:CanPassInRegisters (Results 1 – 6 of 6) sorted by relevance
21 struct CanPassInRegisters { struct24 CanPassInRegisters(const CanPassInRegisters&) = default;
8 struct CanPassInRegisters { struct9 CanPassInRegisters(const CanPassInRegisters&) = default;
190 virtual bool CanPassInRegisters(const CompilerType &type) = 0;
641 if (return_compiler_type.GetTypeSystem()->CanPassInRegisters( in GetReturnValueObjectImpl()
631 bool CanPassInRegisters(const CompilerType &type) override;
3684 bool TypeSystemClang::CanPassInRegisters(const CompilerType &type) { in CanPassInRegisters() function in TypeSystemClang