Home
last modified time | relevance | path

Searched refs:Returns (Results 1 – 25 of 132) sorted by relevance

123456

/external/llvm/bindings/ocaml/target/
Dllvm_target.mli76 (** Returns the byte order of a target, either [Endian.Big] or
81 (** Returns the pointer size in bytes for a target.
85 (** Returns the integer type that is the same size as a pointer on a target.
89 (** Returns the pointer size in bytes for a target in a given address space.
93 (** Returns the integer type that is the same size as a pointer on a target
163 (** Returns the name of a target. See [llvm::Target::getName]. *)
166 (** Returns the description of a target.
170 (** Returns [true] if the target has a JIT. *)
173 (** Returns [true] if the target has a target machine associated. *)
176 (** Returns [true] if the target has an ASM backend (required for
[all …]
/external/google-breakpad/src/testing/test/
Dgmock_output_test_golden.txt8 Returns: false
35 Returns: false
61 Returns: false
77 Returns: false
92 Returns: false
113 Returns: false
134 Returns: false
173 Returns: '\0'
189 Returns: false
203 Returns: false
[all …]
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp990 SmallVector<ReturnInst*, 8> Returns; in InlineFunction() local
1036 /*ModuleLevelChanges=*/false, Returns, ".i", in InlineFunction()
1181 for (ReturnInst *RI : Returns) { in InlineFunction()
1206 for (ReturnInst *RI : Returns) { in InlineFunction()
1231 for (ReturnInst *RI : Returns) { in InlineFunction()
1254 std::swap(Returns, NormalReturns); in InlineFunction()
1260 if (Returns.size() == 1 && std::distance(FirstNewBlock, Caller->end()) == 1) { in InlineFunction()
1271 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
1277 ReturnInst *R = Returns[0]; in InlineFunction()
1287 Returns[0]->eraseFromParent(); in InlineFunction()
[all …]
DCloneFunction.cpp80 SmallVectorImpl<ReturnInst*> &Returns, in CloneFunctionInto() argument
143 Returns.push_back(RI); in CloneFunctionInto()
246 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneFunction() local
247 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo); in CloneFunction()
469 SmallVectorImpl<ReturnInst *> &Returns, in CloneAndPruneIntoFromInst() argument
699 Returns.push_back(RI); in CloneAndPruneIntoFromInst()
713 SmallVectorImpl<ReturnInst*> &Returns, in CloneAndPruneFunctionInto() argument
718 ModuleLevelChanges, Returns, NameSuffix, CodeInfo, in CloneAndPruneFunctionInto()
DCloneModule.cpp102 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneModule() local
103 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns); in CloneModule()
/external/mockito/src/org/mockito/internal/stubbing/answers/
DAnswersValidator.java21 if (answer instanceof Returns) { in validate()
22 validateReturnValue((Returns) answer, methodInfo); in validate()
63 private void validateReturnValue(Returns answer, MethodInfo methodInfo) { in validateReturnValue()
DReturns.java12 public class Returns implements Answer<Object>, Serializable { class
17 public Returns(Object value) { in Returns() method in Returns
/external/mockito/src/org/mockito/internal/stubbing/
DBaseStubbing.java8 import org.mockito.internal.stubbing.answers.Returns;
16 return thenAnswer(new Returns(value)); in thenReturn()
73 return toAnswer(new Returns(value)); in toReturn()
/external/llvm/bindings/ocaml/bitwriter/
Dllvm_bitwriter.mli16 [path]. Returns [true] if successful, [false] otherwise. *)
23 will be flushed. Returns [true] if successful, [false] otherwise. *)
36 will be flushed. Returns [true] if successful, [false] otherwise. *)
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h129 SmallVectorImpl<ReturnInst*> &Returns,
166 SmallVectorImpl<ReturnInst*> &Returns,
185 SmallVectorImpl<ReturnInst*> &Returns,
/external/vboot_reference/scripts/image_signing/lib/shflags/
Dshflags210 # Returns:
345 # Returns:
382 # Returns flag details based on a flag name and flag info.
389 # Returns:
434 # Returns:
452 # Returns the width of the current screen.
478 # Returns:
499 # Returns:
528 # Returns:
556 # Returns:
[all …]
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/
Dauth.rst30 """Returns this user's unique ID, which can be an integer or string."""
34 """Returns a user object based on a user ID and token.
47 """Returns a user object, validating password.
/external/llvm/bindings/ocaml/bitreader/
Dllvm_bitreader.mli18 memory buffer [mb] in the context [context]. Returns [m] if successful, or
24 memory buffer [mb] in the context [context]. Returns [m] if successful, or
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRPtrStack.m78 * Returns: NSInteger hashed value
102 * Returns: ANTLRRuleMemo * pointer to entry
127 * Returns: Boolean TRUE if installed
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle22 * Returns 1 if yes and 0 if another Input module should be used
33 * Returns an Input context or NULL in case or error
46 * Returns the number of bytes read or -1 in case of error
57 * Returns 0 or -1 in case of error
74 * Returns 1 if yes and 0 if another Output module should be used
85 * Returns an Output context or NULL in case or error
98 * Returns the number of bytes written or -1 in case of error
109 * Returns 0 or -1 in case of error
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m98 // Returns the change in height.
103 // Returns the change in width.
133 // Returns the change in width.
161 // Returns YES if it has been long enough since the last report that we should
165 // Returns YES if we should send the report without asking the user first.
168 // Returns YES if the minidump was generated on demand.
171 // Returns YES if we should ask the user to provide comments.
174 // Returns YES if we should ask the user to provide an email address.
178 // we've been instructed to request. Returns YES if the user allows the report
182 // Returns the short description of the crash, suitable for use as a dialog
[all …]
/external/clang/docs/
DLibFormat.rst45 /// \brief Returns a format style complying with the LLVM coding standards:
49 /// \brief Returns a format style complying with Google's C++ style guide:
/external/dnsmasq/dbus/
DDBus-interface35 Returns a string containing the version of dnsmasq running.
39 Returns nothing. Clears the domain name cache and re-reads
44 Returns nothing. Takes a set of arguments representing the new
/external/clang/lib/Index/
DCommentToXML.cpp90 SmallVector<const BlockCommandComment *, 4> Returns; member
132 Returns.push_back(BCC); in FullCommentParts()
477 if (Parts.Returns.size() != 0) { in visitFullComment()
479 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i) in visitFullComment()
480 visit(Parts.Returns[i]); in visitFullComment()
991 if (Parts.Returns.size() != 0) { in visitFullComment()
993 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i) in visitFullComment()
994 visit(Parts.Returns[i]); in visitFullComment()
/external/llvm/lib/ExecutionEngine/Orc/
DCloneSubModule.cpp26 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in copyFunctionBody() local
27 CloneFunctionInto(&New, &Orig, VMap, /*ModuleLevelChanges=*/true, Returns); in copyFunctionBody()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp171 SmallVector<ReturnInst*, 4> Returns; in TEST_F() local
175 CloneFunctionInto(F2, F1, VMap, false, Returns); in TEST_F()
194 SmallVector<ReturnInst*, 4> Returns; in TEST_F() local
198 CloneFunctionInto(F2, F1, VMap, false, Returns); in TEST_F()
/external/lldb/source/Host/macosx/launcherXPCService/
DLauncherXPCService.mm11 // Returns 0 if successful. This is launching as self. No need for further authorization.
Dmain.mm22 // Declaration. Returns 0 if successful.
25 // Returns 0 if successful.
98 // Returns 0 if successful.
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRHashMap.m215 * Returns: NSInteger hashed value
239 * Returns: ANTLRHashMap pointer to ptrBuffer of proper scope level
262 * Returns: ANTLRMapElement * pointer to entry
287 * Returns: Boolean TRUE if installed
314 * Returns: NSInteger indicator of SUCCESS OR FAILURE
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRHashMap.m215 * Returns: NSInteger hashed value
239 * Returns: ANTLRHashMap pointer to ptrBuffer of proper scope level
262 * Returns: ANTLRMapElement * pointer to entry
287 * Returns: Boolean TRUE if installed
314 * Returns: NSInteger indicator of SUCCESS OR FAILURE

123456