Home
last modified time | relevance | path

Searched refs:assigns (Results 1 – 25 of 121) sorted by relevance

12345

/external/libchrome/base/
Dbind_unittest.cc108 int* assigns, in DerivedCopyMoveCounter()
112 assigns_(assigns), in DerivedCopyMoveCounter()
125 int* assigns, in CopyMoveCounter() argument
129 assigns_(assigns), in CopyMoveCounter()
204 CopyCounter(int* copies, int* assigns) in CopyCounter() argument
205 : counter_(copies, assigns, nullptr, nullptr) {} in CopyCounter()
666 int assigns = 0; in TEST_F() local
669 CopyMoveCounter counter(&copies, &assigns, &move_constructs, &move_assigns); in TEST_F()
674 EXPECT_EQ(0, assigns); in TEST_F()
689 int assigns = 0; in TEST_F() local
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Ddense_update_ops_no_tsan_test.py73 assigns = [
84 target=run_assign, args=(assign_op,)) for assign_op in assigns
139 assigns = [
151 target=run_assign, args=(assign_op,)) for assign_op in assigns
/external/llvm-project/lld/test/ELF/
Dmips-gp-disp-ver.s2 # MIPS BFD linker puts _gp_disp symbol into DSO files and assigns zero
/external/junit/src/main/java/org/junit/experimental/categories/
DCategories.java342 private static boolean hasAssignableTo(Set<Class<?>> assigns, Class<?> to) { in hasAssignableTo() argument
343 for (final Class<?> from : assigns) { in hasAssignableTo()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BarrierInsertMany.pbtxt28 summary: "For each key, assigns the respective value to the specified component."
/external/llvm/include/llvm/Target/
DTargetCallingConv.td87 /// list that is still available. If so, it assigns the value to the first
101 /// CCAssignToStack - This action always matches: it assigns the value to a
121 /// CCPassByVal - This action always matches: it assigns the value to a stack
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dinlineasm-vldvst-reg.ll5 ;; like below. Because, inline asm assigns registers by not a type but
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetCallingConv.td100 /// list that is still available. If so, it assigns the value to the first
114 /// CCAssignToStack - This action always matches: it assigns the value to a
134 /// CCPassByVal - This action always matches: it assigns the value to a stack
/external/llvm-project/llvm/include/llvm/Target/
DTargetCallingConv.td105 /// list that is still available. If so, it assigns the value to the first
119 /// CCAssignToStack - This action always matches: it assigns the value to a
139 /// CCPassByVal - This action always matches: it assigns the value to a stack
/external/llvm-project/lldb/source/Commands/
DOptionsBase.td57 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid
90 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid
/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp1066 void CheckAssignConstraints(const SourceStmtList &assigns, in CheckAssignConstraints() argument
1069 CheckScopeConstraints(assigns, labels, scopes, context); in CheckAssignConstraints()
1070 CheckAssignTargetConstraints(assigns, labels, context); in CheckAssignConstraints()
1084 const auto &assigns{programUnit.assignStmtSources}; in CheckConstraints() local
1085 CheckAssignConstraints(assigns, labels, scopes, context); in CheckConstraints()
/external/python/cpython2/Lib/compiler/
Dtransformer.py1046 assigns = []
1048 assigns.append(self.com_assign(node[i], assigning))
1049 return AssTuple(assigns, lineno=extractLineNo(node))
1052 assigns = []
1058 assigns.append(self.com_assign(node[i], assigning))
1059 return AssList(assigns, lineno=extractLineNo(node))
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Doverlap-chain.test4 # code that assigns parents.
/external/llvm-project/lld/test/ELF/linkerscript/
Dsections-nonalloc.s9 ## NOTE: GNU ld assigns non-zero addresses to non-SHF_ALLOC non-orphan sections.
/external/python/pybind11/docs/advanced/cast/
Dcustom.rst85 and then ``load()`` assigns to it).
/external/arm-trusted-firmware/docs/security_advisories/
Dsecurity-advisory-tfv-2.rst42 secure self-hosted invasive debug enablement. TF assigns these bits to ``00``
/external/llvm-project/mlir/test/Dialect/Affine/
Dinvalid.mlir6 // Custom parser automatically assigns all arguments the `index` so we must
16 // Custom parser automatically assigns `index` as the result type so we must
/external/arm-trusted-firmware/docs/components/
Dexception-handling.rst95 priority levels as applicable for the Secure software stack. It then assigns the
333 /* Dispatcher 1 owns interrupts d1_0 and d1_1, so assigns priority DISP1_PRIO */
337 /* Dispatcher 2 owns interrupts d2_0 and d2_1, so assigns priority DISP2_PRIO */
341 /* Dispatcher 3 owns interrupts d3_0 and d3_1, so assigns priority DISP3_PRIO */
512 #. Platform assigns priorities by installing priority level descriptors for
580 world ones. The platform further assigns relative priorities amongst Secure
/external/angle/src/libANGLE/renderer/vulkan/doc/
DShaderModuleCompilation.md13 complete. The translator initially assigns resources and in/out variables arbitrary descriptor set,
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Dstatic_scope.s1 # Test that the DWARF parser assigns the right scope to the
/external/libaom/libaom/
DPATENTS6 Licensor, on behalf of itself and successors in interest and assigns,
/external/llvm-project/llvm/include/llvm/IR/
DVPIntrinsics.def80 // assigns the property to the VP Intrinsic and/or SDNode that belongs to the
/external/mesa3d/docs/relnotes/
D8.0.4.rst52 ir_loop_jump constructor assigns member variable to itself
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td46 // The 64-bit ABI conceptually assigns all function arguments to a parameter
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcCallingConv.td45 // The 64-bit ABI conceptually assigns all function arguments to a parameter

12345