Home
last modified time | relevance | path

Searched refs:IsVariable (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/biology/lamarc/lamarc-2.1.8/src/bayeslike/
H A Dbayesanalyzer_1d.cpp79 if (IsVariable(pnum)) in AnalyzeAndAdd()
89 if (IsVariable(pnum)) in AnalyzeAndAdd()
327 if (IsVariable(parameter)) in GetMaxForChain()
336 if (IsVariable(parameter)) in GetLikeAtMaxForChain()
345 if (IsVariable(parameter)) in GetMaxForRegion()
354 if (IsVariable(parameter)) in GetLikeAtMaxForRegion()
383 if (IsVariable(parameter)) in GetPercentileAtValForRegion()
392 if (IsVariable(parameter)) in GetValAtPercentileForRegion()
401 if (IsVariable(parameter)) in GetLikeAtValForRegion()
410 if (IsVariable(parameter)) in GetLikeAtValForReplicate()
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/core/
H A Duzetextpreprocessor.pas28 IsVariable:Boolean;
33 …(const Id:string;const OBracket,CBracket:char;const Func:TStrProcessFunc;IsVariable:Boolean=false);
46 …(const Id:string;const OBracket,CBracket:char;const Func:TStrProcessFunc;IsVariable:Boolean=false);
60 data.IsVariable:=IsVariable;
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.Numerical/
H A DAssumeTrueVisitor.cs62 var leftIsVariable = Decoder.IsVariable (left); in VisitLogicalAnd()
63 var rightIsVariable = Decoder.IsVariable (right); in VisitLogicalAnd()
76 var leftIsVariable = Decoder.IsVariable (left); in VisitLogicalOr()
77 var rightIsVariable = Decoder.IsVariable (right); in VisitLogicalOr()
H A DBoxedExpressionDecoder.cs47 if (expr.IsVariable) in OperatorFor()
218 public bool IsVariable (BoxedExpression expr) in IsVariable() method in Mono.CodeContracts.Static.Analysis.Numerical.BoxedExpressionDecoder
220 return expr.IsVariable; in IsVariable()
/dports/science/elmerfem/elmerfem-release-9.0/misc/netcdf/src/GridDataMapper/
H A DMapperUtils.f90136 LOGICAL, ALLOCATABLE :: IsVariable(:) ! Valid until total_size local
157 ALLOCATE ( IsVariable(TOTAL), STAT = alloc_stat )
161 IsVariable = .FALSE. ! Defaulted to constant; even when over range
200 IsVariable(loop) = .TRUE. ! To find correct places later on
249 IF ( IsVariable(loop) ) THEN
259 IF ( IsVariable(loop) ) THEN
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp92 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
94 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
101 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
102 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp92 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
94 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
101 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
102 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp92 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
94 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
101 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
102 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp92 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
94 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
101 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
102 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp92 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
94 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
101 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
102 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp95 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
97 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
104 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
105 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp94 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
96 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
103 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
104 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp94 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
96 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
103 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
104 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp94 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
96 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
103 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
104 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp95 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
97 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
104 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
105 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp95 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
97 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
104 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
105 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp94 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
96 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
103 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
104 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp94 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
96 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
103 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
104 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp96 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
98 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
105 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
106 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp96 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
98 IsVariable ? dyn_cast<DeclRefExpr>(Arg)->getDecl() : nullptr; in check()
105 << IsConstArg << IsVariable << IsTriviallyCopyable in check()
106 << (IsConstArg && IsVariable && !IsTriviallyCopyable) << Var in check()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/EFFImporter/
H A DEFFImporter.cpp116 str->ReadWord( &fx->IsVariable ); in GetEffectV1()
148 str->ReadWord( &fx->IsVariable ); //if this field was set to 1, this is a variable in GetEffectV20()
173 if (fx->IsVariable) { in GetEffectV20()
204 if (fx->IsVariable) { in PutEffectV2()
213 stream->WriteWord( &fx->IsVariable ); in PutEffectV2()
222 if (fx->IsVariable) { in PutEffectV2()
242 if (fx->IsVariable) { in PutEffectV2()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Proving/
H A DBoxedExpression.cs44 public virtual bool IsVariable property in Mono.CodeContracts.Static.Proving.BoxedExpression
223 if (decoder.IsVariable (expr, out variable)) { in Convert()
481 public override bool IsVariable property in Mono.CodeContracts.Static.Proving.BoxedExpression.CastExpression
483 get { return this.Expr.IsVariable; }
800 public override bool IsVariable property in Mono.CodeContracts.Static.Proving.BoxedExpression.ExternalBox
901 bool res = this.decoder.IsVariable (this.expr, out value); in TryGetIsVariableFromCache()
1285 public override bool IsVariable property in Mono.CodeContracts.Static.Proving.BoxedExpression.OldExpression
1287 get { return this.Old.IsVariable; }
1587 public override bool IsVariable property in Mono.CodeContracts.Static.Proving.BoxedExpression.ValueAtReturnExpression
1589 get { return this.Value.IsVariable; }
[all …]
/dports/math/yacas/yacas-1.9.1/tests/
H A Dpredicates.yts98 Verify(IsVariable(a),True);
99 Verify(IsVariable(Sin(a)),False);
100 Verify(IsVariable(2),False);
101 Verify(IsVariable(-2),False);
102 Verify(IsVariable(2.1),False);
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/
H A Dexpr.hxx128 bool IsVariable() const;
186 bool IsVariable() const { return pExpr->IsVariable(); } in IsVariable() function in SbiExpression
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/inc/
H A Dexpr.hxx129 bool IsVariable() const;
187 bool IsVariable() const { return pExpr->IsVariable(); } in IsVariable() function in SbiExpression

12345678910