Home
last modified time | relevance | path

Searched refs:TypeParams (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1704 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
1750 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
1906 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
1923 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
1935 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
1946 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
2030 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
2182 llvm::Type *TypeParams[] = {CGM.Int64Ty, in createRuntimeFunction() local
2368 llvm::Type *TypeParams[] = { in createForStaticInitFunction() local
2414 llvm::Type *TypeParams[] = { in createDispatchFiniFunction() local
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1557 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int16Ty}; in createNVPTXRuntimeFunction() local
1565 llvm::Type *TypeParams[] = {CGM.Int16Ty}; in createNVPTXRuntimeFunction() local
1582 llvm::Type *TypeParams[] = {CGM.Int16Ty}; in createNVPTXRuntimeFunction() local
1591 llvm::Type *TypeParams[] = {CGM.Int8PtrTy, CGM.Int16Ty}; in createNVPTXRuntimeFunction() local
1665 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), in createNVPTXRuntimeFunction() local
1680 llvm::Type *TypeParams[] = {CGM.Int32Ty}; in createNVPTXRuntimeFunction() local
1690 llvm::Type *TypeParams[] = { in createNVPTXRuntimeFunction() local
1702 llvm::Type *TypeParams[] = { in createNVPTXRuntimeFunction() local
1729 llvm::Type *TypeParams[] = {CGM.SizeTy, CGM.Int16Ty}; in createNVPTXRuntimeFunction() local
1738 llvm::Type *TypeParams[] = {CGM.VoidPtrTy}; in createNVPTXRuntimeFunction() local
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1286 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1287 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl()
1296 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1297 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl()
1365 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
1366 PrintObjCTypeParams(TypeParams); in VisitObjCCategoryDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp758 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local
759 if (!TypeParams) in checkPreObjCMessage()
762 for (ObjCTypeParamDecl *TypeParam : *TypeParams) { in checkPreObjCMessage()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3078 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local
3079 if (PrevIDecl && TypeParams) { in ActOnForwardClassDeclaration()
3083 *this, PrevTypeParams, TypeParams, in ActOnForwardClassDeclaration()
3085 TypeParams = nullptr; in ActOnForwardClassDeclaration()
3091 << TypeParams->getSourceRange(); in ActOnForwardClassDeclaration()
3095 TypeParams = nullptr; in ActOnForwardClassDeclaration()
3101 ClassName, TypeParams, PrevIDecl, in ActOnForwardClassDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp148 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
150 TypeParams = parseObjCTypeParamList(); in ParseObjCAtClassDeclaration()
151 ClassTypeParams.push_back(TypeParams); in ParseObjCAtClassDeclaration()