Home
last modified time | relevance | path

Searched defs:decl (Results 51 - 75 of 168) sorted by relevance

1234567

/third_party/libabigail/tools/
H A Dabicompat.cc438 function_decl* decl; member
457 var_decl* decl; member
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.c106 struct symbol *decl, *array; in handle_func() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtype-visitor.cc19 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 Dtype-oracle.h38 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 Ddraw_pipe_aapoint.c134 aa_transform_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) aa_transform_decl() argument
[all...]
H A Ddraw_pipe_aaline.c118 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 Dlp_bld_tgsi_aos.c372 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 Dtgsi_transform.h104 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 Dtgsi_lowering.c1171 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 DSymbolEnv.cpp50 Declaration decl = ViewDeclaration(node); variable
H A DSeparateCompoundExpressions.cpp201 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 DEmitMetal.cpp773 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 DDeclarePerVertexBlocks.cpp421 TIntermDeclaration *decl = new TIntermDeclaration; in AddPerVertexDecl() local
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp535 const VarDeclaration& decl = in VerifyStaticTestsAndExpressions() local
576 const FunctionDeclaration& decl = expr.as<FunctionCall>().function(); in VerifyStaticTestsAndExpressions() local
H A DSkSLRehydrator.cpp275 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 Dgenerator_impl.cc439 auto* decl = call->Declaration(); in EmitFunctionCall() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp48 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 DglsShaderLibraryCase.cpp285 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 DSpecializationConstant.cpp273 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 Dast-traversal-visitor.h123 VisitVariableDeclaration( VariableDeclaration* decl) VisitVariableDeclaration() argument
129 VisitFunctionDeclaration( FunctionDeclaration* decl) VisitFunctionDeclaration() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h62 uint32_t *decl; /**< Cursor, points into declarations. */ member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp498 std::ostringstream decl; in getSharedArrayDecl() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp498 std::ostringstream decl; in getSharedArrayDecl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp555 const GlobalValue *decl = Sym.dyn_cast<GlobalValue *>(); in addPotentialUndefinedSymbol() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp782 ostringstream decl; in specializeVertexShader() local
842 ostringstream decl; in specializeFragmentShader() local
908 ostringstream decl; specializeShaders() local
950 ostringstream decl; specializeShaders() local
[all...]

Completed in 24 milliseconds

1234567