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 304 std::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy);
319 llvm::Type *intTy = CGM.getTypes().ConvertType(C.IntTy);
321 elementTypes.push_back(intTy);
322 elementTypes.push_back(intTy);
720 Builder.CreateStore(llvm::ConstantInt::get(IntTy, flags.getBitMask()),
722 Builder.CreateStore(llvm::ConstantInt::get(IntTy, 0),
    [all...]

Completed in 54 milliseconds