Home
last modified time | relevance | path

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

1234

/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/target/
H A Dllvm_target.mli76 (** Returns the byte order of a target, either [Endian.Big] or
81 (** Returns the pointer size in bytes for 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
192 (** Returns the Target used in a TargetMachine *)
195 (** Returns the triple used while creating this target machine. See
199 (** Returns the CPU used while creating this target machine. See
[all …]
/minix/lib/libc/softfloat/templates/
H A Dsoftfloat-specialize74 Returns 1 if the single-precision floating-point value `a' is a NaN;
87 Returns 1 if the single-precision floating-point value `a' is a signaling
100 Returns the result of converting the single-precision floating-point NaN
119 Returns the result of converting the canonical NaN `a' to the single-
166 Returns 1 if the double-precision floating-point value `a' is a NaN;
194 Returns the result of converting the double-precision floating-point NaN
213 Returns the result of converting the canonical NaN `a' to the double-
268 Returns 1 if the extended double-precision floating-point value `a' is a
318 Returns the result of converting the canonical NaN `a' to the extended
374 Returns 1 if the quadruple-precision floating-point value `a' is a NaN;
[all …]
/minix/lib/libc/softfloat/
H A Dsoftfloat-specialize123 Returns 1 if the single-precision floating-point value `a' is a NaN;
139 Returns 1 if the single-precision floating-point value `a' is a signaling
158 Returns the result of converting the single-precision floating-point NaN
177 Returns the result of converting the canonical NaN `a' to the single-
224 Returns 1 if the double-precision floating-point value `a' is a NaN;
262 Returns the result of converting the double-precision floating-point NaN
281 Returns the result of converting the canonical NaN `a' to the double-
336 Returns 1 if the extended double-precision floating-point value `a' is a
386 Returns the result of converting the canonical NaN `a' to the extended
442 Returns 1 if the quadruple-precision floating-point value `a' is a NaN;
[all …]
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/bitwriter/
H A 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. *)
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp969 SmallVector<ReturnInst*, 8> Returns; in InlineFunction() local
1155 for (ReturnInst *RI : Returns) { in InlineFunction()
1180 for (ReturnInst *RI : Returns) { in InlineFunction()
1205 for (ReturnInst *RI : Returns) { in InlineFunction()
1251 ReturnInst *R = Returns[0]; in InlineFunction()
1261 Returns[0]->eraseFromParent(); in InlineFunction()
1314 if (Returns.size() > 1) { in InlineFunction()
1329 ReturnInst *RI = Returns[i]; in InlineFunction()
1340 ReturnInst *RI = Returns[i]; in InlineFunction()
1352 } else if (!Returns.empty()) { in InlineFunction()
[all …]
H A DCloneModule.cpp102 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneModule() local
103 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns); in CloneModule()
H A DCloneFunction.cpp80 SmallVectorImpl<ReturnInst*> &Returns, in CloneFunctionInto() argument
143 Returns.push_back(RI); in CloneFunctionInto()
245 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneFunction() local
246 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo); in CloneFunction()
422 SmallVectorImpl<ReturnInst*> &Returns, in CloneAndPruneFunctionInto() argument
627 Returns.push_back(RI); in CloneAndPruneFunctionInto()
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/bitreader/
H A 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
/minix/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCloning.h132 SmallVectorImpl<ReturnInst*> &Returns,
152 SmallVectorImpl<ReturnInst*> &Returns,
/minix/external/bsd/llvm/dist/clang/docs/
H A 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:
/minix/external/bsd/nvi/dist/perl_api/
H A DVI.pod196 Returns a tied hash representing the options of the screen.
203 Returns a tied hash representing the mappings of the screen.
210 Returns a tied hash representing the marks of the screen.
216 Returns a tied array representing the lines of the screen.
/minix/external/bsd/llvm/dist/clang/lib/Index/
H A 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()
/minix/external/mit/expat/dist/tests/benchmark/
H A DREADME.txt13 Returns:
/minix/external/bsd/llvm/dist/llvm/cmake/modules/
H A DGetHostTriple.cmake1 # Returns the host triple.
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.mli18 memory buffer [mb] in the context [context]. Returns [m] if successful, or
/minix/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/
H A 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()
/minix/crypto/external/bsd/libsaslc/dist/doc/
H A Dlibrary.txt20 number in saslc to the message string. Returns pointer to the message string
62 error number in sess to message string. Returns pointer to the message string
71 negotiated during the authentication. Returns 0 on success, -1 on failure. In
77 negotiated during the authentication. Returns 0 on success, -1 on failure. In
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp366 SmallVector<ReturnInst *, 16> Returns; in setupEntryBlockAndCallSites() local
385 Returns.push_back(RI); in setupEntryBlockAndCallSites()
478 for (unsigned I = 0, E = Returns.size(); I != E; ++I) in setupEntryBlockAndCallSites()
479 CallInst::Create(UnregisterFn, FuncCtx, "", Returns[I]); in setupEntryBlockAndCallSites()
/minix/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros479 Returns an approximation to the 32-bit integer quotient obtained by dividing
512 Returns an approximation to the square root of the 32-bit significand given
553 Returns the number of leading 0 bits before the most-significant 1 bit of
595 Returns 1 if the 64-bit value formed by concatenating `a0' and `a1' is
609 Returns 1 if the 64-bit value formed by concatenating `a0' and `a1' is less
623 Returns 1 if the 64-bit value formed by concatenating `a0' and `a1' is less
637 Returns 1 if the 64-bit value formed by concatenating `a0' and `a1' is not
/minix/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros554 Returns an approximation to the 64-bit integer quotient obtained by dividing
587 Returns an approximation to the square root of the 32-bit significand given
628 Returns the number of leading 0 bits before the most-significant 1 bit of
670 Returns the number of leading 0 bits before the most-significant 1 bit of
692 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1'
706 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is less
720 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is less
734 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is
/minix/minix/llvm/passes/include/magic/support/
H A DMagicMemFunction.h351 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned... in buildWrapper() local
352 CloneFunctionInto(wrapper, function, VMap, false, Returns, "", NULL); in buildWrapper()
448 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned... in getCustomWrapper() local
449 CloneFunctionInto(wrapper, stdWrapper, VMap, false, Returns, "", NULL); in getCustomWrapper()
H A DMagicDebugFunction.h87 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned... in getDebugClone() local
88 CloneFunctionInto(wrapper, function, VMap, false, Returns, "", NULL); in getDebugClone()
/minix/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dcommands_map.ipp105 /// Returns a constant iterator to the beginning of the categories mapping.
116 /// Returns a constant iterator to the end of the categories mapping.
/minix/minix/lib/liblwip/dist/doc/
H A Dsys_arch.txt84 Returns 1 if the semaphore is valid, 0 if it is not valid.
118 Returns 1 if the mutes is valid, 0 if it is not valid.
153 Try to post the "msg" to the mailbox. Returns ERR_MEM if this one
188 Returns 1 if the mailbox is valid, 0 if it is not valid.
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp645 if (CSI.Returns.empty()) { in deduceClosureReturnType()
662 const EnumDecl *ED = findCommonEnumForBlockReturns(CSI.Returns); in deduceClosureReturnType()
665 adjustBlockReturnsToEnum(*this, CSI.Returns, CSI.ReturnType); in deduceClosureReturnType()
671 SmallVectorImpl<ReturnStmt*>::iterator I = CSI.Returns.begin(), in deduceClosureReturnType()
672 E = CSI.Returns.end(); in deduceClosureReturnType()

1234