Searched refs:GetBitFieldNameForBit (Results 1 – 2 of 2) sorted by relevance
637 std::string GetBitFieldNameForBit(int bitIndex) { in GetBitFieldNameForBit() function644 std::string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateGetBitInternal()653 std::string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateSetBitInternal()672 std::string varName = GetBitFieldNameForBit(bitIndex); in GenerateClearBit()
273 std::string GetBitFieldNameForBit(int bitIndex);