| /third_party/libabigail/tools/ |
| H A D | abicompat.cc | 438 function_decl* decl; member 457 var_decl* decl; member [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | expression.c | 106 struct symbol *decl, *array; in handle_func() local [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | type-visitor.cc | 19 const Type* TypeVisitor::ComputeType(TypeDeclaration* decl, in ComputeType() argument 54 const Type* TypeVisitor::ComputeType(TypeAliasDeclaration* decl, in ComputeType() argument 73 ComputeType( AbstractTypeDeclaration* decl, MaybeSpecializationKey specialized_from) ComputeType() argument 128 ComputeType( BitFieldStructDeclaration* decl, MaybeSpecializationKey specialized_from) ComputeType() argument 192 ComputeType( StructDeclaration* decl, MaybeSpecializationKey specialized_from) ComputeType() argument 237 ComputeType( ClassDeclaration* decl, MaybeSpecializationKey specialized_from) ComputeType() argument 508 StructDeclaration* decl = ComputeTypeForStructExpression() local [all...] |
| H A D | type-oracle.h | 38 static StructType* GetStructType(const StructDeclaration* decl, in GetStructType() argument 47 GetBitFieldStructType( const Type* parent, const BitFieldStructDeclaration* decl) GetBitFieldStructType() argument 56 GetClassType(const Type* parent, const std::string& name, ClassFlags flags, const std::string& generates, ClassDeclaration* decl, const TypeAlias* alias) GetClassType() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aapoint.c | 134 aa_transform_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) aa_transform_decl() argument [all...] |
| H A D | draw_pipe_aaline.c | 118 aa_transform_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) aa_transform_decl() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_aos.c | 372 lp_emit_declaration_aos( struct lp_build_tgsi_aos_context *bld, const struct tgsi_full_declaration *decl) lp_emit_declaration_aos() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_transform.h | 104 struct tgsi_full_declaration decl; in tgsi_transform_temps_decl() local 124 struct tgsi_full_declaration decl; in tgsi_transform_const_decl() local 141 struct tgsi_full_declaration decl; tgsi_transform_input_decl() local 162 struct tgsi_full_declaration decl; tgsi_transform_output_decl() local 181 struct tgsi_full_declaration decl; tgsi_transform_sampler_decl() local 196 struct tgsi_full_declaration decl; tgsi_transform_sampler_view_decl() local [all...] |
| H A D | tgsi_lowering.c | 1171 struct tgsi_full_declaration decl; in emit_twoside() local 1254 struct tgsi_full_declaration decl; emit_decls() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | SymbolEnv.cpp | 50 Declaration decl = ViewDeclaration(node); variable
|
| H A D | SeparateCompoundExpressions.cpp | 201 TIntermDeclaration *decl = iter->second; in pullMappedExpr() local 243 auto *decl = new TIntermDeclaration(var, &newExpr); in pushBinding() local 324 Declaration decl variable 335 Declaration decl = ViewDeclaration(node); global() variable [all...] |
| H A D | EmitMetal.cpp | 773 emitPostQualifier(const EmitVariableDeclarationConfig &evdConfig, const VarDecl &decl, const TQualifier qualifier) emitPostQualifier() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
| H A D | DeclarePerVertexBlocks.cpp | 421 TIntermDeclaration *decl = new TIntermDeclaration; in AddPerVertexDecl() local
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLAnalysis.cpp | 535 const VarDeclaration& decl = in VerifyStaticTestsAndExpressions() local 576 const FunctionDeclaration& decl = expr.as<FunctionCall>().function(); in VerifyStaticTestsAndExpressions() local
|
| H A D | SkSLRehydrator.cpp | 275 const FunctionDeclaration* decl = this->symbolRef<FunctionDeclaration>( in element() local 293 std::unique_ptr<Statement> decl = this->statement(); in element() local
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| H A D | generator_impl.cc | 439 auto* decl = call->Declaration(); in EmitFunctionCall() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fProgramInterfaceDefinitionUtil.hpp | 48 VariablePathComponent (const glu::VariableDeclaration* decl) :m_type(TYPE_DECLARATION) { m_data.declaration = decl; } in VariablePathComponent() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsShaderLibraryCase.cpp | 285 ostringstream decl; in specializeVertexShader() local 358 ostringstream decl; in specializeFragmentShader() local 438 ostringstream decl; generateVertexSpecialization() local 478 ostringstream decl; generateFragmentSpecialization() local 508 ostringstream decl; generateGeometrySpecialization() local 524 ostringstream decl; generateTessControlSpecialization() local 550 ostringstream decl; generateTessEvalSpecialization() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| H A D | SpecializationConstant.cpp | 273 TIntermDeclaration *decl = new TIntermDeclaration(); in declareSpecConsts() local 282 TIntermDeclaration *decl = new TIntermDeclaration(); in declareSpecConsts() local 291 TIntermDeclaration *decl = new TIntermDeclaration(); in declareSpecConsts() local 299 TIntermDeclaration *decl in declareSpecConsts() local [all...] |
| /third_party/node/deps/v8/src/ast/ |
| H A D | ast-traversal-visitor.h | 123 VisitVariableDeclaration( VariableDeclaration* decl) VisitVariableDeclaration() argument 129 VisitFunctionDeclaration( FunctionDeclaration* decl) VisitFunctionDeclaration() argument
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_fpc.h | 62 uint32_t *decl; /**< Cursor, points into declarations. */ member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderPropertyTests.cpp | 498 std::ostringstream decl; in getSharedArrayDecl() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderPropertyTests.cpp | 498 std::ostringstream decl; in getSharedArrayDecl() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 555 const GlobalValue *decl = Sym.dyn_cast<GlobalValue *>(); in addPotentialUndefinedSymbol() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcShaderLibraryCase.cpp | 782 ostringstream decl; in specializeVertexShader() local 842 ostringstream decl; in specializeFragmentShader() local 908 ostringstream decl; specializeShaders() local 950 ostringstream decl; specializeShaders() local [all...] |