HomeSort by: relevance | last modified time | path
    Searched refs:getVLAElements1D (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 2098 CodeGenFunction::getVLAElements1D(QualType type) {
2101 return getVLAElements1D(vla);
2105 CodeGenFunction::getVLAElements1D(const VariableArrayType *Vla) {
CodeGenFunction.h 2734 VlaSizePair getVLAElements1D(const VariableArrayType *vla);
2735 VlaSizePair getVLAElements1D(QualType vla);
CGDecl.cpp 1356 auto VlaSize = getVLAElements1D(Type1D);

Completed in 95 milliseconds