MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / FnDecl

Class FnDecl

ir/function.h:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 // TODO: Move this to a 'program' class
104public:
105 struct FnDecl {
106 std::string name;
107 std::vector<std::pair<Type*, ParamAttrs>> inputs;
108 bool is_varargs = false;
109 Type *output;
110 FnAttrs attrs;
111 unsigned hash() const;
112 };
113private:
114 std::vector<FnDecl> fn_decls;
115

Callers 1

syncDataWithSrcMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected