Lines Matching defs:Emit
1 //===--- CGExprCXX.cpp - Emit LLVM Code for C++ expressions ---------------===//
454 // Emit the 'this' pointer.
726 // Emit the array size expression.
1198 // Emit a constructor call loop to initialize the remaining elements.
1296 // Emit the initializer into this element.
1329 /// Emit a call to an operator new or operator delete function, as implicitly
1460 void Emit(CodeGenFunction &CGF, Flags flags) override {
1606 // Emit the allocation call. If the allocator is a global placement
1694 // Emit a null check on the allocation result if the allocation
1753 // Emit sanitizer checks for pointer value now, so that in the case of an
1864 // Emit the call to delete.
1885 void Emit(CodeGenFunction &CGF, Flags flags) override {
1899 /// Emit the code for deleting a single object with a destroying operator
1915 /// Emit the code for deleting a single object.
2030 void Emit(CodeGenFunction &CGF, Flags flags) override {
2037 /// Emit the code for deleting an array of objects.