Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTBAA.cpp155 if (Ty->isStdByteType()) in getTypeInfoHelper()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp2551 bool Type::isStdByteType() const { in isStdByteType() function in Type
HDExprConstant.cpp6359 bool IsStdByte = EnumSugar && EnumSugar->isStdByteType(); in visit()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2097 bool isStdByteType() const; // C++17 std::byte