Searched defs:TypeParams (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1062 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local 1071 llvm::Type *TypeParams[] = {getIdentTyPointerTy()}; in createRuntimeFunction() local 1080 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local 1091 llvm::Type *TypeParams[] = { in createRuntimeFunction() local 1102 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local 1136 llvm::Type *TypeParams[] = { in createRuntimeFunction() local 1147 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; in createRuntimeFunction() local 1155 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; in createRuntimeFunction() local 1163 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; in createRuntimeFunction() local 1172 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local [all …]
|
D | CGOpenMPRuntimeNVPTX.cpp | 275 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int32Ty}; in createNVPTXRuntimeFunction() local
|
/external/rust/crates/syn/src/ |
D | generics.rs | 114 pub fn type_params(&self) -> TypeParams { in type_params() 189 pub struct TypeParams<'a>(Iter<'a, GenericParam>); struct 191 impl<'a> Iterator for TypeParams<'a> { implementation
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 1132 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1142 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1211 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
|
/external/llvm-project/clang/lib/AST/ |
D | DeclPrinter.cpp | 1318 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1328 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1406 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 843 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 148 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 150 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1556 llvm::Type *TypeParams[] = { in createForStaticInitFunction() local 1581 llvm::Type *TypeParams[] = { getIdentTyPointerTy(), // loc in createDispatchInitFunction() local 1602 llvm::Type *TypeParams[] = { in createDispatchFiniFunction() local 1621 llvm::Type *TypeParams[] = { in createDispatchNextFunction() local
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3007 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3106 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local
|