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

1 2 3 4 5 6

  /src/usr.bin/make/unit-tests/
cond-undef-lint.exp 1 make: cond-undef-lint.mk:24: Variable "UNDEF" is undefined
2 make: cond-undef-lint.mk:35: Variable "VAR." is undefined
3 make: cond-undef-lint.mk:45: Variable "VAR.defined" is undefined
varparse-dynamic.exp 1 make: varparse-dynamic.mk:9: Variable ".TARGEX" is undefined
2 make: varparse-dynamic.mk:12: Variable ".TARGXX" is undefined
cond-op-and.exp 1 make: cond-op-and.mk:36: Variable "UNDEF" is undefined
2 make: cond-op-and.mk:41: Variable "UNDEF" is undefined
3 make: cond-op-and.mk:44: Variable "UNDEF" is undefined
cond-op-or.exp 1 make: cond-op-or.mk:36: Variable "UNDEF" is undefined
2 make: cond-op-or.mk:41: Variable "UNDEF" is undefined
3 make: cond-op-or.mk:44: Variable "UNDEF" is undefined
cond-token-var.exp 2 make: cond-token-var.mk:30: Variable "UNDEF" is undefined
3 make: cond-token-var.mk:36: Variable "UNDEF" is undefined
4 make: cond-token-var.mk:46: Variable "UNDEF" is undefined
5 make: cond-token-var.mk:64: Variable "U" is undefined
6 make: cond-token-var.mk:69: Variable "U" is undefined
7 make: cond-token-var.mk:78: Variable "U" is undefined
19 make: cond-token-var.mk:133: Variable "UNDEF" is undefined
20 while evaluating variable "UNDEF" with value ""
21 make: cond-token-var.mk:142: Variable "UNDEF" is undefined
22 while evaluating variable "UNDEF" with value "
    [all...]
directive-include-fatal.exp 1 make: directive-include-fatal.mk:14: Variable "UNDEF" is undefined
opt-debug-lint.exp 1 make: opt-debug-lint.mk:20: Variable "X" is undefined
2 make: opt-debug-lint.mk:43: Variable "UNDEF" is undefined
4 while evaluating variable "value" with value "value"
6 while evaluating variable "value" with value "value"
8 while evaluating variable "value" with value ""
var-recursive.exp 1 make: var-recursive.mk:11: Variable DIRECT is recursive.
2 while evaluating variable "DIRECT" with value "${DIRECT}"
5 make: var-recursive.mk:19: Variable INDIRECT1 is recursive.
6 while evaluating variable "INDIRECT2" with value "${INDIRECT1}"
7 while evaluating variable "INDIRECT1" with value "${INDIRECT2}"
11 make: var-recursive.mk:34: Variable MODIFIERS is recursive.
12 while evaluating variable "MODIFIERS" with value "${MODIFIERS:Mpattern}"
15 make: var-recursive.mk:43: Variable V is recursive.
16 while evaluating variable "V" with value "$V"
23 make: Variable VAR is recursive
    [all...]
opt-debug-var.exp 6 make: opt-debug-var.mk:34: Variable "U" is undefined
8 make: opt-debug-var.mk:40: Variable "<" is undefined
var-recursive.mk 8 DIRECT= ${DIRECT} # Defining a recursive variable is not an error.
9 # expect+2: Variable DIRECT is recursive.
11 . info <${DIRECT}> # But expanding such a variable is an error.
17 # expect+2: Variable INDIRECT1 is recursive.
22 # The variable refers to itself, but only in the branch of a condition that
32 # expect+2: Variable MODIFIERS is recursive.
37 # Short variable names can be expanded using the short-hand $V notation,
38 # which takes a different code path in Var_Parse for parsing the variable
41 # expect+2: Variable V is recursive.
51 # expect: make: Variable VAR is recursive
    [all...]
directive-export-gmake.exp 4 make: directive-export-gmake.mk:92: Variable/Value missing from "export"
varmod-range.exp 1 make: varmod-range.mk:43: Variable "" is undefined
8 while evaluating variable "a b c" with value "a b c"
10 while evaluating variable "a b c" with value "a b c"
12 while evaluating variable "a b c" with value "a b c"
cond-token-var.mk 5 # Note the fine distinction between a variable and an expression.
6 # A variable has a name and a value. To access the value, one writes an
9 # variable modifiers such as in ${VAR:Mpattern}.
11 # XXX: Strictly speaking, variable modifiers should be called expression
12 # modifiers instead since they only modify the expression, not the variable.
14 # of the variable.
20 # A defined variable may appear on either side of the comparison.
28 # A variable that appears on the left-hand side must be defined.
29 # expect+1: Variable "UNDEF" is undefined
34 # A variable that appears on the right-hand side must be defined
    [all...]
