Home
last modified time | relevance | path

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

12345678

/external/clang/test/SemaCXX/
Dinherit.cpp34 struct J { char c; int i[]; }; struct
Ddr1301.cpp54 struct J { struct
59 int j1 = J().n; // ok argument
/external/clang/include/clang/Driver/
DJob.h95 static bool classof(const Job *J) { in classof()
115 static bool classof(const Job *J) { in classof()
142 void addJob(Job *J) { Jobs.push_back(J); } in addJob()
155 static bool classof(const Job *J) { in classof()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-vtables-return-thunks.cpp17 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/Parser/
Dobjc-error-qualified-implementation.m11 @interface J < P,P > interface
15 @implementation J < P,P > // expected-error {{@implementation declaration cannot be protocol qualif… implementation
Dskip-function-bodies.mm26 void J() { function
/external/clang/test/SemaObjC/
Derror-implicit-property.m8 @interface J interface
21 - (void) Meth1 : (J*) arg { argument
Dno-protocol-option-tests.m19 @interface J : super <P> interface
22 @implementation J @end // expected-warning {{method definition for 'PMeth' not found}} implementation
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
Dinsert_after_range.pass.cpp28 typedef input_iterator<const T*> J; in main() typedef
56 typedef input_iterator<const T*> J; in main() typedef
/external/clang/test/CodeGenObjC/
Divar-layout-64-bitfields.m19 @interface J interface
43 @implementation J implementation
/external/llvm/unittests/Support/
DIteratorTest.cpp39 test_iterator J = Begin; in TEST() local
80 test_iterator J = Begin; in TEST() local
/external/eigen/doc/snippets/
DJacobi_makeJacobi.cpp3 JacobiRotation<float> J; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp111 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() local
139 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() local
/external/clang/test/Layout/
Dms-x86-vfvb-alignment.cpp285 struct J : B0, B3, virtual B1 { int a; int a1; J() : a(0xf0000012), a1(0xf0000012) {} }; in J() argument
/external/eigen/lapack/
Dilaclr.f100 INTEGER I, J local
Dilaslr.f100 INTEGER I, J local
Dilazlr.f100 INTEGER I, J local
Diladlr.f100 INTEGER I, J local
/external/clang/test/CodeGen/
D2003-08-30-LargeIntegerBitfieldMember.c5 unsigned char J[1][123]; member
D2003-08-29-StructLayoutBug.c5 unsigned char J[1]; member
/external/clang/test/FixIt/
Dfixit-multiple-selector-warnings.m12 @interface J interface
/external/skia/experimental/Intersection/
DQuadraticIntersection_TestData.cpp44 static const double J = PointEpsilon * 5; variable
/external/chromium_org/third_party/skia/experimental/Intersection/
DQuadraticIntersection_TestData.cpp44 static const double J = PointEpsilon * 5; variable
/external/chromium_org/third_party/skia/tests/
DPathOpsQuadIntersectionTestData.cpp49 static const double J = FLT_EPSILON * 5; variable
/external/skia/tests/
DPathOpsQuadIntersectionTestData.cpp49 static const double J = FLT_EPSILON * 5; variable

12345678