Home
last modified time | relevance | path

Searched defs:CIC (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dblock-call.cpp14 …const int (^CIC) () = IFP; // OK - initializing 'const int (^)()' with an expression of type 'int… in main() local
/llvm-project/clang/test/Sema/
H A Dblock-call.c16 …const int (^CIC) () = IFP; // OK - initializing 'const int (^)()' with an expression of type 'int… in main() local
/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp109 const ConstIntIterator CIC(&Number); in TEST() local
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8017 const auto *CIC = cast<OpenACCCopyInClause>(C); writeOpenACCClause() local