/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p12.cpp | 9 template <unsigned n> struct Opaque {}; struct 10 template <unsigned n> void expect(Opaque<n> _) {} in expect() 28 Opaque<0> foo(Opaque<0>); 29 Opaque<0> foo(Opaque<1>); 30 Opaque<0> foo(Opaque<2>); 36 Opaque<1> foo(Opaque<1>); 37 Opaque<1> foo(Opaque<3>); 39 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() 40 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() 41 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() [all …]
|
/external/clang/test/Index/ |
D | comment-cplus11-specific.cpp | 9 struct Opaque; 15 typedef inner::Opaque Typedef; 19 using Alias = inner::Opaque; 22 typedef inner::Opaque NoDocTypedef; 25 using NoDocAlias = inner::Opaque;
|
/external/tcpdump/tests/ |
D | ospf-gmpls.out | 6 Area Local Opaque LSA (10), Opaque-Type Traffic Engineering LSA (1), Opaque-ID 8 31 Area Local Opaque LSA (10), Opaque-Type Traffic Engineering LSA (1), Opaque-ID 9 56 Area Local Opaque LSA (10), Opaque-Type Traffic Engineering LSA (1), Opaque-ID 3
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 353 void *Opaque); 368 void *Opaque; member in __anonf56920c30111::SimpleBindingMemoryManager 373 void *Opaque) in SimpleBindingMemoryManager() argument 374 : Functions(Functions), Opaque(Opaque) { in SimpleBindingMemoryManager() 386 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager() 392 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection() 399 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection() 406 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); in finalizeMemory() 420 void *Opaque, in LLVMCreateSimpleMCJITMemoryManager() argument 435 return wrap(new SimpleBindingMemoryManager(functions, Opaque)); in LLVMCreateSimpleMCJITMemoryManager()
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 180 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID, 183 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID, 186 void *Opaque, char **ErrMsg); 187 typedef void (*LLVMMemoryManagerDestroyCallback)(void *Opaque); 201 void *Opaque,
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/ |
D | RenderQueue.java | 85 Opaque, enumConstant 194 case Opaque: in setGeometryComparator() 260 case Opaque: in addToQueue() 328 case Opaque: in isQueueEmpty() 350 case Opaque: in renderQueue()
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.adb | 101 Opaque : in Voidp; 105 Strm.opaque := Opaque;
|
D | zlib-thin.ads | 116 (Opaque : Voidp; 327 Opaque : in Voidp;
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.opaque_type_indexing.txt | 19 Opaque Type Indexing 50 Opaque type indexing tests generate a shader that does multiple reads from a
|
/external/clang/test/Analysis/ |
D | reinterpret-cast.cpp | 5 typedef struct Opaque *Data;
|
/external/jmonkeyengine/engine/src/core/com/jme3/post/ |
D | PreDepthProcessor.java | 86 rq.renderQueue(RenderQueue.Bucket.Opaque, rm, vp.getCamera(), false); in postQueue()
|
/external/valgrind/ |
D | COPYING.DOCS | 86 of text. A copy that is not "Transparent" is called "Opaque". 92 transparent image formats include PNG, XCF and JPG. Opaque formats 158 If you publish or distribute Opaque copies of the Document numbering 160 copy along with each Opaque copy, or state in or with each Opaque copy 165 when you begin distribution of Opaque copies in quantity, to ensure 168 Opaque copy (directly or through your agents or retailers) of that
|
/external/clang/include/clang/AST/ |
D | TemplateBase.h | 431 TemplateArgumentLocInfo Opaque) in TemplateArgumentLoc() argument 432 : Argument(Argument), LocInfo(Opaque) { in TemplateArgumentLoc()
|
/external/llvm/lib/Support/ |
D | README.txt.system | 39 3. Use Opaque Classes
|
/external/deqp/framework/opengl/wrapper/ |
D | glwTypes.inl | 81 /* Opaque handles. */
|
/external/bison/doc/ |
D | fdl.texi | 92 of text. A copy that is not ``Transparent'' is called ``Opaque''. 100 JPG. Opaque formats include proprietary formats that can be 169 If you publish or distribute Opaque copies of the Document numbering 171 copy along with each Opaque copy, or state in or with each Opaque copy 176 when you begin distribution of Opaque copies in quantity, to ensure 179 Opaque copy (directly or through your agents or retailers) of that
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
D | Octnode.java | 281 rq.addToQueue(geom, Bucket.Opaque); in renderBounds()
|
/external/pcre/dist/ |
D | pcre.h.in | 378 void *study_data; /* Opaque data from pcre_study() */ 391 void *study_data; /* Opaque data from pcre_study() */ 404 void *study_data; /* Opaque data from pcre_study() */
|
D | pcre.h.generic | 378 void *study_data; /* Opaque data from pcre_study() */ 391 void *study_data; /* Opaque data from pcre_study() */ 404 void *study_data; /* Opaque data from pcre_study() */
|
/external/clang/test/SemaObjC/ |
D | objcbridge-attribute.m | 33 typedef struct Opaque *OpaqueRef __attribute__((objc_bridge(id))); // expected-error {{'objc_bridge… struct
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/ |
D | OBJLoader.java | 411 geom.setQueueBucket(Bucket.Opaque); in createGeometry()
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | Spatial.java | 1052 return RenderQueue.Bucket.Opaque; in getQueueBucket()
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | RenderManager.java | 894 rq.renderQueue(Bucket.Opaque, this, cam, flush); in renderViewPortQueues()
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 4551 class Opaque; 4553 Mutex* getMutex(Opaque* o) LOCK_RETURNED(""); 4555 void test(Opaque* o) { in test()
|
/external/clang/docs/ |
D | Block-ABI-Apple.rst | 327 struct Opaque *__attribute__((NSObject)) objectPointer = ...;
|