HomeSort by relevance Sort by last modified time
    Searched refs:assignment (Results 176 - 200 of 540) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/go/types/
call.go 107 // expressions on the lhs of an assignment.
112 // If the lhs is an identifier denoting a variable v, this assignment
300 check.assignment(x, typ, check.sprintf("argument to %s", fun))
builtins.go 473 check.assignment(x, &emptyInterface, "argument to panic")
493 check.assignment(x, nil, "argument to "+predeclaredFuncs[id].name)
517 check.assignment(x, nil, "argument to unsafe.Alignof")
574 check.assignment(x, nil, "argument to unsafe.Sizeof")
expr.go 383 // upon assignment or use.
483 // to assignment and expression checking.
940 check.assignment(&x, typ, "array or slice literal")
1117 check.assignment(x, etyp, "struct literal")
1134 check.errorf(x.pos(), "implicit assignment to unexported field %s in %s literal", fld.name, typ)
1138 check.assignment(x, etyp, "struct literal")
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
call.go 107 // expressions on the lhs of an assignment.
112 // If the lhs is an identifier denoting a variable v, this assignment
300 check.assignment(x, typ, check.sprintf("argument to %s", fun))
builtins.go 473 check.assignment(x, &emptyInterface, "argument to panic")
493 check.assignment(x, nil, "argument to "+predeclaredFuncs[id].name)
517 check.assignment(x, nil, "argument to unsafe.Alignof")
574 check.assignment(x, nil, "argument to unsafe.Sizeof")
expr.go 383 // upon assignment or use.
483 // to assignment and expression checking.
940 check.assignment(&x, typ, "array or slice literal")
1117 check.assignment(x, etyp, "struct literal")
1134 check.errorf(x.pos(), "implicit assignment to unexported field %s in %s literal", fld.name, typ)
1138 check.assignment(x, etyp, "struct literal")
    [all...]
  /external/icu/icu4c/source/common/
locid.cpp 1021 const char* assignment = uprv_strchr(fullName, '='); local
1023 if(assignment > variantStart) {
  /external/mesa3d/docs/specs/OLD/
MESA_packed_depth_stencil.spec 171 The assignment of elements to fields in the packed pixel is as
  /hardware/invensense/6515/libsensors_iio/software/build/android/
common.mk 25 # ?= assignment sets it only if not already defined
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
phi.go 310 // Remember the old assignment so we can undo it when we exit b.
312 // Record the new assignment.
334 // Remember the old assignment so we can undo it when we exit b.
336 // Record the new assignment.
inl.go 594 // NB: this check is necessary to prevent indirect re-assignment of the variable
655 // The second return value is the first such assignment encountered in the walk, if any. It is mostly
658 // TODO: handle initial declaration not including an assignment and followed by a single assignment?
885 // anonymous return values, synthesize names for use in assignment that replaces return
938 // assignment list, and we're done.
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
lostcancel.go 14 // Check the three functions and assignment forms (var, :=, =) we look for.
  /prebuilts/go/darwin-x86/src/go/format/
format.go 25 // []ast.Stmt, or assignment-compatible to ast.Expr, ast.Decl, ast.Spec,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
phi.go 310 // Remember the old assignment so we can undo it when we exit b.
312 // Record the new assignment.
334 // Remember the old assignment so we can undo it when we exit b.
336 // Record the new assignment.
inl.go 594 // NB: this check is necessary to prevent indirect re-assignment of the variable
655 // The second return value is the first such assignment encountered in the walk, if any. It is mostly
658 // TODO: handle initial declaration not including an assignment and followed by a single assignment?
885 // anonymous return values, synthesize names for use in assignment that replaces return
938 // assignment list, and we're done.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
lostcancel.go 14 // Check the three functions and assignment forms (var, :=, =) we look for.
  /prebuilts/go/linux-x86/src/go/format/
format.go 25 // []ast.Stmt, or assignment-compatible to ast.Expr, ast.Decl, ast.Spec,
  /external/curl/lib/
checksrc.pl 61 'ASSIGNWITHINCONDITION' => 'assignment within conditional expression',
372 "assignment within conditional expression");
  /external/v8/src/asmjs/
asm-typer.h 276 AsmType* ValidateGlobalDeclaration(Assignment* assign);
281 AsmType* ValidateFunctionTable(Assignment* assign);
332 AsmType* ValidateAssignmentExpression(Assignment* assignment);
411 ZoneVector<Assignment*> function_pointer_tables_;
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
FieldAccessExpr.java 297 result = model.assignment(target, mName, castExpr);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 35 #include "mcld/Script/Assignment.h"
545 case Assignment::HIDDEN:
548 case Assignment::DEFAULT:
559 case Assignment::PROVIDE_HIDDEN:
562 case Assignment::PROVIDE:
575 // Set symbol of this assignment.
749 Assignment& assignment = (*assign).second; local
754 scriptSymsFinalized &= assignment.assign(evaluator);
758 symbol->setValue(assignment.symbol().value())
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldgram.y 425 | assignment end
671 assignment end
766 assignment: label
  /build/blueprint/
context.go 645 case *parser.Assignment:
918 // file contains an assignment to the "subdirs" variable, then the
920 // subBlueprints return value. If the Blueprints file contains an assignment
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
hashmap_fast.go 352 panic(plainError("assignment to entry in nil map"))
438 panic(plainError("assignment to entry in nil map"))
524 panic(plainError("assignment to entry in nil map"))
610 panic(plainError("assignment to entry in nil map"))
696 panic(plainError("assignment to entry in nil map"))
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap_fast.go 352 panic(plainError("assignment to entry in nil map"))
438 panic(plainError("assignment to entry in nil map"))
524 panic(plainError("assignment to entry in nil map"))
610 panic(plainError("assignment to entry in nil map"))
696 panic(plainError("assignment to entry in nil map"))
    [all...]

Completed in 2379 milliseconds

1 2 3 4 5 6 78 91011>>