Searched refs:TypeParams (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1062 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, local
1065 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ true);
1071 llvm::Type *TypeParams[] = {getIdentTyPointerTy()}; local
1073 llvm::FunctionType::get(CGM.Int32Ty, TypeParams, /*isVarArg*/ false);
1080 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, local
1084 llvm::FunctionType::get(CGM.VoidPtrTy, TypeParams, /*isVarArg*/ false);
1091 llvm::Type *TypeParams[] = { local
1095 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1102 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, local
1106 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarAr
1136 llvm::Type *TypeParams[] = { local
1147 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1155 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1163 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1172 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, local
1182 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1191 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1199 llvm::Type *TypeParams[] = {getIdentTyPointerTy()}; local
1207 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1215 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1224 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, CGM.IntTy}; local
1232 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1240 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1252 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, CGM.Int32Ty, local
1263 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, local
1277 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, CGM.SizeTy, local
1292 llvm::Type *TypeParams[] = { local
1309 llvm::Type *TypeParams[] = { local
1321 llvm::Type *TypeParams[] = { local
1332 llvm::Type *TypeParams[] = { local
1344 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, local
1355 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, local
1365 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1373 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1381 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1389 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1397 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1406 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, CGM.IntTy}; local
1416 llvm::Type *TypeParams[] = { local
1429 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, local
1440 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, CGM.IntTy}; local
1449 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, CGM.IntTy}; local
1458 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, CGM.Int32Ty, local
1468 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, local
1479 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), local
1498 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), local
1509 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; local
1518 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, local
1528 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, local
1539 llvm::Type *TypeParams[] = {CGM.Int32Ty, local
1555 llvm::Type *TypeParams[] = {CGM.Int32Ty, local
1573 llvm::Type *TypeParams[] = {CGM.getTypes().ConvertTypeForMem(ParamTy)}; local
1583 llvm::Type *TypeParams[] = {CGM.getTypes().ConvertTypeForMem(ParamTy)}; local
1592 llvm::Type *TypeParams[] = {CGM.Int32Ty, local
1606 llvm::Type *TypeParams[] = {CGM.Int32Ty, local
1620 llvm::Type *TypeParams[] = {CGM.Int32Ty, local
1646 llvm::Type *TypeParams[] = { local
1671 llvm::Type *TypeParams[] = { getIdentTyPointerTy(), // loc local
1692 llvm::Type *TypeParams[] = { local
1711 llvm::Type *TypeParams[] = { local
[all...]
H A DCGOpenMPRuntimeNVPTX.cpp275 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int32Ty}; local
277 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
/external/clang/lib/AST/
H A DDeclPrinter.cpp1132 if (auto TypeParams = OID->getTypeParamListAsWritten()) {
1133 PrintObjCTypeParams(TypeParams);
1142 if (auto TypeParams = OID->getTypeParamListAsWritten()) {
1143 PrintObjCTypeParams(TypeParams);
1211 if (auto TypeParams = PID->getTypeParamList()) {
1212 PrintObjCTypeParams(TypeParams);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3007 ObjCTypeParamList *TypeParams = TypeParamLists[i]; local
3008 if (PrevIDecl && TypeParams) {
3012 *this, PrevTypeParams, TypeParams,
3014 TypeParams = nullptr;
3020 << TypeParams->getSourceRange();
3024 TypeParams = nullptr;
3030 ClassName, TypeParams, PrevIDecl,
/external/clang/lib/Parse/
H A DParseObjc.cpp150 ObjCTypeParamList *TypeParams = nullptr; local
152 TypeParams = parseObjCTypeParamList();
153 ClassTypeParams.push_back(TypeParams);

Completed in 1433 milliseconds