| /external/llvm/lib/ExecutionEngine/Orc/ |
| D | OrcCBindings.cpp | 31 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetErrorMsg() local 37 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetMangledSymbol() local 49 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateLazyCompileCallback() local 56 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateIndirectStub() local 63 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcSetIndirectStubPointer() local 71 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddEagerlyCompiledIR() local 80 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddLazilyCompiledIR() local 86 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcRemoveModule() local 92 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetSymbolAddress() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| D | OrcCBindings.cpp | 30 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetErrorMsg() local 36 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetMangledSymbol() local 47 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateLazyCompileCallback() local 58 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateIndirectStub() local 65 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcSetIndirectStubPointer() local 74 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddEagerlyCompiledIR() local 89 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddLazilyCompiledIR() local 104 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddObjectFile() local 116 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcRemoveModule() local 123 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetSymbolAddress() local [all …]
|
| /external/clang/test/SemaCXX/ |
| D | inherit.cpp | 34 struct J { char c; int i[]; }; argument
|
| D | cdtor-fn-try-block.cpp | 47 static int J; member 59 int E::J; member in E 89 int J; member
|
| /external/llvm/lib/ProfileData/ |
| D | SampleProfWriter.cpp | 59 for (const auto &J : Sample.getCallTargets()) in write() local 100 for (const auto &J : Sample.getCallTargets()) in addNames() local 105 for (const auto &J : S.getCallsiteSamples()) { in addNames() local 172 for (const auto &J : Sample.getCallTargets()) { in writeBody() local 183 for (const auto &J : S.getCallsiteSamples()) { in writeBody() local
|
| /external/clang/test/Parser/ |
| D | objc-error-qualified-implementation.m | 11 @interface J < P,P > interface 15 @implementation J < P,P > // expected-error {{@implementation declaration cannot be protocol qualif… implementation
|
| /external/clang/test/SemaObjC/ |
| D | error-implicit-property.m | 8 @interface J interface 21 - (void) Meth1 : (J*) arg { argument
|
| D | typo-correction-arc.m | 17 @interface J interface 22 @implementation J { implementation
|
| D | no-protocol-option-tests.m | 19 @interface J : super <P> interface 22 @implementation J @end // expected-warning {{method definition for 'PMeth' not found}} implementation
|
| /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
| D | insert_after_range.pass.cpp | 28 typedef input_iterator<const T*> J; in main() typedef 56 typedef input_iterator<const T*> J; in main() typedef
|
| /external/clang/test/CodeGenCXX/ |
| D | microsoft-abi-vtables-return-thunks.cpp | 17 struct J : I { virtual D *foo(); J(); }; struct 20 J::J() {} in J() function in test1::J 83 struct J : I { virtual D *foo(); J(); }; struct 86 J::J() {} in J() function in test2::J
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
| D | insert_after_range.pass.cpp | 28 typedef cpp17_input_iterator<const T*> J; in main() typedef 56 typedef cpp17_input_iterator<const T*> J; in main() typedef
|
| /external/rust/crates/itertools/src/ |
| D | diff.rs | 40 pub fn diff_with<I, J, F>(i: I, j: J, is_equal: F) in diff_with() argument
|
| D | merge_join.rs | 13 pub fn merge_join_by<I, J, F>(left: I, right: J, cmp_fn: F) in merge_join_by() argument
|
| /external/clang/test/CodeGenObjC/ |
| D | ivar-layout-64-bitfields.m | 19 @interface J interface 43 @implementation J implementation
|
| /external/llvm/unittests/Support/ |
| D | IteratorTest.cpp | 39 test_iterator J = Begin; in TEST() local 80 test_iterator J = Begin; in TEST() local
|
| /external/clang/test/Layout/ |
| D | ms-x86-vfvb-alignment.cpp | 285 struct J : B0, B3, virtual B1 { int a; int a1; J() : a(0xf0000012), a1(0xf0000012) {} }; in J() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | BDCE.cpp | 50 auto *J = dyn_cast<Instruction>(JU); in clearAssumptionsOfUsers() local 69 Instruction *J = WorkList.pop_back_val(); in clearAssumptionsOfUsers() local
|
| /external/webp/src/dsp/ |
| D | rescaler_mips_dsp_r2.c | 218 const uint32_t J = *frow++; in ExportRowExpand_MIPSdspR2() local 289 const uint32_t J = (uint32_t)((I + ROUNDER) >> WEBP_RESCALER_RFIX); in ExportRowExpand_MIPSdspR2() local
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | OcamlGCPrinter.cpp | 118 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() local 153 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | OcamlGCPrinter.cpp | 122 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() local 157 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| D | SampleProfWriter.cpp | 250 for (const auto &J : Sample.getSortedCallTargets()) in writeSample() local 291 for (const auto &J : Sample.getCallTargets()) in addNames() local 296 for (const auto &J : S.getCallsiteSamples()) in addNames() local 513 for (const auto &J : Sample.getSortedCallTargets()) { in writeBody() local 524 for (const auto &J : S.getCallsiteSamples()) in writeBody() local 527 for (const auto &J : S.getCallsiteSamples()) in writeBody() local
|
| /external/eigen/doc/snippets/ |
| D | Jacobi_makeJacobi.cpp | 3 JacobiRotation<float> J; variable
|
| /external/llvm/lib/Transforms/Vectorize/ |
| D | BBVectorize.cpp | 753 for (std::vector<Value *>::iterator J = I->second.begin(), in vectorizePairs() local 776 for (std::vector<ValuePair>::iterator J = I->second.begin(), in vectorizePairs() local 812 for (DenseMap<Value *, Value *>::iterator J = ChosenPairs.begin(); in vectorizePairs() local 829 for (std::vector<ValuePair>::iterator J = I->second.begin(), in vectorizePairs() local 963 bool BBVectorize::areInstsCompatible(Instruction *I, Instruction *J, in areInstsCompatible() 1211 Instruction *J, bool UpdateUsers, in trackUsesOfI() 1278 BasicBlock::iterator J = std::next(I); in getCandidatePairs() local 1407 for (Value::user_iterator J = P.first->user_begin(); J != E; ++J) { in computePairsConnectedTo() local 1434 for (Value::user_iterator J = P.second->user_begin(); J != E; ++J) { in computePairsConnectedTo() local 1509 for (BasicBlock::iterator J = std::next(I); J != E; ++J) { in buildDepMap() local [all …]
|
| /external/clang/test/CXX/temp/temp.res/temp.local/ |
| D | p6.cpp | 35 struct J { struct 36 enum T { e }; // expected-error {{declaration of 'T' shadows template parameter}} 95 struct J { struct 96 enum T { e }; // expected-error {{declaration of 'T' shadows template parameter}}
|