HomeSort by: relevance | last modified time | path
    Searched refs:Variables (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/mit/libcbor/dist/docs/doxygen/search/
searchdata.js 20 4: "variables",
33 4: "Variables",
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
CodeTemplate.cpp 19 : Instr(Instr), VariableValues(Instr->Variables.size()) {}
44 return getValueFor(Instr->Variables[Op.getVariableIndex()]);
48 return getValueFor(Instr->Variables[Op.getVariableIndex()]);
52 return any_of(Instr->Variables, [this](const Variable &Var) {
MCInstrDescView.cpp 95 SmallVector<Variable, 4> Variables,
101 Variables(std::move(Variables)), ImplDefRegs(*ImplDefRegs),
112 SmallVector<Variable, 4> Variables;
149 Variables.reserve(Operands.size()); // Variables.size() <= Operands.size()
150 // Assigning Variables to non tied explicit operands.
153 const size_t VariableIndex = Variables.size();
156 Variables.emplace_back();
157 Variables.back().Index = VariableIndex
    [all...]
MCInstrDescView.h 14 /// Variables.
50 // The index of this Variable in Instruction.Variables and its associated
160 const SmallVector<Variable, 4> Variables;
168 SmallVector<Variable, 4> Variables, const BitVector *ImplDefRegs,
ParallelSnippetGenerator.cpp 85 for (const auto &Var : Instr.Variables)
122 // Assign registers to variables in a round-robin manner. This is simple but
148 // Prevent other variables from using the register.
182 CT.Info = "instruction has tied variables, using static renaming.";
188 // No tied variables, we pick random values for defs.
214 "instruction has no tied variables picking Uses different from defs";
SnippetGenerator.cpp 264 for (const Variable &Var : IT.getInstr().Variables) {
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-c-7 89 Local Variables:
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CloneDetection.cpp 529 for (size_t KindIndex = 0; KindIndex < Variables.size(); ++KindIndex) {
530 if (Variables[KindIndex] == VarDecl) {
532 // the Variables vector.
538 // referenced variables and add a occurrence that points to this new entry.
539 Occurences.emplace_back(Variables.size(), Mention);
540 Variables.push_back(VarDecl);
546 // variables.
587 // If there is a variable available in the list of referenced variables
590 if (OtherOccurence.KindID < Variables.size())
591 FirstSuggestion = Variables[OtherOccurence.KindID]
    [all...]
  /src/external/bsd/unbound/dist/contrib/
create_unbound_ad_servers.cmd 8 rem Variables
unbound_cache.cmd 9 rem Variables
  /src/external/mit/libcbor/dist/docs/doxygen/
menudata.js 26 {text:'Variables',url:'functions_vars.html',children:[
57 {text:'Variables',url:'globals_vars.html'},
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp 337 /// The local variables defined.
338 std::map<std::string, Variable> Variables;
378 // known variables for each.
1116 assert_with_loc(Variables.find(VarName) != Variables.end(),
1118 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName());
1125 Variables.clear();
1128 // known variables for each.
1134 Variables[Name] = Variable(Types[I], Name + VariablePostfix);
1154 assert(Variables.find(Name) != Variables.end())
    [all...]
  /src/libexec/httpd/
printenv.lua 7 -- daemon mode, you can set global variables here, but they will have
45 -- print the list of "environment" variables
56 httpd.print('<h2>Query Variables</h2>')
83 httpd.print('<h2>Form Variables</h2>')
  /src/share/mk/
bsd.kinc.mk 3 # Variables:
bsd.lua.mk 6 # Variables used
66 ##### Global variables
  /src/usr.bin/make/unit-tests/
cond-func-defined.mk 40 # Variables from .for loops are not defined.
46 # In .for loops, expressions based on the loop variables are substituted at
deptgt-makeflags.mk 16 # Variables that are set via the -D command line option are normal global
17 # variables and can thus be undefined later.
37 # Variables set on the command line as VAR=value are placed in the
cond-undef-lint.mk 3 # Tests for defined and undefined variables in .if conditions, in lint mode.
6 # accurate error messages in case of undefined variables, instead of the
52 # Variables that are referenced indirectly may be undefined in a condition.
55 # and a few others. Just because these nested variables are not defined,
60 # variables. In particular, there is no modifier that would turn undefined
61 # nested variables into empty strings, as an equivalent to the :U modifier.
var-scope-cmdline.mk 3 # Tests for variables specified on the command line.
5 # Variables that are specified on the command line override those from the
13 # most of the variables are stored. This conflicts with the statement that
14 # variables from the cmdline scope override global variables, since after the
57 # that both global and cmdline variables could now be undefined at will as a
61 # Most cmdline variables are set at the very beginning, when parsing the
63 # possible to set cmdline variables at any later time.
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CloneDetection.h 350 /// Analyzes the pattern of the referenced variables in a statement.
355 /// The index of the associated VarDecl in the Variables vector.
364 /// All occurrences of referenced variables in the order of appearance.
366 /// List of referenced variables in the order of appearance.
368 std::vector<const VarDecl *> Variables;
386 /// Describes two clones that reference their variables in a different pattern
427 /// variables in the return statements) and would have two differences when
439 /// Ensures that all clones reference variables in the same pattern.
  /src/sys/arch/m68k/fpsp/
fpsp.h 40 * frame and any local variables needed by the FPSP package.
58 * | FPSP Local Variables |
103 * Local Variables on the stack
105 LOCAL_SIZE equ 192 ;bytes needed for local variables
l_fpsp.h 50 * work variables that are needed, and save any registers that
65 * | FPSP Local Variables |
115 * Local Variables on the stack
117 LOCAL_SIZE equ 228 ;bytes needed for local variables
  /src/external/gpl2/texinfo/dist/util/
fix-info-dir 42 #variables set by options
82 Environment Variables: TMPDIR
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
General.pm 51 # Variables we define and export.
72 =head2 Global Variables
412 ## Local Variables:
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 384 /// maps assembly-time variable names to variables.
392 StringMap<Variable> Variables;
1125 auto it = Variables.find(tok->getIdentifier().lower());
1128 if (it != Variables.end() && it->second.IsText) {
1551 // Variables use case-insensitive symbol names; if this is a variable, we
1553 auto VarIt = Variables.find(SymbolName.lower());
1554 if (VarIt != Variables.end())
3277 Variable &Var = Variables[Name.lower()];
3394 auto it = Variables.find(ID.lower());
3395 if (it == Variables.end())
    [all...]

Completed in 48 milliseconds

1 2