opt-debug-var.mk 4 # variable assignment and evaluation.
31 # An expression for a variable with a single-character ordinary name.
33 # expect+1: Variable "U" is undefined
37 # An expression for a target-specific variable with a single-character name.
39 # expect+1: Variable "<" is undefined
varname.exp 19 make: varname.mk:98: warning: Invalid character " " in variable name "if ,yes,no"
20 make: varname.mk:113: warning: Invalid character " " in variable name "if ,yes,no"
21 make: varname.mk:120: warning: Invalid character " " in variable name "if ,,"
23 while evaluating variable "if ,answer" with value ""
24 while evaluating variable "GNU_MAKE_IF_MODIFIER" with value "$(if ${HAVE_STRLEN},answer:yes,answer:no)"
25 make: varname.mk:138: warning: Invalid character "\x09" in variable name "a b"
26 make: varname.mk:138: Variable "a b" is undefined
27 make: varname.mk:144: Variable "ÄÖÜ" is undefined
cond-op-and.mk 35 # expect+1: Variable "UNDEF" is undefined
40 # expect+1: Variable "UNDEF" is undefined
43 # expect+1: Variable "UNDEF" is undefined
cond-op-or.mk 35 # expect+1: Variable "UNDEF" is undefined
40 # expect+1: Variable "UNDEF" is undefined
43 # expect+1: Variable "UNDEF" is undefined
cond-undef-lint.mk 17 # An expression based on a defined variable is fine.
23 # expect+1: Variable "UNDEF" is undefined
30 # The variable name depends on the undefined variable, which is probably a
31 # mistake. The variable UNDEF, as used here, can be easily turned into
34 # expect+1: Variable "VAR." is undefined
41 # The inner variable DEF is defined, but the resulting name VAR.defined
42 # refers to an undefined variable, thus an error message.
44 # expect+1: Variable "VAR.defined" is undefined
58 # The crucial point is that at the point where the variable appears in th
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
CodeExpansions.h 28 assert(Inserted && "Declared variable twice");
32 std::string lookup(StringRef Variable) const {
33 return Expansions.lookup(Variable);
38 const_iterator find(StringRef Variable) const {
39 return Expansions.find(Variable);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.h 12 /// Arguments that are explicit and independant (non tied) also have a Variable
35 // A variable represents the value associated to an Operand or a set of Operands
37 struct Variable {
38 // Returns the index of this Variable inside Instruction's Variable.
41 // Returns the index of the Operand linked to this Variable.
44 // Returns whether this Variable has more than one Operand linked to it.
47 // The indices of the operands tied to this Variable.
50 // The index of this Variable in Instruction.Variables and its associated
64 // - VariableIndex: the index of the Variable holding the value for this Operan
    [all...]
CodeTemplate.cpp 35 MCOperand &InstructionTemplate::getValueFor(const Variable &Var) {
39 const MCOperand &InstructionTemplate::getValueFor(const Variable &Var) const {
52 return any_of(Instr->Variables, [this](const Variable &Var) {
CodeTemplate.h 34 MCOperand &getValueFor(const Variable &Var);
35 const MCOperand &getValueFor(const Variable &Var) const;
48 // to the corresponding variable values. Precondition: All VariableValues must
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 146 // SExprs of variable arity, such as Phi, Goto, and SCFG.
200 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) {
204 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) {
279 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) {
283 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; }
284 void exitScope(const Variable &Orig) {}
290 Variable *reduceVariableRef(Variable *Ovd) { return Ovd; }
348 void enterScope(const Variable *V1, const Variable *V2) {
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CloneDetection.h 353 /// Describes an occurrence of a variable reference in a statement.
357 /// The statement in the code where the variable was referenced.
370 /// Adds a new variable referenced to this pattern.
371 /// \param VarDecl The declaration of the variable that is referenced.
372 /// \param Mention The SourceRange where this variable is referenced.
375 /// Adds each referenced variable from the given statement.
392 /// The variable which referencing in this clone was against the pattern.
393 const VarDecl *Variable;
394 /// Where the variable was referenced.
396 /// The variable that should have been referenced to follow the pattern
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyTIL.cpp 80 // If E is a variable, then trace back through any aliases or redundant
84 if (const auto *V = dyn_cast<Variable>(E)) {
85 if (V->kind() == Variable::VK_Let) {
101 // If E is a variable, then trace back through any aliases or redundant
106 if (auto *V = dyn_cast<Variable>(E)) {
107 if (V->kind() != Variable::VK_Let)

Completed in 30 milliseconds

1 2 3 4 5 6