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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 2203 emitArrayDestroy(begin, end, type, elementAlign, destroyer,
2207 /// emitArrayDestroy - Destroys all the elements of the given array,
2217 void CodeGenFunction::emitArrayDestroy(llvm::Value *begin,
2269 /// emitArrayDestroy, the element type here may still be an array type.
2294 CGF.emitArrayDestroy(begin, end, type, elementAlign, destroyer,
CGExprCXX.cpp 2048 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign,
CodeGenFunction.h 2009 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,

Completed in 25 milliseconds