Home
last modified time | relevance | path

Searched refs:Opaque (Results 1 – 25 of 76) sorted by relevance

1234

/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp12.cpp11 template <unsigned n> struct Opaque {}; struct
12 template <unsigned n> void expect(Opaque<n> _) {} in expect()
30 Opaque<0> foo(Opaque<0>);
31 Opaque<0> foo(Opaque<1>);
32 Opaque<0> foo(Opaque<2>);
38 Opaque<1> foo(Opaque<1>);
39 Opaque<1> foo(Opaque<3>);
41 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0()
42 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1()
43 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2()
[all …]
/external/clang/test/Index/
Dcomment-cplus11-specific.cpp9 struct Opaque;
15 typedef inner::Opaque Typedef;
19 using Alias = inner::Opaque;
22 typedef inner::Opaque NoDocTypedef;
25 using NoDocAlias = inner::Opaque;
/external/skia/src/gpu/
DGrProcessorAnalysis.h18 enum class Opaque { enum
23 constexpr GrProcessorAnalysisColor(Opaque opaque = Opaque::kNo)
24 : fFlags(opaque == Opaque::kYes ? kIsOpaque_Flag : 0)
140 return fIsOpaque ? GrProcessorAnalysisColor::Opaque::kYes in outputColor()
141 : GrProcessorAnalysisColor::Opaque::kNo; in outputColor()
/external/skqp/src/gpu/
DGrProcessorAnalysis.h18 enum class Opaque { enum
23 constexpr GrProcessorAnalysisColor(Opaque opaque = Opaque::kNo)
24 : fFlags(opaque == Opaque::kYes ? kIsOpaque_Flag : 0)
140 return fIsOpaque ? GrProcessorAnalysisColor::Opaque::kYes in outputColor()
141 : GrProcessorAnalysisColor::Opaque::kNo; in outputColor()
/external/tcpdump/tests/
Dospf-gmpls.out6 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
Dospf2-seg-fault-1-v.out6 Area Local Opaque LSA (10), Opaque-Type Traffic Engineering LSA (1), Opaque-ID 9
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp326 void *Opaque);
341 void *Opaque; member in __anon33a9a7fb0111::SimpleBindingMemoryManager
346 void *Opaque) in SimpleBindingMemoryManager() argument
347 : Functions(Functions), Opaque(Opaque) { in SimpleBindingMemoryManager()
359 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager()
365 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
372 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()
379 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); in finalizeMemory()
393 void *Opaque, in LLVMCreateSimpleMCJITMemoryManager() argument
408 return wrap(new SimpleBindingMemoryManager(functions, Opaque)); in LLVMCreateSimpleMCJITMemoryManager()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp323 void *Opaque);
338 void *Opaque; member in __anonf56920c30111::SimpleBindingMemoryManager
343 void *Opaque) in SimpleBindingMemoryManager() argument
344 : Functions(Functions), Opaque(Opaque) { in SimpleBindingMemoryManager()
356 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager()
362 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
369 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()
376 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); in finalizeMemory()
390 void *Opaque, in LLVMCreateSimpleMCJITMemoryManager() argument
405 return wrap(new SimpleBindingMemoryManager(functions, Opaque)); in LLVMCreateSimpleMCJITMemoryManager()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DExecutionEngine.h156 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID,
159 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID,
162 void *Opaque, char **ErrMsg);
163 typedef void (*LLVMMemoryManagerDestroyCallback)(void *Opaque);
177 void *Opaque,
/external/llvm/include/llvm-c/
DExecutionEngine.h156 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID,
159 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID,
162 void *Opaque, char **ErrMsg);
163 typedef void (*LLVMMemoryManagerDestroyCallback)(void *Opaque);
177 void *Opaque,
/external/libcxx/benchmarks/
Dstring.bench.cpp65 enum class Opacity { Opaque, Transparent }; enumerator
127 return maybeOpaque("", O == Opacity::Opaque); in makeString()
129 return maybeOpaque(getSmallString(D), O == Opacity::Opaque); in makeString()
131 return maybeOpaque(getLargeString(D), O == Opacity::Opaque); in makeString()
133 return maybeOpaque(getHugeString(D), O == Opacity::Opaque); in makeString()
137 template <class Length, class Opaque>
142 makeString(Length(), DiffType::Control, Opaque())); in run()
147 return "BM_StringConstructDestroyCStr" + Length::name() + Opaque::name(); in name()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h48 class Opaque; variable
164 DeclareCastMethod(Opaque);
449 class Opaque : public Type {
451 Opaque(std::string n) : Type(kOpaque), name_(std::move(n)) {} in Opaque() function
452 Opaque(const Opaque&) = default;
456 Opaque* AsOpaque() override { return this; } in AsOpaque()
457 const Opaque* AsOpaque() const override { return this; } in AsOpaque()
Dtypes.cpp115 DeclareKindCase(Opaque); in Clone()
159 DeclareKindCase(Opaque); in operator ==()
208 DeclareKindCase(Opaque); in GetHashWords()
505 bool Opaque::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl()
506 const Opaque* ot = that->AsOpaque(); in IsSameImpl()
511 std::string Opaque::str() const { in str()
517 void Opaque::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtypes.h48 class Opaque; variable
164 DeclareCastMethod(Opaque);
449 class Opaque : public Type {
451 Opaque(std::string n) : Type(kOpaque), name_(std::move(n)) {} in Opaque() function
452 Opaque(const Opaque&) = default;
456 Opaque* AsOpaque() override { return this; } in AsOpaque()
457 const Opaque* AsOpaque() const override { return this; } in AsOpaque()
Dtypes.cpp115 DeclareKindCase(Opaque); in Clone()
159 DeclareKindCase(Opaque); in operator ==()
208 DeclareKindCase(Opaque); in GetHashWords()
505 bool Opaque::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl()
506 const Opaque* ot = that->AsOpaque(); in IsSameImpl()
511 std::string Opaque::str() const { in str()
517 void Opaque::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords()
/external/zlib/src/contrib/ada/
Dzlib-thin.adb101 Opaque : in Voidp;
105 Strm.opaque := Opaque;
/external/catch2/projects/SelfTest/UsageTests/
DTricky.tests.cpp52 struct Opaque struct
55 bool operator ==( const Opaque& o ) const in operator ==() argument
69 Opaque o1, o2;
/external/python/pyasn1-modules/pyasn1_modules/
Drfc1155.py76 class Opaque(univ.OctetString): class
88 namedtype.NamedType('arbitrary', Opaque())
Drfc1902.py81 class Opaque(univ.OctetString): class
117 namedtype.NamedType('arbitrary-value', Opaque()),
/external/clang/test/CodeGenObjC/
Dfragile-arc.m4 @class Opaque;
12 Opaque *strong;
13 __weak Opaque *weak;
43 Opaque *x = strong;
70 Opaque *x = weak;
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtypes_test.cpp79 TestMultipleInstancesOfTheSameType(Opaque, "testing rocks");
172 types.emplace_back(new Opaque("")); in GenerateAllTypes()
173 types.emplace_back(new Opaque("hello")); in GenerateAllTypes()
174 types.emplace_back(new Opaque("world")); in GenerateAllTypes()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtypes_test.cpp79 TestMultipleInstancesOfTheSameType(Opaque, "testing rocks");
172 types.emplace_back(new Opaque("")); in GenerateAllTypes()
173 types.emplace_back(new Opaque("hello")); in GenerateAllTypes()
174 types.emplace_back(new Opaque("world")); in GenerateAllTypes()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.opaque_type_indexing.txt19 Opaque Type Indexing
50 Opaque type indexing tests generate a shader that does multiple reads from a
/external/clang/test/Analysis/
Dreinterpret-cast.cpp5 typedef struct Opaque *Data;
/external/skqp/tests/
DAdvancedBlendTest.cpp16 static constexpr auto opaque = GrProcessorAnalysisColor::Opaque::kYes; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()

1234