/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindings.cpp | 33 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetMangledSymbol() local 47 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateLazyCompileCallback() local 54 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateIndirectStub() local 61 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcSetIndirectStubPointer() local 69 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddEagerlyCompiledIR() local 78 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddLazilyCompiledIR() local 84 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcRemoveModule() local 90 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetSymbolAddress() local
|
/external/clang/test/SemaCXX/ |
D | inherit.cpp | 34 struct J { char c; int i[]; }; struct
|
D | cdtor-fn-try-block.cpp | 47 static int J; member 59 int E::J; member in E 89 int J; member
|
D | dr1301.cpp | 54 struct J { struct 59 int j1 = J().n; // ok argument
|
/external/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 61 for (const auto &J : Sample.getCallTargets()) in write() local 102 for (const auto &J : Sample.getCallTargets()) in addNames() local 107 for (const auto &J : S.getCallsiteSamples()) { in addNames() local 157 for (const auto &J : Sample.getCallTargets()) { in writeBody() local 168 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
|
D | skip-function-bodies.mm | 26 void J() { function
|
/external/clang/test/SemaObjC/ |
D | error-implicit-property.m | 8 @interface J interface 21 - (void) Meth1 : (J*) arg { argument
|
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/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/eigen/doc/snippets/ |
D | Jacobi_makeJacobi.cpp | 3 JacobiRotation<float> J; variable
|
/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() argument
|
/external/clang/test/Modules/Inputs/template-default-args/ |
D | a.h | 9 template<typename T> struct J {}; struct
|
/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/eigen/lapack/ |
D | ilazlr.f | 100 INTEGER I, J local
|
D | ilaslr.f | 100 INTEGER I, J local
|
D | iladlr.f | 100 INTEGER I, J local
|
D | ilaclr.f | 100 INTEGER I, J local
|
/external/clang/test/CodeGen/ |
D | 2003-08-30-LargeIntegerBitfieldMember.c | 5 unsigned char J[1][123]; member
|
D | 2003-08-29-StructLayoutBug.c | 5 unsigned char J[1]; member
|
/external/clang/test/FixIt/ |
D | fixit-multiple-selector-warnings.m | 12 @interface J interface
|
/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 956 bool BBVectorize::areInstsCompatible(Instruction *I, Instruction *J, in areInstsCompatible() 1193 Instruction *J, bool UpdateUsers, in trackUsesOfI() 1260 BasicBlock::iterator J = std::next(I); in getCandidatePairs() local 1389 for (Value::user_iterator J = P.first->user_begin(); J != E; ++J) { in computePairsConnectedTo() local 1416 for (Value::user_iterator J = P.second->user_begin(); J != E; ++J) { in computePairsConnectedTo() local 1491 for (BasicBlock::iterator J = std::next(I); J != E; ++J) { in buildDepMap() local [all …]
|