clang
7.0.0
|
#include "CodeGenFunction.h"
#include "CodeGenModule.h"
#include "clang/AST/NonTrivialTypeVisitor.h"
#include "llvm/Support/ScopedPrinter.h"
#include <array>
Go to the source code of this file.
Enumerations | |
enum | |
Functions | |
static uint64_t | getFieldSize (const FieldDecl *FD, QualType FT, ASTContext &Ctx) |
template<class G , size_t N> | |
static void | callSpecialFunction (G &&Gen, StringRef FuncName, QualType QT, bool IsVolatile, CodeGenFunction &CGF, std::array< Address, N > Addrs) |
anonymous enum |
Definition at line 33 of file CGNonTrivialStruct.cpp.
|
static |
Definition at line 807 of file CGNonTrivialStruct.cpp.
Referenced by clang::CodeGen::CodeGenFunction::callCStructCopyAssignmentOperator(), clang::CodeGen::CodeGenFunction::callCStructCopyConstructor(), clang::CodeGen::CodeGenFunction::callCStructDefaultConstructor(), clang::CodeGen::CodeGenFunction::callCStructDestructor(), clang::CodeGen::CodeGenFunction::callCStructMoveAssignmentOperator(), and clang::CodeGen::CodeGenFunction::callCStructMoveConstructor().
|
static |
Definition at line 25 of file CGNonTrivialStruct.cpp.
References clang::Type::castAs(), End, clang::RecordDecl::fields(), clang::ASTContext::getASTRecordLayout(), clang::FieldDecl::getBitWidthValue(), clang::FieldDecl::getFieldIndex(), getFieldOffset(), clang::FieldDecl::getParent(), clang::ASTContext::getTypeSize(), clang::FieldDecl::isBitField(), clang::QualType::isVolatileQualified(), clang::ASTContext::toCharUnitsFromBits(), clang::QualType::withVolatile(), and clang::CharUnits::Zero().