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

  /external/clang/test/FixIt/
fixit-function-call.cpp 9 typedef int intTy;
14 void f1(intTy &a);
19 // CHECK: void f1(intTy &a);
42 void m(intTy &a, int *b); // match 1
  /external/clang/lib/CodeGen/
CGBlocks.cpp 252 llvm::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy);
267 llvm::Type *intTy = CGM.getTypes().ConvertType(C.IntTy);
269 elementTypes.push_back(intTy);
270 elementTypes.push_back(intTy);
510 llvm::Type *intTy = ConvertType(getContext().IntTy);
524 Builder.CreateStore(llvm::ConstantInt::get(intTy, flags.getBitMask()),
526 Builder.CreateStore(llvm::ConstantInt::get(intTy, 0),
706 VoidPtrTy, IntTy, IntTy, VoidPtrTy
    [all...]

Completed in 338 milliseconds