Searched refs:Returns (Results 1 - 25 of 51) sorted by relevance

123

/external/llvm/bindings/ocaml/bitwriter/
H A 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. *)
H A Dllvm_bitwriter.ml16 (* Writes the bitcode for module the given path. Returns true if successful. *)
/external/llvm/bindings/ocaml/bitreader/
H A 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/
H A DCloning.h138 SmallVectorImpl<ReturnInst*> &Returns,
157 SmallVectorImpl<ReturnInst*> &Returns,
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp163 /// Returns true to indicate that the next block should be skipped.
564 SmallVector<ReturnInst*, 8> Returns; local
604 /*ModuleLevelChanges=*/false, Returns, ".i",
672 for (unsigned ri = 0, re = Returns.size(); ri != re; ++ri) {
673 IRBuilder<> builder(Returns[ri]);
693 for (unsigned i = 0, e = Returns.size(); i != e; ++i) {
694 IRBuilder<>(Returns[i]).CreateCall(StackRestore, SavedPtr);
723 if (Returns.size() == 1 && std::distance(FirstNewBlock, Caller->end()) == 1) {
738 ReturnInst *R = Returns[0];
748 Returns[
[all...]
H A DCloneModule.cpp103 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. local
104 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns);
H A DCloneFunction.cpp79 SmallVectorImpl<ReturnInst*> &Returns,
137 Returns.push_back(RI);
188 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. local
189 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
365 SmallVectorImpl<ReturnInst*> &Returns,
570 Returns.push_back(RI);
76 CloneFunctionInto(Function *NewFunc, const Function *OldFunc, ValueToValueMapTy &VMap, bool ModuleLevelChanges, SmallVectorImpl<ReturnInst*> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo, ValueMapTypeRemapper *TypeMapper) argument
362 CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc, ValueToValueMapTy &VMap, bool ModuleLevelChanges, SmallVectorImpl<ReturnInst*> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo, const TargetData *TD, Instruction *TheCall) argument
H A DLowerInvoke.cpp391 SmallVector<ReturnInst*,16> Returns; local
399 Returns.push_back(RI);
565 for (unsigned i = 0, e = Returns.size(); i != e; ++i) {
566 ReturnInst *R = Returns[i];
/external/guava/guava/src/com/google/common/primitives/
H A 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 th
[all...]
/external/llvm/bindings/ocaml/target/
H A 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/clang/tools/libclang/
H A DCXComment.cpp413 const BlockCommandComment *Returns; member in struct:__anon4843::FullCommentParts
421 Brief(NULL), FirstParagraph(NULL), Returns(NULL) {
449 if (!Returns && Info->IsReturnsCommand) {
450 Returns = BCC;
654 "<span class=\"word-returns\">Returns</span> ";
776 if (Parts.Returns)
777 visit(Parts.Returns);
1168 if (Parts.Returns) {
1170 visit(Parts.Returns);
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp382 SmallVector<ReturnInst*, 16> Returns; local
392 Returns.push_back(RI);
484 for (unsigned I = 0, E = Returns.size(); I != E; ++I)
485 CallInst::Create(UnregisterFn, FuncCtx, "", Returns[I]);
/external/clang/lib/Sema/
H A DSemaLambda.cpp296 if (CSI.Returns.empty()) {
311 SmallVectorImpl<ReturnStmt*>::iterator I = CSI.Returns.begin(),
312 E = CSI.Returns.end();
343 for (SmallVectorImpl<ReturnStmt*>::iterator I = CSI.Returns.begin(),
344 E = CSI.Returns.end();
H A DSema.cpp54 Returns.clear();
300 /// ScalarTypeToBooleanCastKind - Returns the cast kind corresponding
431 /// \brief Returns true, if all methods and nested classes of the given
465 /// \brief Returns true, if the given CXXRecordDecl is fully defined in this
H A DSemaStmt.cpp506 /// GetTypeBeforeIntegralPromotion - Returns the pre-promotion type of
2365 FunctionScopes.back()->Returns.push_back(Result);
2525 FunctionScopes.back()->Returns.push_back(Result);
/external/clang/include/clang/Sema/
H A DScopeInfo.h105 SmallVector<ReturnStmt*, 4> Returns; member in class:clang::sema::FunctionScopeInfo
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli124 modules owned by the execution engine [ee]. Returns [None] if the function
145 [args], and [envp] as specified by the array [env]. Returns the integer
/external/skia/third_party/glu/libtess/
H A DREADME118 - Returns an explicit mesh, represented using the quad-edge structure
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas135 /// Returns a string representation of this IDictionary.
147 /// Returns a string representation of this IList.
/external/doclava/res/assets/templates/
H A Dmacros.cs189 <h5 class="jd-tagtitle">Returns</h5>
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp409 if ((*i)->getOwnKind() == OwnershipAttr::Returns)
477 case OwnershipAttr::Returns:
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php424 * Returns authentication url. Usually, you want to redirect your user to it.
/external/llvm/lib/Linker/
H A DLinkModules.cpp950 SmallVector<ReturnInst*, 8> Returns; // Ignore returns. local
951 CloneFunctionInto(Dst, Src, ValueMap, false, Returns, "", NULL, &TypeMap);
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php352 * Returns the base string of this request
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php450 * Returns an empty node (containing a non-breaking space) 26-Apr-2006

Completed in 848 milliseconds

123