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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 126 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
127 Type *I8XX = PointerType::getUnqual(I8X);
128 Type *Params[] = { I8XX, I8X };
147 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
148 Type *Params[] = { I8X };
149 FunctionType *FTy = FunctionType::get(I8X, Params, /*isVarArg=*/false);
162 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
163 Type *Params[] = { I8X };
164 FunctionType *FTy = FunctionType::get(I8X, Params, /*isVarArg=*/false);
295 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C))
    [all...]
ObjCARCOpts.cpp 857 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
858 Type *Params[] = { I8X };
859 FunctionType *FTy = FunctionType::get(I8X, Params, /*isVarArg=*/false);
873 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
874 Type *Params[] = { I8X };
875 FunctionType *FTy = FunctionType::get(I8X, Params, /*isVarArg=*/false);
    [all...]

Completed in 76 milliseconds