Searched refs:CIC (Results 1 – 3 of 3) sorted by relevance
14 …const int (^CIC) () = IFP; // OK - initializing 'const int (^)()' with an expression of type 'int… in main() local16 const int (^CICC) () = CIC; in main()
16 …const int (^CIC) () = IFP; // OK - initializing 'const int (^)()' with an expression of type 'int… in main() local18 const int (^CICC) () = CIC; in main()
107 const ConstIntIterator CIC(&Number); in TEST() local111 EXPECT_EQ(false, canAssignFromInt(*CIC)); // const int *const in TEST()117 EXPECT_EQ(1, *CIC); in TEST()