HomeSort by: relevance | last modified time | path
    Searched refs:isStdByteType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp 183 if (Ty->isStdByteType())
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 2725 bool Type::isStdByteType() const {
ExprConstant.cpp 6999 bool IsStdByte = EnumSugar && EnumSugar->isStdByteType();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2099 bool isStdByteType() const; // C++17 std::byte

Completed in 40 milliseconds