clang
10.0.0git
|
#include "/work/www-prereleases/10.0.0/rc2/docsbuild/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
VlaSizePair (llvm::Value *NE, QualType T) | |
Public Attributes | |
llvm::Value * | NumElts |
QualType | Type |
Definition at line 2434 of file CodeGenFunction.h.
|
inline |
Definition at line 2438 of file CodeGenFunction.h.
llvm::Value* clang::CodeGen::CodeGenFunction::VlaSizePair::NumElts |
Definition at line 2435 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::emitArrayLength(), clang::CodeGen::CodeGenFunction::EmitArraySubscriptExpr(), emitGlobalToListReduceFunction(), emitListToGlobalReduceFunction(), clang::CodeGen::CodeGenFunction::EmitOMPArraySectionExpr(), emitPointerArithmetic(), and getArrayIndexingBound().
QualType clang::CodeGen::CodeGenFunction::VlaSizePair::Type |
Definition at line 2436 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::getTypeSize(), and tryEmitFMulAdd().