Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.cpp426 if (!PtrType->isStdByteType() && in DoBitCastPtr()
H A DCompiler.cpp7090 if (!this->emitBitCastPrim(*ToT, ToTypeIsUChar || ToType->isStdByteType(), in emitBuiltinBitCast()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp228 if (Ty->isStdByteType()) in getTypeInfoHelper()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3189 bool Type::isStdByteType() const { in isStdByteType() function in Type
H A DExprConstant.cpp7629 bool IsStdByte = EnumSugar && EnumSugar->isStdByteType(); in visit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2666 bool isStdByteType() const; // C++17 std::byte