Home
last modified time | relevance | path

Searched refs:IMP (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/RISCV/
Dtarget-abi-valid.ll2 ; 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/
Dlinkrepro-pdb.test20 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/
Dmyclass.m6 IMP myImp;
/external/llvm-project/llvm/test/ThinLTO/X86/
Ddebuginfo-cu-import.ll15 ; CHECK: DICompileUnit{{.*}} imports: ![[IMP:[0-9]+]]
16 ; CHECK: ![[IMP]] = !{!{{[0-9]+}}}
/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl.cnf165 #type=IMP:0,INTEGER:1
169 language=IMP:4,IA5STRING:zxx
/external/llvm-project/clang/test/SemaObjC/
Dnonnull.m84 @interface IMP interface
91 @implementation IMP implementation
/external/clang/test/SemaObjC/
Dnonnull.m84 @interface IMP interface
91 @implementation IMP implementation
/external/clang/lib/CodeGen/
DCGObjC.cpp795 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 …]
DCodeGenFunction.h1313 void GenerateObjCGetter(ObjCImplementationDecl *IMP,
1320 void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP,
1325 void GenerateObjCSetter(ObjCImplementationDecl *IMP,
DCGObjCMac.cpp4626 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/
DCGObjC.cpp1042 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 …]
DCodeGenFunction.h2002 void GenerateObjCGetter(ObjCImplementationDecl *IMP,
2009 void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP,
2014 void GenerateObjCSetter(ObjCImplementationDecl *IMP,
DCGObjCMac.cpp5235 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/
DGPBRootObject.m218 IMP imp = imp_implementationWithBlock(^(id obj) {
DGPBMessage.m3031 IMP impToAdd;
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1886 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties() local
1890 for (const auto *I : IMP->methods()) in DiagnoseUnimplementedProperties()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp2121 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties() local
2125 for (const auto *I : IMP->methods()) in DiagnoseUnimplementedProperties()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp907 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/
DRewriteModernObjC.cpp909 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/
Dtest_008.ppm3688 …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/
D2013-1_UNLOCODE_CodeListPart2.csv2659 ,"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/
Dles-mis-utf8.txt5544 distinctement: THÉÂTRE DE L'IMPÉRATRICE. On prenait parti pour ou contre
/external/one-true-awk/testdir/
Dfunstack.in11149 @Article{Manna:1973:IMP,
/external/cldr/common/uca/
Dallkeys_DUCET.txt5800 1F47F ; [*12BA.0020.0002.1F47F] # IMP
Dallkeys_CLDR.txt6962 1F47F ; [.14E6.0020.0002] # IMP

12