Searched refs:variables (Results 51 - 75 of 153) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h221 VariableList &variables);
224 VariableList &variables);
/freebsd-13-stable/contrib/bearssl/mk/
H A DDefaults.mk25 # This file sets variables with generic default values, which can be
H A DNMake.mk25 # This file sets variables for use with NMake.exe, as distributed with
H A DSingleUnix.mk25 # This file sets variables for use with a SingleUnix-compatible 'make'
/freebsd-13-stable/contrib/bmake/mk/
H A Dtarget-flags.mk27 # variables. The original version of this macro file did
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcmdline.mk3 # Tests for command line parsing and related special variables.
H A Dcond-short.mk15 # expressions, undefined variables were allowed.
123 # TODO: Rewrite this whole section and check all the conditions and variables.
157 # since undefined variables are allowed and expand to an empty string.
206 # variables may be used in these expressions without generating an error.
H A Dcond-token-plain.exp36 make: "cond-token-plain.mk" line 122: Undefined variables in bare words expand to an empty string.
H A Ddep-colon-bug-cross-file.mk25 # properly copied before storing them in global variables.
H A Ddollar.exp2 Printing dollar from literals and variables
H A Dvar-recursive.mk25 # The chain of variables that refer to each other may be long.
H A Dvarname.mk3 # Tests for special variables, such as .MAKE or .PARSEDIR.
H A Dvarparse-errors.mk30 # It may refer to undefined variables though.
H A Ddollar.mk31 $H 'Printing dollar from literals and variables'
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp110 VariableList &variables) {}
114 VariableList &variables) {}
107 FindGlobalVariables(ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) argument
112 FindGlobalVariables(const RegularExpression &regex, uint32_t max_matches, VariableList &variables) argument
H A DCompileUnit.cpp335 void CompileUnit::SetVariableList(VariableListSP &variables) { argument
336 m_variables = variables;
/freebsd-13-stable/share/mk/
H A Dbsd.nls.mk6 # +++ variables +++
H A Dsrc.sys.mk24 # Validate the env-only variables.
H A Dsuite.test.mk37 # All the variables for a test program defined in the Makefile are appended
82 # Definition of the "make check" target and supporting variables.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1176 uint32_t max_matches, VariableList &variables) {
1192 variables.AddVariable(var);
1320 VariableList &variables) {
1419 VariableListSP variables = block.GetBlockVariableList(false); local
1420 if (!variables) {
1421 variables = std::make_shared<VariableList>();
1422 block.SetVariableList(variables);
1458 variables->AddVariableIfUnique(variable);
1476 VariableListSP variables; local
1492 variables
1174 FindGlobalVariables( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) argument
1319 ParseVariablesForCompileUnit(CompileUnit &comp_unit, VariableList &variables) argument
[all...]
H A DSymbolFileNativePDB.h105 VariableList &variables) override;
226 VariableList &variables);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h109 lldb_private::VariableList &variables) override;
112 lldb_private::VariableList &variables) override;
258 lldb_private::VariableList &variables);
/freebsd-13-stable/usr.sbin/bsdconfig/startup/
H A Drcdelete242 # Get the user's blessing to delete one or more variables. Returns success if
259 # Not reached unless requested to delete multiple variables
261 # Generate a menu to cleanly display the variables to be deleted
335 # Generate _${var}_desc variables from $RCCONF_MAP
/freebsd-13-stable/tools/build/make_check/
H A DMakefile33 diff -u ${.CURDIR}/regress.variables.out - || \
35 @echo "ok 2 - test_variables # Test variables detected no regression, output matches."
91 # the left-hand-side's embedded variables above.
106 # check if bmake can expand plain variables
182 .error variables not passed through MAKEFLAGS
187 # Check that we cannot override the passed variables
192 .error MAKEFLAGS-passed variables overridden
200 # Check that we can override the passed variables on the next sub-make's
209 .error MAKEFLAGS-passed variables not overridden on command line
225 .error MAKEFLAGS-passed variables no
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h117 lldb_private::VariableList &variables) override;
121 lldb_private::VariableList &variables) override;

Completed in 123 milliseconds

1234567