Home
last modified time | relevance | path

Searched refs:CTCSVariableIsTrue (Results 1 – 4 of 4) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcodetoolscfgscript.pas283 function CTCSVariableIsTrue(const V: PCTCfgScriptVariable): boolean; inline; in CTCSVariableIsTrue() function
877 function CTCSVariableIsTrue(const V: PCTCfgScriptVariable): boolean; in CTCSVariableIsTrue() function
1447 ExprIsTrue:=CTCSVariableIsTrue(FStack.TopItemOperand);
2185 b:=CTCSVariableIsTrue(@OperandItem^.Operand);
2192 b:=CTCSVariableIsTrue(@OperandItem^.Operand);
2197 ctcsoAnd: b:=b and CTCSVariableIsTrue(@OperandItem^.Operand);
2198 ctcsoOr: b:=b or CTCSVariableIsTrue(@OperandItem^.Operand);
2199 ctcsoXOr: b:=b xor CTCSVariableIsTrue(@OperandItem^.Operand);
/dports/editors/lazarus/lazarus/components/codetools/
H A Dcodetoolscfgscript.pas283 function CTCSVariableIsTrue(const V: PCTCfgScriptVariable): boolean; inline; in CTCSVariableIsTrue() function
877 function CTCSVariableIsTrue(const V: PCTCfgScriptVariable): boolean; in CTCSVariableIsTrue() function
1447 ExprIsTrue:=CTCSVariableIsTrue(FStack.TopItemOperand);
2185 b:=CTCSVariableIsTrue(@OperandItem^.Operand);
2192 b:=CTCSVariableIsTrue(@OperandItem^.Operand);
2197 ctcsoAnd: b:=b and CTCSVariableIsTrue(@OperandItem^.Operand);
2198 ctcsoOr: b:=b or CTCSVariableIsTrue(@OperandItem^.Operand);
2199 ctcsoXOr: b:=b xor CTCSVariableIsTrue(@OperandItem^.Operand);
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dcodetoolscfgscript.pas283 function CTCSVariableIsTrue(const V: PCTCfgScriptVariable): boolean; inline; in CTCSVariableIsTrue() function
877 function CTCSVariableIsTrue(const V: PCTCfgScriptVariable): boolean; in CTCSVariableIsTrue() function
1447 ExprIsTrue:=CTCSVariableIsTrue(FStack.TopItemOperand);
2185 b:=CTCSVariableIsTrue(@OperandItem^.Operand);
2192 b:=CTCSVariableIsTrue(@OperandItem^.Operand);
2197 ctcsoAnd: b:=b and CTCSVariableIsTrue(@OperandItem^.Operand);
2198 ctcsoOr: b:=b or CTCSVariableIsTrue(@OperandItem^.Operand);
2199 ctcsoXOr: b:=b xor CTCSVariableIsTrue(@OperandItem^.Operand);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcodetoolscfgscript.pas283 function CTCSVariableIsTrue(const V: PCTCfgScriptVariable): boolean; inline; in CTCSVariableIsTrue() function
877 function CTCSVariableIsTrue(const V: PCTCfgScriptVariable): boolean; in CTCSVariableIsTrue() function
1447 ExprIsTrue:=CTCSVariableIsTrue(FStack.TopItemOperand);
2185 b:=CTCSVariableIsTrue(@OperandItem^.Operand);
2192 b:=CTCSVariableIsTrue(@OperandItem^.Operand);
2197 ctcsoAnd: b:=b and CTCSVariableIsTrue(@OperandItem^.Operand);
2198 ctcsoOr: b:=b or CTCSVariableIsTrue(@OperandItem^.Operand);
2199 ctcsoXOr: b:=b xor CTCSVariableIsTrue(@OperandItem^.Operand);