HomeSort by relevance Sort by last modified time
    Searched refs:Returned (Results 1 - 25 of 33) sorted by null

1 2

  /prebuilts/go/darwin-x86/doc/progs/
defer2.go 15 fmt.Println("Returned normally from f.")
26 fmt.Println("Returned normally from g.")
run.go 124 {"defer2", `^Calling g. Printing in g 0 Printing in g 1 Printing in g 2 Printing in g 3 Panicking! Defer in g 3 Defer in g 2 Defer in g 1 Defer in g 0 Recovered in f 4 Returned normally from f.$`},
  /prebuilts/go/linux-x86/doc/progs/
defer2.go 15 fmt.Println("Returned normally from f.")
26 fmt.Println("Returned normally from g.")
run.go 124 {"defer2", `^Calling g. Printing in g 0 Printing in g 1 Printing in g 2 Printing in g 3 Panicking! Defer in g 3 Defer in g 2 Defer in g 1 Defer in g 0 Recovered in f 4 Returned normally from f.$`},
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectTransformLayerTest.cpp 82 void verifyAddObjectSet(ObjSetHandleT Returned) {
84 EXPECT_EQ(MockObjSetHandle, Returned) << "Return should pass through";
109 void verifyFindSymbol(llvm::orc::JITSymbol Returned) {
111 EXPECT_EQ(MockSymbol.getAddress(), Returned.getAddress())
131 void verifyFindSymbolIn(llvm::orc::JITSymbol Returned) {
133 EXPECT_EQ(MockSymbol.getAddress(), Returned.getAddress())
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeReturned.cpp 1 //===-- WebAssemblyOptimizeReturned.cpp - Optimize "returned" attributes --===//
11 /// \brief Optimize calls with "returned" attributes for WebAssembly.
22 #define DEBUG_TYPE "wasm-optimize-returned"
28 return "WebAssembly Optimize Returned";
57 if (CS.paramHasAttr(1 + i, Attribute::Returned)) {
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 111 enum ArgAttribute { NoCapture, Returned, ReadOnly, WriteOnly, ReadNone };
CodeGenTarget.cpp 595 } else if (Property->isSubClassOf("Returned")) {
597 ArgumentAttributes.push_back(std::make_pair(ArgNo, Returned));
IntrinsicEmitter.cpp 551 case CodeGenIntrinsic::Returned:
554 OS << "Attribute::Returned";
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 40 static const uint64_t Returned = 1ULL<<6; ///< Always returned
97 bool isReturned() const { return Flags & Returned; }
  /external/libunwind/doc/
unw_step.tex 27 negative value of one of the error-codes below is returned.
47 \item[\Const{UNW\_ESTOPUNWIND}] Returned if a call to
48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
50 In addition, \Func{unw\_step}() may return any error returned by the
  /prebuilts/go/darwin-x86/src/runtime/
mfixalloc.go 5 // Fixed-size object allocator. Returned memory is not zeroed.
17 // Memory returned by fixalloc.alloc is zeroed by default, but the
29 first func(arg, p unsafe.Pointer) // called first time p is returned
  /prebuilts/go/linux-x86/src/runtime/
mfixalloc.go 5 // Fixed-size object allocator. Returned memory is not zeroed.
17 // Memory returned by fixalloc.alloc is zeroed by default, but the
29 first func(arg, p unsafe.Pointer) // called first time p is returned
  /external/llvm/lib/CodeGen/
Analysis.cpp 230 /// similar information for the Value returned.
280 if (cast<CallInst>(I)->paramHasAttr(attrInd, Attribute::Returned) &&
291 if (cast<InvokeInst>(I)->paramHasAttr(attrInd, Attribute::Returned) &&
341 // call. In the simple case with no "returned" attribute, the hope is actually
346 // If this slot in the value returned is undef, it doesn't matter what the
352 // actually returned by the "tail call" comes from. In the simple case without
353 // a "returned" attribute, the search will be blocked immediately and the loop
581 // Nothing's actually returned, it doesn't matter what the callee put there
  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 63 @ Values Returned : NONE
261 @ Values Returned : NONE
450 @ Values Returned : NONE
598 @ Values Returned : NONE
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 360 // The value is returned from a function. It's only live when the
680 // Keep track of if we have a live 'returned' argument
704 if (B.contains(Attribute::Returned))
726 // If there is a function with a live 'returned' argument but a dead return
728 // 1) Eliminate the return value and take off the 'returned' attribute on the
730 // 2) Retain the 'returned' attribute and treat the return value (but not the
735 // is free to use the 'returned' attribute to do things like eliding
740 // Fortunately, the only places where 'returned' is currently generated by
741 // the FE are places where 'returned' is basically free and almost always a
744 // This should be revisited if 'returned' is ever applied more liberally
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winevt.h 455 PDWORD Returned
  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 179 SIGNED_NORMALIZED, which will be returned accordingly. This is the
192 Returned by the <params> parameter of GetTexLevelParameter:
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
Attributes.cpp 297 if (hasAttribute(Attribute::Returned))
298 return "returned";
507 case Attribute::Returned: return 1ULL << 39;
    [all...]
Function.cpp 164 /// hasReturnedAttr - Return true if this argument has the returned attribute on
167 return hasAttribute(Attribute::Returned);
542 /// IIT_Info - These are enumerators that describe the entries returned by the
    [all...]
Instructions.cpp 337 if (AttributeList.hasAttrSomewhere(Attribute::Returned, &Index) && Index)
340 if (F->getAttributes().hasAttrSomewhere(Attribute::Returned, &Index) &&
707 if (AttributeList.hasAttrSomewhere(Attribute::Returned, &Index) && Index)
710 if (F->getAttributes().hasAttrSomewhere(Attribute::Returned, &Index) &&
    [all...]
  /prebuilts/go/darwin-x86/src/net/
unixsock.go 232 // Returned connections will be of type *UnixConn.
257 // The Addr returned is shared by all invocations of Addr, so
277 // The returned os.File's file descriptor is different from the
311 // The returned connection's ReadFrom and WriteTo methods can be used
  /prebuilts/go/linux-x86/src/net/
unixsock.go 232 // Returned connections will be of type *UnixConn.
257 // The Addr returned is shared by all invocations of Addr, so
277 // The returned os.File's file descriptor is different from the
311 // The returned connection's ReadFrom and WriteTo methods can be used
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 960 @* Values Returned : NONE
    [all...]

Completed in 767 milliseconds

1 2