/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | store-expr2.C | 18 struct J { struct 21 J(N *x, H *y) : c(x), d(y) {} in J() argument
|
H A D | store-expr1.C | 18 struct J { struct 21 J(N *x, H *y) : c(x), d(y) {} in J() argument
|
H A D | for1.C | 22 typedef int J; typedef 32 for (T J; false; ) in f() local
|
H A D | dyncast1.C | 98 struct J {virtual ~J(){};}; in ~J() struct
|
H A D | lookup13.C | 14 typedef I J; in main() typedef
|
H A D | nested2.C | 10 struct J : virtual public M2::I, struct
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | typename18.C | 8 struct J { struct 16 struct I : public J<X> { argument
|
H A D | using2.C | 19 void f(const J&) { in f()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | gnu99-init-1.c | 14 struct G { int I; struct E J; int K; }; member 15 struct H { int I; struct F J; int K; }; member 19 struct I { int J; int K[3]; int L; }; member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/ |
H A D | sort2.c | 13 int I,J,K,L; in main() local 47 int I,J; in Print_array() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseUtil.cpp | 109 for (const auto &J : I.second) { in countUsedRecords() local 128 for (const auto &J : I.second) { in countBodyRecords() local 149 for (const auto &J : I.second) { in countBodySamples() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.h | 495 #define JDEP_DECL(J) ((J)->decl) argument 496 #define JDEP_DECL_WFL(J) ((J)->decl) argument 497 #define JDEP_KIND(J) ((J)->kind) argument 498 #define JDEP_WFL(J) ((J)->wfl) argument 499 #define JDEP_MISC(J) ((J)->misc) argument 500 #define JDEP_ENCLOSING(J) ((J)->enclosing) argument 501 #define JDEP_CLASS(J) ((J)->class) argument 502 #define JDEP_APPLY_PATCH(J,P) (*(J)->patch = (P)) argument 503 #define JDEP_GET_PATCH(J) ((J)->patch) argument 504 #define JDEP_CHAIN(J) ((J)->next) argument [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 200 for (size_t J = 0; J != Pairs[I].Names.Length; ++J) { in toSymbolDependenceMap() local 972 auto J = unwrap(Builder)->create(); in LLVMOrcCreateLLJIT() local 984 LLVMErrorRef LLVMOrcDisposeLLJIT(LLVMOrcLLJITRef J) { in LLVMOrcDisposeLLJIT() 989 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetExecutionSession() 993 LLVMOrcJITDylibRef LLVMOrcLLJITGetMainJITDylib(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetMainJITDylib() 997 const char *LLVMOrcLLJITGetTripleString(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetTripleString() 1001 char LLVMOrcLLJITGetGlobalPrefix(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetGlobalPrefix() 1006 LLVMOrcLLJITMangleAndIntern(LLVMOrcLLJITRef J, const char *UnmangledName) { in LLVMOrcLLJITMangleAndIntern() 1011 LLVMErrorRef LLVMOrcLLJITAddObjectFile(LLVMOrcLLJITRef J, LLVMOrcJITDylibRef JD, in LLVMOrcLLJITAddObjectFile() 1017 LLVMErrorRef LLVMOrcLLJITAddObjectFileWithRT(LLVMOrcLLJITRef J, in LLVMOrcLLJITAddObjectFileWithRT() [all …]
|
H A D | LLJIT.cpp | 88 ORCPlatformSupport(orc::LLJIT &J) : J(J) {} in ORCPlatformSupport() 129 orc::LLJIT &J; member in __anonafc103b20111::ORCPlatformSupport 179 GenericLLVMIRPlatformSupport(LLJIT &J) in GenericLLVMIRPlatformSupport() 535 LLJIT &J; member in __anonafc103b20111::GenericLLVMIRPlatformSupport 653 LLJIT &J, IRTransformLayer::TransformFunction T) { in setInitTransform() 937 Error setUpOrcPlatform(LLJIT& J) { in setUpOrcPlatform() 944 void setUpGenericLLVMIRPlatform(LLJIT &J) { in setUpGenericLLVMIRPlatform() 950 Error setUpInactivePlatform(LLJIT &J) { in setUpInactivePlatform()
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 210 for (const auto &J : FunctionProfile.getCallsiteSamples()) in writeFuncMetadata() local 213 for (const auto &J : FunctionProfile.getCallsiteSamples()) { in writeFuncMetadata() local 493 for (const auto &J : Sample.getSortedCallTargets()) in writeSample() local 556 for (const auto &J : Sample.getCallTargets()) in addNames() local 561 for (const auto &J : S.getCallsiteSamples()) in addNames() local 791 for (const auto &J : Sample.getSortedCallTargets()) { in writeBody() local 802 for (const auto &J : S.getCallsiteSamples()) in writeBody() local 805 for (const auto &J : S.getCallsiteSamples()) in writeBody() local
|
H A D | MemProf.cpp | 47 for (uint64_t J = 0; J < NumFrames; J++) { in deserialize() local 58 for (uint64_t J = 0; J < NumCtxs; J++) { in deserialize() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/ |
H A D | ResourcePressureView.cpp | 79 for (unsigned J = 0; J < NumUnits; ++J) { in printColumnNames() local 118 for (unsigned J = 0; J < NumUnits; ++J) { in printResourcePressurePerIter() local 161 for (unsigned J = 0; J < NumResourceUnits; ++J) { in printResourcePressurePerInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | BDCE.cpp | 54 auto *J = dyn_cast<Instruction>(JU); in clearAssumptionsOfUsers() local 73 Instruction *J = WorkList.pop_back_val(); in clearAssumptionsOfUsers() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
H A D | interval_map.h | 94 auto J = Impl.upper_bound(KS); in erase() local 134 auto J = this->Impl.upper_bound(KS); in insert() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonVLIWPacketizer.cpp | 1207 const MachineInstr &J) { in hasDeadDependence() 1234 const MachineInstr &J) { in hasControlDependence() 1270 const MachineInstr &J) { in hasRegMaskDependence() 1300 const MachineInstr &J) { in hasDualStoreDependence() 1327 MachineInstr &J = *SUJ->getInstr(); in isLegalToPacketizeTogether() local 1645 MachineInstr &J = *SUJ->getInstr(); in isLegalToPruneDependencies() local 1918 for (auto *J : CurrentPacketMIs) { in calcStall() local 1929 for (auto *J : OldPacketMIs) { in calcStall() local
|
H A D | RDFCopy.cpp | 109 for (auto J : CopyMap[I]) in run() local 201 for (auto &J : M) { in run() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
H A D | dcast1.C | 16 struct J : H {int j;}; argument
|
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/ |
H A D | a.26.1.f90 | 3 INTEGER I, J variable
|
H A D | a.28.4.f90 | 4 INTEGER I, J variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/ |
H A D | expr2.C | 9 const int &f(const int& I, const int& J) { in f()
|