HomeSort by relevance Sort by last modified time
    Searched refs:Assign (Results 226 - 250 of 375) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h 61 // All binary operators (excluding compound assign operators).
67 OPERATOR(LOr) OPERATOR(Assign) OPERATOR(Comma)
69 // All compound assign operators.
421 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
562 case BO_##NAME##Assign: \
563 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h 61 // All binary operators (excluding compound assign operators).
67 OPERATOR(LOr) OPERATOR(Assign) OPERATOR(Comma)
69 // All compound assign operators.
421 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
562 case BO_##NAME##Assign: \
563 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h 61 // All binary operators (excluding compound assign operators).
67 OPERATOR(LOr) OPERATOR(Assign) OPERATOR(Comma)
69 // All compound assign operators.
421 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
562 case BO_##NAME##Assign: \
563 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
fixer_util.py 27 def Assign(target, source):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
fixer_util.py 27 def Assign(target, source):
  /prebuilts/go/darwin-x86/src/cmd/fix/
fix.go 214 walkBeforeAfter(&n.Assign, before, after)
633 // Assign same position as the previous import,
  /prebuilts/go/linux-x86/src/cmd/fix/
fix.go 214 walkBeforeAfter(&n.Assign, before, after)
633 // Assign same position as the previous import,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 27 def Assign(target, source):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 27 def Assign(target, source):
  /art/runtime/
method_handles.cc 581 sf.Assign(reinterpret_cast<mirror::EmulatedStackFrame*>(
584 sf.Assign(mirror::EmulatedStackFrame::CreateFromShadowFrameAndArgs(self,
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 468 bool Assign) {
481 if (!Assign) {
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 110 X(Assign, "assign");
126 // Assign the instruction a new number.
305 : InstHighLevel(Func, Inst::Assign, 1, Dest) {
    [all...]
IceInst.h 65 Assign, // not part of LLVM/PNaCl bitcode
359 static bool classof(const Inst *Instr) { return Instr->getKind() == Assign; }
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session_test.cc 650 Node* init = test::graph::Assign(&g, var, test::graph::Constant(&g, one));
652 Node* update = test::graph::Assign(
    [all...]
  /external/turbine/java/com/google/turbine/binder/
ConstEvaluator.java 900 if (arg.kind() == Tree.Kind.ASSIGN) {
901 Tree.Assign assign = (Tree.Assign) arg; local
902 key = assign.name();
903 expr = assign.expr();
  /build/kati/
func.go 1148 glog.V(1).Infof("eval assign %#v => lhs:%q op:%q rhs:%#v", f, lhs, op, rhs)
1211 // TODO(ukai): factor out parse assign?
1254 return ev.errorf("eval assign error: %q: %v", f.String(), err)
1283 glog.Infof("Eval ASSIGN: %s=%q (flavor:%q)", f.lhs, rvalue, rvalue.Flavor())
1285 ev.outVars.Assign(f.lhs, rvalue)
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/openjdkjvmti/
ti_redefine.cc     [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 786 mark_stack_[mark_stack_pos_++].Assign(obj);
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 697 /// \@property (assign, readwrite) int MyProperty;
729 enum SetterKind { Assign, Retain, Copy, Weak };
851 return Assign;
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_object.cpp     [all...]
  /external/python/cpython2/Python/
symtable.c     [all...]

Completed in 1490 milliseconds

1 2 3 4 5 6 7 8 91011>>