clang 18.0.0git
|
#include "ByteCodeExprGen.h"
#include "ByteCodeEmitter.h"
#include "ByteCodeGenError.h"
#include "ByteCodeStmtGen.h"
#include "Context.h"
#include "Floating.h"
#include "Function.h"
#include "PrimType.h"
#include "Program.h"
#include "State.h"
Go to the source code of this file.
Classes | |
class | clang::interp::DeclScope< Emitter > |
Scope used to handle temporaries in toplevel variable declarations. More... | |
class | clang::interp::OptionScope< Emitter > |
Scope used to handle initialization methods. More... | |
Namespaces | |
namespace | clang |
namespace | clang::interp |
Typedefs | |
using | APSInt = llvm::APSInt |
Functions | |
static CharUnits | AlignOfType (QualType T, const ASTContext &ASTCtx, UnaryExprOrTypeTrait Kind) |
using APSInt = llvm::APSInt |
Definition at line 23 of file ByteCodeExprGen.cpp.
|
static |
Definition at line 712 of file ByteCodeExprGen.cpp.
References clang::Type::getAs(), clang::ASTContext::getLangOpts(), clang::Type::getPointeeType(), clang::ASTContext::getPreferredTypeAlign(), clang::ASTContext::getTypeAlignInChars(), and clang::ASTContext::toCharUnitsFromBits().
Referenced by clang::interp::ByteCodeExprGen< Emitter >::VisitUnaryExprOrTypeTraitExpr().