Searched refs:CanPassInRegisters (Results 1 – 4 of 4) sorted by relevance
207 virtual bool CanPassInRegisters(const CompilerType &type) = 0;
643 if (ts && ts->CanPassInRegisters(return_compiler_type) && in GetReturnValueObjectImpl()
727 bool CanPassInRegisters(const CompilerType &type) override;
3686 bool TypeSystemClang::CanPassInRegisters(const CompilerType &type) { in CanPassInRegisters() function in TypeSystemClang