Searched defs:Opaque (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp9 template <unsigned n> struct Opaque {}; struct
10 template <unsigned n> void expect(Opaque<n> _) {}
28 Opaque<0> foo(Opaque<0>);
29 Opaque<0> foo(Opaque<1>);
30 Opaque<0> foo(Opaque<2>);
36 Opaque<1> foo(Opaque<
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
H A DRenderQueue.java85 Opaque, enum constant in enum:RenderQueue.Bucket
92 * using Opaque) through the transparent parts of the newly drawn
166 * of Gui, Opaque, Sky, or Transparent. The GeometryComparators are
178 * <li>Bucket.Opaque: {@link com.jme3.renderer.queue.OpaqueComparator} which sorts
194 case Opaque:
260 case Opaque:
328 case Opaque:
350 case Opaque:
/external/clang/include/clang/AST/
H A DTemplateBase.h431 TemplateArgumentLocInfo Opaque)
432 : Argument(Argument), LocInfo(Opaque) {
430 TemplateArgumentLoc(const TemplateArgument &Argument, TemplateArgumentLocInfo Opaque) argument
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp353 void *Opaque);
368 void *Opaque; member in class:__anon10517::SimpleBindingMemoryManager
373 void *Opaque)
374 : Functions(Functions), Opaque(Opaque) {
386 Functions.Destroy(Opaque);
392 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID,
399 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID,
406 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString);
420 void *Opaque,
371 SimpleBindingMemoryManager( const SimpleBindingMMFunctions& Functions, void *Opaque) argument
419 LLVMCreateSimpleMCJITMemoryManager( void *Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy) argument
[all...]

Completed in 153 milliseconds