Searched refs:PrioritySuffix (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp369 std::string PrioritySuffix = llvm::utostr(Priority); local
371 PrioritySuffix = std::string(6-PrioritySuffix.size(), '0')+PrioritySuffix;
374 "_GLOBAL__I_" + PrioritySuffix);

Completed in 128 milliseconds