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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 1366 CGF.InitTempAlloca(ExecStatus, Bld.getInt8(/*C=*/0));
1367 CGF.InitTempAlloca(WorkFn, llvm::Constant::getNullValue(CGF.Int8PtrTy));
2076 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
4069 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
CodeGenFunction.cpp 975 InitTempAlloca(ReturnLocation, llvm::ConstantPointerNull::get(Int8PtrTy));
CGObjCGNU.cpp 2760 CGF.InitTempAlloca(NullVal, llvm::Constant::getNullValue(RetTy));
CodeGenFunction.h 2522 /// InitTempAlloca - Provide an initial value for the given alloca which
2529 void InitTempAlloca(Address Alloca, llvm::Value *Value);
CGExpr.cpp 129 void CodeGenFunction::InitTempAlloca(Address Var, llvm::Value *Init) {
CGOpenMPRuntime.cpp 2111 CGF.InitTempAlloca(ZeroAddrBound, CGF.Builder.getInt32(/*C*/ 0));
4754 CGF.InitTempAlloca(NumLVal.getAddress(CGF),

Completed in 75 milliseconds