clang
9.0.0
|
#include "/work/llvm-www-releases/9.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
VlaSizePair (llvm::Value *NE, QualType T) | |
Public Attributes | |
llvm::Value * | NumElts |
QualType | Type |
Definition at line 2424 of file CodeGenFunction.h.
|
inline |
Definition at line 2428 of file CodeGenFunction.h.
llvm::Value* clang::CodeGen::CodeGenFunction::VlaSizePair::NumElts |
Definition at line 2425 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 2426 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::getTypeSize(), and tryEmitFMulAdd().