Searched defs:CompiledFragmentImpl (Results 1 – 1 of 1) sorted by relevance
68 struct CompiledFragmentImpl { struct74 std::vector<llvm::unique_function<bool(const Params &) const>> Conditions;78 Apply;80 bool operator()(const Params &P, Config &C) const { in operator ()()