Home
last modified time | relevance | path

Searched refs:UseFlags (Results 1 – 24 of 24) sorted by relevance

/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Diwyu_use_flags.h16 typedef unsigned UseFlags; typedef
18 const UseFlags UF_None = 0;
19 const UseFlags UF_InCxxMethodBody = 1; // use is inside a C++ method body
20 const UseFlags UF_FunctionDfn = 2; // use is a function being defined
21 const UseFlags UF_ExplicitInstantiation = 4; // use targets an explicit instantiation
H A Diwyu_output.h55 UseFlags flags,
75 UseFlags flags() const { return use_flags_; } in flags()
111 UseFlags use_flags_; // flags describing features of the use
235 UseFlags flags, const char* comment);
255 UseFlags flags, const char* comment);
261 UseFlags flags, const char* comment);
H A Diwyu_output.cc242 UseFlags flags, const char* comment) in OneUse()
609 UseFlags flags, in ReportFullSymbolUse()
665 UseFlags flags, in ReportForwardDeclareUse()
680 UseFlags flags, in ReportUsingDeclUse()
H A Diwyu_ast_util.h391 UseFlags ComputeUseFlags(const ASTNode* ast_node);
H A Diwyu_ast_util.cc283 UseFlags ComputeUseFlags(const ASTNode* ast_node) { in ComputeUseFlags()
284 UseFlags flags = UF_None; in ComputeUseFlags()
H A Diwyu.cc1569 UseFlags extra_use_flags = 0) { in ReportDeclUse()
1581 const UseFlags use_flags = in ReportDeclUse()
2886 UseFlags extra_use_flags = 0) override { in ReportDeclUse()
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/
H A Dcollision_trimesh_opcode.cpp71 dxTriMeshData::dxTriMeshData() : UseFlags( NULL ) in dxTriMeshData()
80 if ( UseFlags ) in ~dxTriMeshData()
81 delete [] UseFlags; in ~dxTriMeshData()
162 UseFlags = 0; in Build()
261 if (UseFlags) in Preprocess()
267 UseFlags = new uint8[numTris]; in Preprocess()
268 memset(UseFlags, 0, sizeof(uint8) * numTris); in Preprocess()
349 UseFlags[curER.TriIdx] &= ~curER.Vert1Flags; in Preprocess()
353 UseFlags[curER.TriIdx] &= ~curER.Vert2Flags; in Preprocess()
517 *buf = g->UseFlags; in dGeomTriMeshDataGetBuffer()
[all …]
H A Dcollision_trimesh_ccylinder.cpp1109 uint8* UseFlags = TriMesh->Data->UseFlags; in dCollideCCTL() local
1120 uint8 flags = UseFlags ? UseFlags[Triint] : dxTriMeshData::kUseAll; in dCollideCCTL()
H A Dcollision_trimesh_internal.h161 enum UseFlags enum
196 uint8* UseFlags; member
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/
H A Dcollision_trimesh_opcode.cpp71 dxTriMeshData::dxTriMeshData() : UseFlags( NULL ) in dxTriMeshData()
80 if ( UseFlags ) in ~dxTriMeshData()
81 delete [] UseFlags; in ~dxTriMeshData()
162 UseFlags = 0; in Build()
261 if (UseFlags) in Preprocess()
267 UseFlags = new uint8[numTris]; in Preprocess()
268 memset(UseFlags, 0, sizeof(uint8) * numTris); in Preprocess()
349 UseFlags[curER.TriIdx] &= ~curER.Vert1Flags; in Preprocess()
353 UseFlags[curER.TriIdx] &= ~curER.Vert2Flags; in Preprocess()
517 *buf = g->UseFlags; in dGeomTriMeshDataGetBuffer()
[all …]
H A Dcollision_trimesh_ccylinder.cpp1109 uint8* UseFlags = TriMesh->Data->UseFlags; in dCollideCCTL() local
1120 uint8 flags = UseFlags ? UseFlags[Triint] : dxTriMeshData::kUseAll; in dCollideCCTL()
H A Dcollision_trimesh_internal.h161 enum UseFlags enum
196 uint8* UseFlags; member
/dports/devel/ode/ode-0.13/ode/src/
H A Dcollision_trimesh_opcode.cpp72 dxTriMeshData::dxTriMeshData() : UseFlags( NULL ) in dxTriMeshData()
81 if ( UseFlags ) in ~dxTriMeshData()
82 delete [] UseFlags; in ~dxTriMeshData()
163 UseFlags = 0; in Build()
262 if (UseFlags) in Preprocess()
268 UseFlags = new uint8[numTris]; in Preprocess()
269 memset(UseFlags, 0, sizeof(uint8) * numTris); in Preprocess()
351 UseFlags[curER.TriIdx] &= ~curER.Vert1Flags; in Preprocess()
355 UseFlags[curER.TriIdx] &= ~curER.Vert2Flags; in Preprocess()
522 *buf = g->UseFlags; in dGeomTriMeshDataGetBuffer()
[all …]
H A Dcollision_trimesh_ccylinder.cpp1081 uint8* UseFlags = TriMesh->Data->UseFlags; in dCollideCCTL() local
1092 uint8 flags = UseFlags ? UseFlags[Triint] : dxTriMeshData::kUseAll; in dCollideCCTL()
H A Dcollision_trimesh_internal.h208 enum UseFlags enum
243 uint8* UseFlags; member
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeDraw.pm51 $self->{UseFlags} = delete $args{UseFlags};
153 $args{UseFlags} = 1;
H A Dcbbbike404 UseFlags => 1,
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DEvohomeWeb.h63 … const std::string &Password, const unsigned int refreshrate, const int UseFlags, const unsigned i…
H A DEvohomeWeb.cpp43 … const std::string &Password, const unsigned int refreshrate, const int UseFlags, const unsigned i… in CEvohomeWeb() argument
66 m_updatedev = ((UseFlags & 1) == 0); // reverted value: default = true in CEvohomeWeb()
67 m_showschedule = ((UseFlags & 2) > 0); in CEvohomeWeb()
68 m_showlocation = ((UseFlags & 4) > 0); in CEvohomeWeb()
69 m_showhdtemps = ((UseFlags & 8) > 0); in CEvohomeWeb()
70 m_hdprecision = ((UseFlags & 16) > 0) ? 100 : 10; in CEvohomeWeb()
/dports/german/BBBike/BBBike-3.18/BBBikeDraw/
H A DImager.pm743 if ($self->{UseFlags} &&
781 } elsif ($self->{UseFlags} && $self->imagetype eq 'wbmp' &&
H A DPDF.pm661 $self->{UseFlags} = 0; # XXX don't use this because of missing transparency information in .jpg
662 if ($self->{UseFlags}) {
H A DGD.pm1017 if ($self->{UseFlags} &&
1059 } elsif ($self->{UseFlags} && $self->imagetype eq 'wbmp' &&
H A DPDFCairo.pm624 if ($self->{UseFlags}) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-swagger/go-swagger/generator/
H A Dstructs.go703 func (g *GenApp) UseFlags() bool { func