Home
last modified time | relevance | path

Searched refs:isStdByteType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp183 if (Ty->isStdByteType()) in getTypeInfoHelper()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2728 bool Type::isStdByteType() const { in isStdByteType() function in Type
H A DExprConstant.cpp7002 bool IsStdByte = EnumSugar && EnumSugar->isStdByteType(); in visit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2099 bool isStdByteType() const; // C++17 std::byte