/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1062 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local 1065 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ true); in createRuntimeFunction() 1071 llvm::Type *TypeParams[] = {getIdentTyPointerTy()}; in createRuntimeFunction() local 1073 llvm::FunctionType::get(CGM.Int32Ty, TypeParams, /*isVarArg*/ false); in createRuntimeFunction() 1080 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local 1084 llvm::FunctionType::get(CGM.VoidPtrTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction() 1091 llvm::Type *TypeParams[] = { in createRuntimeFunction() local 1095 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction() 1102 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local 1106 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction() [all …]
|
D | CGOpenMPRuntimeNVPTX.cpp | 275 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int32Ty}; in createNVPTXRuntimeFunction() local 277 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createNVPTXRuntimeFunction()
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 1132 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1133 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl() 1142 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1143 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl() 1211 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local 1212 PrintObjCTypeParams(TypeParams); in VisitObjCCategoryDecl()
|
/external/rust/crates/syn/src/ |
D | generics.rs | 114 pub fn type_params(&self) -> TypeParams { in type_params() argument 115 TypeParams(self.params.iter()) in type_params() 189 pub struct TypeParams<'a>(Iter<'a, GenericParam>); struct 191 impl<'a> Iterator for TypeParams<'a> { implementation
|
/external/llvm-project/clang/lib/AST/ |
D | DeclPrinter.cpp | 1318 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1319 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl() 1328 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1329 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl() 1406 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local 1407 PrintObjCTypeParams(TypeParams); in VisitObjCCategoryDecl()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 843 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local 844 if (!TypeParams) in checkPreObjCMessage() 847 for (ObjCTypeParamDecl *TypeParam : *TypeParams) { in checkPreObjCMessage()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3007 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local 3008 if (PrevIDecl && TypeParams) { in ActOnForwardClassDeclaration() 3012 *this, PrevTypeParams, TypeParams, in ActOnForwardClassDeclaration() 3014 TypeParams = nullptr; in ActOnForwardClassDeclaration() 3020 << TypeParams->getSourceRange(); in ActOnForwardClassDeclaration() 3024 TypeParams = nullptr; in ActOnForwardClassDeclaration() 3030 ClassName, TypeParams, PrevIDecl, in ActOnForwardClassDeclaration()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3106 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local 3107 if (PrevIDecl && TypeParams) { in ActOnForwardClassDeclaration() 3111 *this, PrevTypeParams, TypeParams, in ActOnForwardClassDeclaration() 3113 TypeParams = nullptr; in ActOnForwardClassDeclaration() 3119 << TypeParams->getSourceRange(); in ActOnForwardClassDeclaration() 3123 TypeParams = nullptr; in ActOnForwardClassDeclaration() 3129 ClassName, TypeParams, PrevIDecl, in ActOnForwardClassDeclaration()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 148 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local 150 TypeParams = parseObjCTypeParamList(); in ParseObjCAtClassDeclaration() 151 ClassTypeParams.push_back(TypeParams); in ParseObjCAtClassDeclaration()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 150 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local 152 TypeParams = parseObjCTypeParamList(); in ParseObjCAtClassDeclaration() 153 ClassTypeParams.push_back(TypeParams); in ParseObjCAtClassDeclaration()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1556 llvm::Type *TypeParams[] = { in createForStaticInitFunction() local 1568 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createForStaticInitFunction() 1581 llvm::Type *TypeParams[] = { getIdentTyPointerTy(), // loc in createDispatchInitFunction() local 1590 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createDispatchInitFunction() 1602 llvm::Type *TypeParams[] = { in createDispatchFiniFunction() local 1607 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false); in createDispatchFiniFunction() 1621 llvm::Type *TypeParams[] = { in createDispatchNextFunction() local 1630 llvm::FunctionType::get(CGM.Int32Ty, TypeParams, /*isVarArg*/ false); in createDispatchNextFunction()
|