Searched refs:myVal (Results 1 – 3 of 3) sorted by relevance
5 unsigned myVal:1; member16 myInstance->myVal = 1; in main()
164 static enum enumB myVal = enumB_X; variable167 …switch (myVal) { // expected-warning {{enumeration values 'enumB_X' and 'enumB_Z' not handled in s… in test_nested_switch()
52 int32_t myVal = get(i); in diffFrom() local59 …str = str + fieldName + UnicodeString("=")+myVal+UnicodeString(" not ")+theirVal+UnicodeString(", … in diffFrom()61 str = str + UnicodeString("some field") + "=" + myVal+" not " + theirVal+", "; in diffFrom()