/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | target-abi-valid.ll | 2 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s 4 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s 6 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s 8 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s 10 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s 12 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s 14 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s 16 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s 18 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s 20 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | linkrepro-pdb.test | 20 RUN: cat repro/response.txt | FileCheck -check-prefix=IMP %s 22 IMP: /implib:linkrepro-pdb.test.tmp1.lib
|
/external/llvm-project/lldb/test/API/lang/objc/ivar-IMP/ |
D | myclass.m | 6 IMP myImp;
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | debuginfo-cu-import.ll | 15 ; CHECK: DICompileUnit{{.*}} imports: ![[IMP:[0-9]+]] 16 ; CHECK: ![[IMP]] = !{!{{[0-9]+}}}
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl.cnf | 165 #type=IMP:0,INTEGER:1 169 language=IMP:4,IA5STRING:zxx
|
/external/llvm-project/clang/test/SemaObjC/ |
D | nonnull.m | 84 @interface IMP interface 91 @implementation IMP implementation
|
/external/clang/test/SemaObjC/ |
D | nonnull.m | 84 @interface IMP interface 91 @implementation IMP implementation
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 795 void CodeGenFunction::GenerateObjCGetter(ObjCImplementationDecl *IMP, in GenerateObjCGetter() argument 802 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCGetter() 804 generateObjCGetterBody(IMP, PID, OMD, AtomicHelperFn); in GenerateObjCGetter() 1321 void CodeGenFunction::GenerateObjCSetter(ObjCImplementationDecl *IMP, in GenerateObjCSetter() argument 1328 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCSetter() 1330 generateObjCSetterBody(IMP, PID, AtomicHelperFn); in GenerateObjCSetter() 1402 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, in GenerateObjCCtorDtorMethod() argument 1405 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod() 1406 StartObjCMethod(MD, IMP->getClassInterface()); in GenerateObjCCtorDtorMethod() 1413 for (const auto *IvarInit : IMP->inits()) { in GenerateObjCCtorDtorMethod() [all …]
|
D | CodeGenFunction.h | 1313 void GenerateObjCGetter(ObjCImplementationDecl *IMP, 1320 void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, 1325 void GenerateObjCSetter(ObjCImplementationDecl *IMP,
|
D | CGObjCMac.cpp | 4626 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols() local 4628 if (ID->isWeakImported() && !IMP->isWeakImported()) in EmitModuleSymbols() 5727 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule() local 5729 if (ID->isWeakImported() && !IMP->isWeakImported()) { in FinishNonFragileABIModule()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjC.cpp | 1042 void CodeGenFunction::GenerateObjCGetter(ObjCImplementationDecl *IMP, in GenerateObjCGetter() argument 1048 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCGetter() 1050 generateObjCGetterBody(IMP, PID, OMD, AtomicHelperFn); in GenerateObjCGetter() 1574 void CodeGenFunction::GenerateObjCSetter(ObjCImplementationDecl *IMP, in GenerateObjCSetter() argument 1580 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCSetter() 1582 generateObjCSetterBody(IMP, PID, AtomicHelperFn); in GenerateObjCSetter() 1654 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, in GenerateObjCCtorDtorMethod() argument 1657 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod() 1658 StartObjCMethod(MD, IMP->getClassInterface()); in GenerateObjCCtorDtorMethod() 1665 for (const auto *IvarInit : IMP->inits()) { in GenerateObjCCtorDtorMethod() [all …]
|
D | CodeGenFunction.h | 2002 void GenerateObjCGetter(ObjCImplementationDecl *IMP, 2009 void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, 2014 void GenerateObjCSetter(ObjCImplementationDecl *IMP,
|
D | CGObjCMac.cpp | 5235 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols() local 5237 if (ID->isWeakImported() && !IMP->isWeakImported()) in EmitModuleSymbols() 6246 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule() local 6248 if (ID->isWeakImported() && !IMP->isWeakImported()) { in FinishNonFragileABIModule()
|
/external/protobuf/objectivec/ |
D | GPBRootObject.m | 218 IMP imp = imp_implementationWithBlock(^(id obj) {
|
D | GPBMessage.m | 3031 IMP impToAdd;
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1886 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties() local 1890 for (const auto *I : IMP->methods()) in DiagnoseUnimplementedProperties()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2121 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties() local 2125 for (const auto *I : IMP->methods()) in DiagnoseUnimplementedProperties()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 907 static bool mustSynthesizeSetterGetterMethod(ObjCImplementationDecl *IMP, in mustSynthesizeSetterGetterMethod() argument 910 return getter ? !IMP->getInstanceMethod(PD->getGetterName()) in mustSynthesizeSetterGetterMethod() 911 : !IMP->getInstanceMethod(PD->getSetterName()); in mustSynthesizeSetterGetterMethod()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 909 static bool mustSynthesizeSetterGetterMethod(ObjCImplementationDecl *IMP, in mustSynthesizeSetterGetterMethod() argument 912 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod()
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_008.ppm | 3688 …lXZ�nu���eJQ8%Z<?!BA[-6����x��v|���������XKM�����ѐx~������������]IMP<AoX^A)/5 6!A&*0…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 2659 ,"GB","IMP","Impington","Impington","CAM","--3-----","AF","9704",,, 12664 ,"IT","IMP","Imperia","Imperia","IM","1-------","RL","1201",,"4353N 00803E",""
|
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | les-mis-utf8.txt | 5544 distinctement: THÉÂTRE DE L'IMPÉRATRICE. On prenait parti pour ou contre
|
/external/one-true-awk/testdir/ |
D | funstack.in | 11149 @Article{Manna:1973:IMP,
|
/external/cldr/common/uca/ |
D | allkeys_DUCET.txt | 5800 1F47F ; [*12BA.0020.0002.1F47F] # IMP
|
D | allkeys_CLDR.txt | 6962 1F47F ; [.14E6.0020.0002] # IMP
|