Home
last modified time | relevance | path

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

123456789

/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp564 SmallVector<ReturnInst*, 8> Returns; in InlineFunction() local
604 /*ModuleLevelChanges=*/false, Returns, ".i", in InlineFunction()
672 for (unsigned ri = 0, re = Returns.size(); ri != re; ++ri) { in InlineFunction()
673 IRBuilder<> builder(Returns[ri]); in InlineFunction()
693 for (unsigned i = 0, e = Returns.size(); i != e; ++i) { in InlineFunction()
694 IRBuilder<>(Returns[i]).CreateCall(StackRestore, SavedPtr); in InlineFunction()
723 if (Returns.size() == 1 && std::distance(FirstNewBlock, Caller->end()) == 1) { in InlineFunction()
738 ReturnInst *R = Returns[0]; in InlineFunction()
748 Returns[0]->eraseFromParent(); in InlineFunction()
800 if (Returns.size() > 1) { in InlineFunction()
[all …]
DCloneFunction.cpp79 SmallVectorImpl<ReturnInst*> &Returns, in CloneFunctionInto() argument
137 Returns.push_back(RI); in CloneFunctionInto()
188 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneFunction() local
189 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo); in CloneFunction()
365 SmallVectorImpl<ReturnInst*> &Returns, in CloneAndPruneFunctionInto() argument
570 Returns.push_back(RI); in CloneAndPruneFunctionInto()
DCloneModule.cpp103 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneModule() local
104 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns); in CloneModule()
/external/chromium/testing/gmock/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/webkit/Source/WebKit/win/Interfaces/
DIWebDataSource.idl68 @result Returns an initialized WebDataSource.
76 @result Returns the raw data associated with the datasource. Returns nil
88 @result Returns the representation associated with this datasource.
89 Returns nil if the datasource hasn't created it's representation.
103 @result Returns a reference to the original request that created the
111 @result Returns the request that was used to create this datasource.
125 @result Returns either the override encoding, as set on the WebView for this
133 @discussion Returns YES if there are any pending loads.
140 @result Returns nil or the page title.
176 @abstract Returns all the subresources associated with the data source.
[all …]
DIWebBackForwardList.idl87 @abstract Returns the entry right before the current entry.
95 @abstract Returns the current entry.
103 @abstract Returns the entry right after the current entry.
111 @abstract Returns a portion of the list before the current entry.
120 @abstract Returns a portion of the list after the current entry.
129 @abstract Returns the list's maximum size.
145 @abstract Returns the back list's current count.
153 @abstract Returns the forward list's current count.
162 @result Returns YES if the item is in the list.
169 @abstract Returns an entry the given distance from the current entry.
DIWebHistory.idl70 @abstract Returns a shared WebHistory instance initialized with the default history file.
88 @result Returns YES if successful, NO otherwise.
98 @result Returns YES if successful, NO otherwise.
127 @result Returns an array of NSCalendarDates for which history items exist in the WebHistory.
139 @result Returns an array of WebHistoryItems last visited on the indicated day.
150 @result Returns an item matching the URL
181 @return Returns the maximum number of days to be read from stored history.
DIWebFrame.idl77 @result Returns the WebView for the document that includes this frame.
91 @abstract Returns the DOM document of the frame.
92 … @description Returns nil if the frame does not contain a DOM document such as a standalone image.
99 @abstract Returns the frame element of the frame.
101Returns nil if the frame is the main frame since there is no frame element for the frame in this c…
157 @discussion Returns the committed data source. Will return nil if the
212 @result Returns an array of WebFrame.
231 @abstract Returns whether the WebFrameView allows its document to be scrolled
DIWebFrameView.idl49 @abstract Returns the WebFrame associated with this WebFrameView
57 @abstract Returns the WebFrameView's document subview
73 @abstract Returns whether the WebFrameView allows its document to be scrolled
DIWebIconDatabase.idl66 @abstract Returns a shared instance of the icon database
80 @discussion Returns an icon for a web site URL from memory or disk. nil if none is found.
90 … @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found.
146 … @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found.
154 @discussion Returns true if the icon database is currently enabled, or false if it
170 @discussion Returns whether or not the icon database has an icon for this URL.
DIWebView.idl176 @result Returns an array of NSStrings that describe the MIME types
194 @abstract Returns a URL from a pasteboard
205 @abstract Returns a URL title from a pasteboard
224 @result Returns an initialized WebView.
482 @result Returns the window object from the script environment.
497 @result Returns the preferences used by this webView.
516 @result Returns the WebPreferences key prefix.
594 @discussion Returns YES if there are any pending loads.
609 @abstract Returns the pasteboard types that WebView can use for the current selection
625 @abstract Returns the pasteboard types that WebView can use for an element
[all …]
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_cocoa.mm18 // Returns an autoreleased copy of the WebAccessibility's attribute.
91 // Returns an array of BrowserAccessibilityCocoa objects, representing the
120 // Returns whether or not this node should be ignored in the
134 // Returns a string indicating the role of this object.
157 // Returns a string indicating the role description of this object.
172 // Returns the size of this object.
178 // Returns the accessibility value for the given attribute. If the value isn't
308 // Returns an array of action names that this object will respond to.
325 // Returns a sub-array of values for the given attribute value, starting at
349 // Returns the count of the specified accessibility array attribute.
[all …]
/external/guava/guava/src/com/google/common/primitives/
Dgenerate.sh78 * Returns a hash code for {@code value}; equal to the result of invoking
89 * Returns the {@code primtyp} value that is equal to {@code value}, if
104 * Returns the {@code primtyp} nearest in value to {@code value}.
135 * Returns {@code true} if {@code target} is present as an element anywhere in
153 * Returns the index of the first appearance of the value {@code target} in
177 * Returns the start position of the first occurrence of the specified {@code
207 * Returns the index of the last appearance of the value {@code target} in
231 * Returns the least value present in {@code array}.
250 * Returns the greatest value present in {@code array}.
269 * Returns the values from each provided array combined into a single array.
[all …]
/external/llvm/bindings/ocaml/bitwriter/
Dllvm_bitwriter.mli16 [path]. Returns [true] if successful, [false] otherwise. *)
22 will be flushed. Returns [true] if successful, [false] otherwise. *)
29 will be flushed. Returns [true] if successful, [false] otherwise. *)
/external/webkit/Source/WebCore/css/
DWebKitCSSMatrix.idl73 // Returns this matrix scaled by the passed values.
78 // Returns this matrix rotated by the passed values.
83 // Returns this matrix rotated about the passed axis by the passed angle.
88 // Returns this matrix skewed along the X axis by the passed values.
92 // Returns this matrix skewed along the Y axis by the passed values.
/external/chromium/chrome/browser/
Dshell_integration_mac.mm11 // Sets Chromium as default browser (only for current user). Returns false if
26 // Returns true if |identifier| is the bundle id of the default browser.
54 // Returns true if Firefox is the default browser for the current user.
/external/llvm/bindings/ocaml/bitreader/
Dllvm_bitreader.mli18 memory buffer [mb] in the context [context]. Returns [m] if successful, or
25 memory buffer [mb] in the context [context]. Returns [m] if successful, or
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h138 SmallVectorImpl<ReturnInst*> &Returns,
157 SmallVectorImpl<ReturnInst*> &Returns,
/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/chromium/chrome/browser/cocoa/
Dinstall_from_dmg.mm95 // Returns true if |path| is located on a read-only filesystem of a disk
96 // image. Returns false if not, or in the event of an error.
195 // Returns true if the application is located on a read-only filesystem of a
196 // disk image. Returns false if not, or in the event of an error.
203 // image. Returns true if the user approves installation.
229 // Returns NULL if authorization is not performed because it does not appear
231 // application_directory. Returns NULL if authorization fails.
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli43 (** Returns the byte order of a target, either LLVMBigEndian or
48 (** Returns the pointer size in bytes for a target.
52 (** Returns the integer type that is the same size as a pointer on a target.
/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/tools/libclang/
DCXComment.cpp413 const BlockCommandComment *Returns; member
421 Brief(NULL), FirstParagraph(NULL), Returns(NULL) { in FullCommentParts()
449 if (!Returns && Info->IsReturnsCommand) { in FullCommentParts()
450 Returns = BCC; in FullCommentParts()
776 if (Parts.Returns) in visitFullComment()
777 visit(Parts.Returns); in visitFullComment()
1168 if (Parts.Returns) { in visitFullComment()
1170 visit(Parts.Returns); in visitFullComment()
/external/chromium/base/
Dsys_string_conversions_mac.mm20 // an STL string of the template type. Returns an empty string on failure.
69 // |OutStringType| template type. Returns an empty string on failure.
97 // return it as a CFStringRef. Returns NULL on failure.
/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

123456789