Home
last modified time | relevance | path

Searched defs:J (Results 1 – 25 of 264) sorted by relevance

1234567891011

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dstore-expr2.C18 struct J { struct
21 J(N *x, H *y) : c(x), d(y) {} in J() argument
H A Dstore-expr1.C18 struct J { struct
21 J(N *x, H *y) : c(x), d(y) {} in J() argument
H A Dfor1.C22 typedef int J; typedef
32 for (T J; false; ) in f() local
H A Ddyncast1.C98 struct J {virtual ~J(){};}; in ~J() struct
H A Dlookup13.C14 typedef I J; in main() typedef
H A Dnested2.C10 struct J : virtual public M2::I, struct
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dtypename18.C8 struct J { struct
16 struct I : public J<X> { argument
H A Dusing2.C19 void f(const J&) { in f()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dgnu99-init-1.c14 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 Dsort2.c13 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 DSampleProfileLoaderBaseUtil.cpp109 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 Dparse.h495 #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 DOrcV2CBindings.cpp200 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 DLLJIT.cpp88 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 DSampleProfWriter.cpp210 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 DMemProf.cpp47 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 DResourcePressureView.cpp79 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 DBDCE.cpp54 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 Dinterval_map.h94 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 DHexagonVLIWPacketizer.cpp1207 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 DRDFCopy.cpp109 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 Ddcast1.C16 struct J : H {int j;}; argument
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.26.1.f903 INTEGER I, J variable
H A Da.28.4.f904 INTEGER I, J variable
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/
H A Dexpr2.C9 const int &f(const int& I, const int& J) { in f()

1234567891011