Searched defs:compose (Results 1 – 7 of 7) sorted by relevance
892 template compose(fun...) in compose() function896 alias compose = unaryFun!(fun[0]); in compose() local913 alias compose = compose!(fun[0], compose!(fun[1 .. $])); in compose() local
7506 public dchar compose(dchar first, dchar second) pure nothrow @safe in compose() function
172 static Multilib compose(const Multilib &Base, const Multilib &New) { in compose() function
102 CodeGenSubRegIndex *compose(CodeGenSubRegIndex *Idx) const { in compose() function
1348 auto compose = [&SubRegAction] (const CodeGenSubRegIndex *Sub1, in computeComposites() local
1115 static __isl_give isl_map *compose(__isl_keep isl_map *map, int i, in compose() function
2219 static Substitution compose(const Substitution &first, in compose() function