Home
last modified time | relevance | path

Searched +defs:define +defs:variable (Results 1 – 25 of 50) sorted by relevance

12

/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Dphpvars.aug69 let variable = Util.indent . assignment var
81 let define = var
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmBuildCommand.cxx25 std::string const& variable = args[0]; in MainSignature() local
104 std::string const& define = args[0]; in TwoArgsSignature() local
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmBuildCommand.cxx25 std::string const& variable = args[0]; in MainSignature() local
104 std::string const& define = args[0]; in TwoArgsSignature() local
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmBuildCommand.cxx25 std::string const& variable = args[0]; in MainSignature() local
104 std::string const& define = args[0]; in TwoArgsSignature() local
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/
H A DSimpleWMLParser.java263 … Define define = new Define( name, value.toString( ), textdomain, linenum, location, args ); in addNewDefine() local
368 WMLVariable variable = projectCache_.getVariables( ).get( variableName ); in handleSetVariable() local
398 WMLVariable variable = projectCache_.getVariables( ).get( variableName ); in handleUnsetVariable() local
/dports/lang/ghc/ghc-8.10.7/libraries/xhtml/Text/XHtml/Strict/
H A DElements.hs104 define = tag "dfn" function
163 variable = tag "var" function
/dports/cad/openroad/OpenROAD-2.0/src/sta/liberty/
H A DLibertyParser.cc159 LibertyGroup::addDefine(LibertyDefine *define) in addDefine()
322 LibertyStmt *define = makeLibertyDefine(values, line); in makeLibertyComplexAttr() local
431 LibertyDefine *define = nullptr; in makeLibertyDefine() local
505 LibertyVariable *variable = new LibertyVariable(var, value, line); in makeLibertyVariable() local
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dlex.h157 struct defn define; /* Macro definition */ member
164 short variable; member
/dports/graphics/sswf/sswf-1.8.4/src/libasas/
H A Dassembler.c++172 void IntAssembler::FunctionClass(DefineClass& define, as::NodePtr& function) in FunctionClass()
209 void IntAssembler::VarClass(DefineClass& define, as::NodePtr& var) in VarClass()
218 as::NodePtr& variable = var.GetChild(idx); in VarClass() local
266 void IntAssembler::StackClass(DefineClass& define, as::NodePtr& list) in StackClass()
626 void IntAssembler::FlagsClass(DefineClass& define) in FlagsClass()
839 DefineClass define(class_node, prototype, members); in Class() local
1076 as::NodePtr& variable = frame.GetVariable(idx); in ClearVariables() local
1285 as::NodePtr& variable = for_node.GetChild(0); in For() local
2739 void IntAssembler::ExpressionIdentifierVariable(as::NodePtr& variable, as::Data& inst_data, bool wi… in ExpressionIdentifierVariable()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/sl2/
H A Dslast.py592 variable = None variable in SLDisplayable
597 …_context=False, imagemap=False, replaces=False, default_keywords={}, hotspot=False, variable=None): argument
1504 def __init__(self, loc, variable, expression, index_expression): argument
1687 def __init__(self, loc, variable, expression): argument
2280 def define(self, location): member in SLScreen
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/ir/
H A DIRGeneratorForStatements.cpp124 VariableDeclaration const* variable = rootConstVariableDeclaration(*varDecl); in translateReference() local
330 IRVariable variable{m_context.newYulVariable(), _targetType}; in evaluateExpression() local
1674 if (auto const* variable = dynamic_cast<VariableDeclaration const*>(declaration)) in endVisit() local
2003 …else if (auto const* variable = dynamic_cast<VariableDeclaration const*>(_memberAccess.annotation(… in endVisit() local
2084 …if (auto variable = dynamic_cast<VariableDeclaration const*>(_memberAccess.annotation().referenced… in endVisit() local
2730 std::ostream& IRGeneratorForStatements::define(IRVariable const& _var) in define() function in IRGeneratorForStatements
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/html-1.0.1.2/Text/
H A DHtml.hs282 define = tag "DFN" function
335 variable = tag "VAR" function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/html-1.0.1.2/Text/
H A DHtml.hs282 define = tag "DFN" function
335 variable = tag "VAR" function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/html-1.0.1.2/Text/
H A DHtml.hs282 define = tag "DFN" function
335 variable = tag "VAR" function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/html-1.0.1.2/Text/
H A DHtml.hs282 define = tag "DFN" function
335 variable = tag "VAR" function
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/feaLib/
H A Dparser.py2149 def expect_number_(self, variable=False): argument
2348 def define(self, name, item): member in SymbolTable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_passes/src/
H A Dliveness.rs242 fn variable(&self, hir_id: HirId, span: Span) -> Variable { in variable() method
556 fn variable(&self, hir_id: HirId, span: Span) -> Variable { in variable() method
668 fn define(&mut self, writer: LiveNode, var: Variable) { in define() method
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/go/gofrontend/
H A Dgogo.h2322 Variable* variable) in add_variable()
2522 define(Location location, Bindings_snapshot* snapshot) in define() function
2727 add_variable(const std::string& name, Variable* variable) in add_variable()
/dports/lang/gcc48/gcc-4.8.5/gcc/go/gofrontend/
H A Dgogo.h2304 Variable* variable) in add_variable()
2504 define(Location location, Bindings_snapshot* snapshot) in define() function
2709 add_variable(const std::string& name, Variable* variable) in add_variable()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/go/gofrontend/
H A Dgogo.h2231 Variable* variable) in add_variable()
2431 define(Location location, Bindings_snapshot* snapshot) in define() function
2636 add_variable(const std::string& name, Variable* variable) in add_variable()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Dtextctrl.cpp1535 wxString define( ' ', line.Len() ); in DrawLine() local
1536 wxString variable( ' ', line.Len() ); in DrawLine() local
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Dtextctrl.cpp1535 wxString define( ' ', line.Len() ); in DrawLine() local
1536 wxString variable( ' ', line.Len() ); in DrawLine() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/x11/
H A Dtextctrl.cpp1535 wxString define( ' ', line.Len() ); in DrawLine() local
1536 wxString variable( ' ', line.Len() ); in DrawLine() local
/dports/lang/gnat_util/gcc-6-20180516/gcc/go/gofrontend/
H A Dgogo.h2470 Variable* variable) in add_variable()
2670 define(Location location, Bindings_snapshot* snapshot) in define() function
2906 add_variable(const std::string& name, Variable* variable) in add_variable()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/go/gofrontend/
H A Dgogo.h2470 Variable* variable) in add_variable()
2670 define(Location location, Bindings_snapshot* snapshot) in define() function
2906 add_variable(const std::string& name, Variable* variable) in add_variable()

12