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