clang 19.0.0git
Functions
CodeGenTBAA.cpp File Reference
#include "CodeGenTBAA.h"
#include "CGRecordLayout.h"
#include "CodeGenTypes.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Attr.h"
#include "clang/AST/Mangle.h"
#include "clang/AST/RecordLayout.h"
#include "clang/Basic/CodeGenOptions.h"
#include "clang/Basic/TargetInfo.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/Debug.h"

Go to the source code of this file.

Functions

static bool TypeHasMayAlias (QualType QTy)
 
static bool isValidBaseType (QualType QTy)
 Check if the given type is a valid base type to be used in access tags.
 

Function Documentation

◆ isValidBaseType()

static bool isValidBaseType ( QualType  QTy)
static

◆ TypeHasMayAlias()

static bool TypeHasMayAlias ( QualType  QTy)
static