Home
last modified time | relevance | path

Searched refs:decl_ (Results 26 – 50 of 108) sorted by relevance

12345

/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/verilog/ast/types/
H A Dport_declaration.h83 return new PortDeclaration(attrs_->clone(), type_, decl_->clone()); in clone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/torque/
H A Dtypes.cc384 decl_(decl) { in StructType()
444 std::string StructType::SimpleNameImpl() const { return decl_->name->value; } in SimpleNameImpl()
474 CurrentSourcePosition::Scope position_activator(decl_->pos); in Finalize()
475 TypeVisitor::VisitStructMethods(const_cast<StructType*>(this), decl_); in Finalize()
489 decl_(decl), in ClassType()
510 CurrentSourcePosition::Scope position_activator(decl_->pos); in Finalize()
512 this->decl_); in Finalize()
/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Diwyu_output.h69 const clang::NamedDecl* decl() const { return decl_; } in decl()
105 const clang::NamedDecl* decl_; // decl of the symbol, if we know it variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dcheck.cxx159 auto f = llvm::dyn_cast_or_null<clang::FunctionDecl>(decl_); in Operator()
166 auto m = llvm::dyn_cast_or_null<clang::CXXMethodDecl>(decl_); in MemberFunction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dcheck.cxx179 auto f = llvm::dyn_cast_or_null<clang::FunctionDecl>(decl_); in Operator()
186 auto m = llvm::dyn_cast_or_null<clang::CXXMethodDecl>(decl_); in MemberFunction()
/dports/lang/v8/v8-9.6.180.12/src/torque/
H A Dtypes.cc410 decl_(decl) { in StructType()
470 std::string StructType::SimpleNameImpl() const { return decl_->name->value; } in SimpleNameImpl()
505 CurrentSourcePosition::Scope position_activator(decl_->pos); in Finalize()
506 TypeVisitor::VisitStructMethods(const_cast<StructType*>(this), decl_); in Finalize()
520 decl_(decl), in ClassType()
541 CurrentSourcePosition::Scope position_activator(decl_->pos); in Finalize()
543 this->decl_); in Finalize()
/dports/japanese/mutt-devel/mutt-1.5.21/m4/
H A Dfuncdecl.m425 if eval "test \"`echo '$ac_cv_func_'decl_$2`\" = yes"; then
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/D3D9/
H A Dthin3d_d3d9.cpp234 if (decl_) { in ~D3D9InputLayout()
235 decl_->Release(); in ~D3D9InputLayout()
240 device->SetVertexDeclaration(decl_); in Apply()
244 LPDIRECT3DVERTEXDECLARATION9 decl_; member in Draw::D3D9InputLayout
835 D3D9InputLayout::D3D9InputLayout(LPDIRECT3DDEVICE9 device, const InputLayoutDesc &desc) : decl_(NUL… in D3D9InputLayout()
853 HRESULT hr = device->CreateVertexDeclaration(elements, &decl_); in D3D9InputLayout()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/D3D9/
H A Dthin3d_d3d9.cpp234 if (decl_) { in ~D3D9InputLayout()
235 decl_->Release(); in ~D3D9InputLayout()
240 device->SetVertexDeclaration(decl_); in Apply()
244 LPDIRECT3DVERTEXDECLARATION9 decl_; member in Draw::D3D9InputLayout
835 D3D9InputLayout::D3D9InputLayout(LPDIRECT3DDEVICE9 device, const InputLayoutDesc &desc) : decl_(NUL… in D3D9InputLayout()
853 HRESULT hr = device->CreateVertexDeclaration(elements, &decl_); in D3D9InputLayout()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/D3D9/
H A Dthin3d_d3d9.cpp234 if (decl_) { in ~D3D9InputLayout()
235 decl_->Release(); in ~D3D9InputLayout()
240 device->SetVertexDeclaration(decl_); in Apply()
244 LPDIRECT3DVERTEXDECLARATION9 decl_; member in Draw::D3D9InputLayout
835 D3D9InputLayout::D3D9InputLayout(LPDIRECT3DDEVICE9 device, const InputLayoutDesc &desc) : decl_(NUL… in D3D9InputLayout()
853 HRESULT hr = device->CreateVertexDeclaration(elements, &decl_); in D3D9InputLayout()
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/
H A Didlast.h298 Decl* decl() const { return decl_; } in decl()
306 Decl* decl_; variable
1099 Decl* decl() const { return decl_; } in decl()
1109 Decl* decl_; variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A DChangeLog190 * typeinfo.cc (class TypeInfoVisitor): Replace type_ field with decl_.
191 (TypeInfoVisitor::TypeInfoVisitor): Set decl_.
H A Dtypeinfo.cc344 tree decl_; member in TypeInfoVisitor
353 const char *prefix = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (this->decl_)); in internal_reference()
523 this->decl_ = decl; in TypeInfoVisitor()
531 return build_struct_literal (TREE_TYPE (this->decl_), this->init_); in result()
/dports/biology/wise/wise2.4.1/src/dyc/
H A Dinput.dy25 InDeclare ** decl !list !len="decl_"
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Directx9/
H A DTextureCacheDX9.cpp236 …: device_(device), pshader_(pshader), decl_(decl), bufferW_(bufferW), bufferH_(bufferH), renderW_(… in TextureShaderApplierDX9()
302 device_->SetVertexDeclaration(decl_); in Use()
327 LPDIRECT3DVERTEXDECLARATION9 decl_; member in DX9::TextureShaderApplierDX9
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Directx9/
H A DTextureCacheDX9.cpp236 …: device_(device), pshader_(pshader), decl_(decl), bufferW_(bufferW), bufferH_(bufferH), renderW_(… in TextureShaderApplierDX9()
302 device_->SetVertexDeclaration(decl_); in Use()
327 LPDIRECT3DVERTEXDECLARATION9 decl_; member in DX9::TextureShaderApplierDX9
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Directx9/
H A DTextureCacheDX9.cpp236 …: device_(device), pshader_(pshader), decl_(decl), bufferW_(bufferW), bufferH_(bufferH), renderW_(… in TextureShaderApplierDX9()
302 device_->SetVertexDeclaration(decl_); in Use()
327 LPDIRECT3DVERTEXDECLARATION9 decl_; member in DX9::TextureShaderApplierDX9
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dpluginhost.h80 PluginDeclaration *decl_;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/
H A Dtypeinfo.cc364 tree decl_; member in TypeInfoVisitor
373 const char *prefix = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (this->decl_)); in internal_reference()
544 this->decl_ = decl; in TypeInfoVisitor()
552 return build_struct_literal (TREE_TYPE (this->decl_), this->init_); in result()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A Dtypeinfo.cc327 tree decl_; member in TypeInfoVisitor
336 const char *prefix = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (this->decl_)); in internal_reference()
506 this->decl_ = decl; in TypeInfoVisitor()
514 return build_struct_literal (TREE_TYPE (this->decl_), this->init_); in result()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/
H A Dtypeinfo.cc345 tree decl_; member in TypeInfoVisitor
354 const char *prefix = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (this->decl_)); in internal_reference()
525 this->decl_ = decl; in TypeInfoVisitor()
533 return build_struct_literal (TREE_TYPE (this->decl_), this->init_); in result()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/
H A Dtypeinfo.cc345 tree decl_; member in TypeInfoVisitor
354 const char *prefix = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (this->decl_)); in internal_reference()
525 this->decl_ = decl; in TypeInfoVisitor()
533 return build_struct_literal (TREE_TYPE (this->decl_), this->init_); in result()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/
H A Dtypeinfo.cc344 tree decl_; member in TypeInfoVisitor
353 const char *prefix = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (this->decl_)); in internal_reference()
523 this->decl_ = decl; in TypeInfoVisitor()
531 return build_struct_literal (TREE_TYPE (this->decl_), this->init_); in result()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/
H A Dtypeinfo.cc345 tree decl_; member in TypeInfoVisitor
354 const char *prefix = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (this->decl_)); in internal_reference()
524 this->decl_ = decl; in TypeInfoVisitor()
532 return build_struct_literal (TREE_TYPE (this->decl_), this->init_); in result()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/
H A Dtypeinfo.cc345 tree decl_; member in TypeInfoVisitor
354 const char *prefix = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (this->decl_)); in internal_reference()
525 this->decl_ = decl; in TypeInfoVisitor()
533 return build_struct_literal (TREE_TYPE (this->decl_), this->init_); in result()

12345