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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
float_test.go 255 // Assign constants to variables so that they are (hopefully) constant folded
  /prebuilts/go/linux-x86/src/go/ast/
walk.go 253 Walk(v, n.Assign)
  /prebuilts/go/linux-x86/src/reflect/
makefunc.go 92 // by code like Convert and Interface and Assign.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13799.go 44 // of map. Assign to fn declared outside of loop triggers escape of closure.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 97 } Assign;
396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 97 } Assign;
396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4)
  /system/tpm/trunks/
resource_manager_test.cc 46 void Assign(std::string* to, const std::string& from) {
253 base::Bind(&Assign, &actual_response);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
fixer_util.py 27 def Assign(target, source):
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 50 // All binary operators (excluding compound assign operators).
56 OPERATOR(LOr) OPERATOR(Assign) OPERATOR(Comma)
58 // All compound assign operators.
399 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
533 case BO_##NAME##Assign: \
534 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 318 "assign the default action to an Action variable and use "
637 // Implements the Assign action to set a given pointer referent to a
    [all...]
  /external/python/cpython2/Lib/lib2to3/
fixer_util.py 27 def Assign(target, source):
  /external/python/cpython3/Lib/lib2to3/
fixer_util.py 25 def Assign(target, source):
  /external/tensorflow/tensorflow/core/graph/
testlib.cc 139 Node* Assign(Graph* g, Node* var, Node* val) {
141 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Assign")
  /external/turbine/java/com/google/turbine/parse/
ConstExpressionParser.java 50 case ASSIGN:
52 return TurbineOperatorKind.ASSIGN;
506 } else if (op == TurbineOperatorKind.ASSIGN) {
507 term1 = assign(term1, op);
517 private Tree.Expression assign(Tree.Expression term1, TurbineOperatorKind op) { method in class:ConstExpressionParser
527 return new Tree.Assign(term1.position(), name, rhs);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/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.
413 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
552 case BO_##NAME##Assign: \
553 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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.
413 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
552 case BO_##NAME##Assign: \
553 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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.
413 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
552 case BO_##NAME##Assign: \
553 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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/darwin-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/darwin-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/darwin-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/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/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.
413 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
552 case BO_##NAME##Assign: \
553 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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.
413 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
552 case BO_##NAME##Assign: \
553 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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.
413 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
552 case BO_##NAME##Assign: \
553 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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...]

Completed in 1566 milliseconds

1 2 3 4 5 6 7 891011>>