/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p3.cpp | 244 int kGlobal; // expected-note {{here}} variable 246 return kGlobal; // expected-note {{read of non-const}} in f()
|
D | p4.cpp | 276 int kGlobal; // expected-note {{here}} variable 279 …constexpr Z() : n(kGlobal) {} // expected-error {{constexpr constructor never produces a constant … in Z()
|
/external/skia/src/sksl/ir/ |
D | SkSLVarDeclarations.cpp | 52 if (var->storage() == Variable::Storage::kGlobal && in Convert() 101 SkASSERT(!(value && var->storage() == Variable::Storage::kGlobal && in Make()
|
D | SkSLVariable.h | 29 kGlobal, enumerator
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p3.cpp | 282 int kGlobal; // expected-note {{here}} variable 284 return kGlobal; // expected-note {{read of non-const}} in f()
|
D | p4.cpp | 305 int kGlobal; // expected-note {{here}} variable 308 …constexpr Z() : n(kGlobal) {} // expected-error {{constexpr constructor never produces a constant … in Z()
|
/external/tensorflow/tensorflow/core/tpu/ |
D | tpu_init_mode.h | 23 enum class TPUInitMode : int { kNone, kGlobal, kRegular }; enumerator
|
/external/skia/src/sksl/dsl/ |
D | DSLVar.cpp | 52 SkSL::VariableStorage::kGlobal)); in DSLVar() 80 fStorage = Variable::Storage::kGlobal; in DSLVar()
|
D | DSLCore.cpp | 78 if (var.fStorage == SkSL::Variable::Storage::kGlobal) { in Declare() 91 var.fStorage = SkSL::Variable::Storage::kGlobal; in DeclareGlobal()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | async_track_set_tracker.cc | 38 set.type = TrackSetType::kGlobal; in InternGlobalTrackSet() 180 case TrackSetType::kGlobal: in CreateTrackForSet()
|
D | track_event_tracker.cc | 234 case ResolvedDescriptorTrack::Scope::kGlobal: in CreateTrackFromResolved() 273 case ResolvedDescriptorTrack::Scope::kGlobal: { in CreateTrackFromResolved() 416 case ResolvedDescriptorTrack::Scope::kGlobal: in ResolveDescriptorTrackImpl() 544 track.scope_ = Scope::kGlobal; in Global()
|
D | async_track_set_tracker.h | 129 kGlobal, enumerator
|
D | track_event_tracker.h | 162 kGlobal, enumerator
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_kernel_memory_alignment.cpp | 132 kGlobal = 0, enumerator 236 if (address == kGlobal || address == kLocal || address == kConstant) { in test_kernel_memory_alignment() 505 return test_kernel_memory_alignment( device, context, queue, n_elems, kGlobal ); in test_kernel_memory_alignment_global()
|
/external/skia/src/sksl/ |
D | SkSLIRGenerator.cpp | 257 if (baseType->componentType().isOpaque() && storage != Variable::Storage::kGlobal) { in checkVarDeclaration() 325 if (storage == Variable::Storage::kGlobal) { in checkVarDeclaration() 367 if ((var->storage() == Variable::Storage::kGlobal) && var->name() == Compiler::FRAGCOLOR_NAME) { in convertVarDeclaration() 373 } else if ((var->storage() == Variable::Storage::kGlobal || in convertVarDeclaration() 1140 Variable::Storage::kGlobal)); in convertInterfaceBlock() 1160 StatementArray decls = this->convertVarDeclarations(decl, Variable::Storage::kGlobal); in convertGlobalVarDeclarations() 1209 Variable::Storage::kGlobal); in convertEnum() 1915 /*builtin=*/false, Variable::Storage::kGlobal); in start()
|
D | SkSLCompiler.cpp | 205 Variable::Storage::kGlobal)); in Compiler()
|
D | SkSLAnalysis.cpp | 1021 if ((v->storage() == Variable::Storage::kGlobal || in visitExpression()
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | distributed_tpu_configuration_rewrite_pass.cc | 282 is_global_init ? TPUInitMode::kGlobal : TPUInitMode::kRegular)); in Run()
|
/external/llvm-project/clang/test/SemaObjC/ |
D | arc-repeated-weak.mm | 487 static NSString* const kGlobal = @"";
|
/external/skia/src/sksl/codegen/ |
D | SkSLMetalCodeGenerator.cpp | 1160 if (var.storage() == Variable::Storage::kGlobal) { in writeVariableReference() 2354 } else if (Variable::Storage::kGlobal == v.variable()->storage()) { in requirements()
|
D | SkSLSPIRVCodeGenerator.cpp | 1777 if (var.storage() != Variable::Storage::kGlobal) { in get_storage_class() 2091 Variable::Storage::kGlobal)); in writeVariableReference() 3504 fUniformBuffer.fStruct.get(), /*builtin=*/false, Variable::Storage::kGlobal); in writeUniformBuffer() 3581 if (var->storage() == Variable::Storage::kGlobal && in writeInstructions()
|
D | SkSLCPPCodeGenerator.cpp | 116 var.storage() == Variable::Storage::kGlobal && in is_private()
|
D | SkSLDSLCPPCodeGenerator.cpp | 108 var.storage() == Variable::Storage::kGlobal && in is_private()
|