Home
last modified time | relevance | path

Searched refs:AddToGroup (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/cgpt/
Dcgpt_prioritize.c54 static void AddToGroup(group_list_t *gl, int priority, int partition) { in AddToGroup() function
155 AddToGroup(groups, priority, i); // we'll move them all later in CgptPrioritize()
157 AddToGroup(groups, 99, i); // move only this one in CgptPrioritize()
159 AddToGroup(groups, priority, i); // just remember in CgptPrioritize()
/external/llvm-project/clang-tools-extra/clang-apply-replacements/lib/Tooling/
DApplyReplacements.cpp154 auto AddToGroup = [&](const tooling::Replacement &R, in groupReplacements() local
177 AddToGroup(R, nullptr); in groupReplacements()
184 AddToGroup(R, &TU); in groupReplacements()