Searched defs:VlaSizePair (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h2642 struct VlaSizePair { struct in class:clang::CodeGen::CodeGenFunction
2646 VlaSizePair(llvm::Value *NE, QualType T) : NumElts(NE), Type(T) {} function in struct:clang::CodeGen::CodeGenFunction::VlaSizePair

Completed in 117 milliseconds