Searched defs:intTy (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/FixIt/
H A Dfixit-function-call.cpp9 typedef int intTy; typedef
14 void f1(intTy &a);
19 // CHECK: void f1(intTy &a);
42 void m(intTy &a, int *b); // match 1
/external/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp219 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) {
220 if (!isLegalIntegerType(CGM, intTy))
613 llvm::IntegerType *intTy) {
614 auto size = intTy->getBitWidth();
612 isLegalIntegerType(CodeGenModule &CGM, llvm::IntegerType *intTy) argument

Completed in 118 milliseconds