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