Home
last modified time | relevance | path

Searched defs:OCT (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/test/src/__support/
H A Dinteger_to_string_test.cpp256 using OCT = IntegerToString<int8_t, Oct>; in TEST() typedef
267 using OCT = IntegerToString<uint8_t, Oct::WithWidth<4>>; in TEST() typedef
279 using OCT = IntegerToString<uint8_t, Oct::WithPrefix>; in TEST() typedef
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp453 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType() local
H A DRewriteModernObjC.cpp546 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType(); isObjCType() local