HomeSort by relevance Sort by last modified time
    Searched refs:i8p (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGBlocks.cpp 81 llvm::Type *i8p = CGM.getTypes().ConvertType(C.VoidPtrTy); local
108 CGM.GetAddrOfConstantCString(typeAtEncoding), i8p));
118 elements.push_back(llvm::Constant::getNullValue(i8p));
318 llvm::Type *i8p = CGM.getTypes().ConvertType(C.VoidPtrTy); local
320 elementTypes.push_back(i8p);
323 elementTypes.push_back(i8p);
    [all...]
CodeGenFunction.cpp 979 llvm::Type *i8p = Builder.getInt8PtrTy(); local
    [all...]

Completed in 62 milliseconds