Searched refs:FunctionPointerType (Results 1 – 6 of 6) sorted by relevance
40 static const FunctionPointerType* GetFunctionPointerType( in GetFunctionPointerType()44 FunctionPointerType(code_type, argument_types, return_type)); in GetFunctionPointerType()109 Deduplicator<FunctionPointerType> function_pointer_types_;
165 class FunctionPointerType final : public Type {167 DECLARE_TYPE_BOILERPLATE(FunctionPointerType);185 friend size_t hash_value(const FunctionPointerType& p) { in hash_value()192 bool operator==(const FunctionPointerType& other) const {199 FunctionPointerType(const Type* parent, TypeVector parameter_types, in FunctionPointerType() function
83 std::string FunctionPointerType::ToExplicitString() const { in ToExplicitString()91 std::string FunctionPointerType::MangledName() const { in MangledName()
54 Builtin* FindSomeInternalBuiltinWithType(const FunctionPointerType* type);
100 const FunctionPointerType* type) { in FindSomeInternalBuiltinWithType()
1617 const FunctionPointerType* type = in GeneratePointerCall()1618 FunctionPointerType::cast(callee_result.type()); in GeneratePointerCall()