Home
last modified time | relevance | path

Searched refs:RET (Results 1 – 25 of 64) sorted by relevance

123

/external/openssl/apps/
DCA.pl.in63 $RET = 0;
72 $RET=$?;
77 $RET=$?;
82 $RET=$?;
111 $RET=$?;
121 $RET=$?;
130 $RET=$?;
132 exit $RET;
135 $RET=$?;
139 $RET=$?;
[all …]
DCA.pl63 $RET = 0;
72 $RET=$?;
77 $RET=$?;
82 $RET=$?;
111 $RET=$?;
121 $RET=$?;
130 $RET=$?;
132 exit $RET;
135 $RET=$?;
139 $RET=$?;
[all …]
DCA.sh76 RET=0
87 RET=$?
93 RET=$?
99 RET=$?
123 RET=$?
136 RET=$?
142 RET=$?
152 RET=$?
153 exit $RET
157 RET=$?
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h55 template <typename RET, typename P1, typename P2, typename P3, typename P4,
57 class CheckerFn<RET(P1, P2, P3, P4, P5)> {
58 typedef RET (*Func)(void *, P1, P2, P3, P4, P5);
63 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const { in operator()
68 template <typename RET, typename P1, typename P2, typename P3, typename P4>
69 class CheckerFn<RET(P1, P2, P3, P4)> {
70 typedef RET (*Func)(void *, P1, P2, P3, P4);
75 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const { in operator()
80 template <typename RET, typename P1, typename P2, typename P3>
81 class CheckerFn<RET(P1, P2, P3)> {
[all …]
/external/webkit/Source/WebKit/android/plugins/
DPluginDebugAndroid.h40 # define PLUGIN_LOG_EVENT(NPP, EVT, RET, TIME) do { anp_logPluginEvent(NPP, EVT, RET, TIME); } whil… argument
54 # define PLUGIN_LOG_EVENT(NPP, EVT, RET, TIME) do { } while(0) argument
/external/skia/include/gpu/gl/
DGrGLConfig.h255 #define GR_GL_CALL_RET(IFACE, RET, X) \ argument
257 GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X); \
261 #define GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X) \ argument
264 (RET) = (IFACE)->f##X; \
/external/llvm/test/Transforms/IPConstantProp/
Dreturn-argument.ll46 br label %RET
51 br label %RET
53 RET:
/external/llvm/test/CodeGen/X86/
D2011-20-21-zext-ui2fp.ll10 define void @ui_to_fp_conv(<8 x float> * nocapture %aFOO, <8 x float>* nocapture %RET) nounwind {
14 store <8 x float> %bool2float, <8 x float>* %RET, align 4
D2011-12-28-vselecti8.ll11 define void @foo8(float* nocapture %RET) nounwind {
15 %ptr = bitcast float * %RET to <8 x float> *
D2011-10-21-widen-cmp.ll35 define void @mp_11193(<8 x float> * nocapture %aFOO, <8 x float>* nocapture %RET)
41 %pp = bitcast <8 x float>* %RET to float*
Davx-basic.ll27 define void @ones([0 x float]* nocapture %RET, [0 x float]* nocapture %aFOO) nounwind {
29 %ptr2vec615 = bitcast [0 x float]* %RET to <8 x float>*
39 define void @ones2([0 x i32]* nocapture %RET, [0 x i32]* nocapture %aFOO) nounwind {
41 %ptr2vec615 = bitcast [0 x i32]* %RET to <8 x i32>*
/external/valgrind/main/docs/internals/
Dtracking-fn-entry-exit.txt46 - if jmpkind is RET and there was no unwinding/POP:
50 - otherwise this is a JMP using a RET instruction (typically used in
150 > this must be a RET control transfer (typically used in the runtime
154 > [I don't understand this... What is a "RET control transfer"? Why do
157 If there is a RET instruction, this usually should unwind (i.e. leave a
159 to be the case, i.e. even after a RET, %esp could be lower or equal to the
163 RET
/external/llvm/test/CodeGen/ARM/
Dcode-placement.ll37 ; CHECK: beq LBB1_[[RET:.]]
74 ; CHECK: LBB1_[[RET]]: @ %bb5
/external/webkit/Source/
DCMakeLists.txt30 LIST(FIND ALL_PORTS ${PORT} RET)
31 IF (${RET} EQUAL -1)
/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp139 if (slot->getOpcode() == SP::RET) in findDelayInstr()
147 slot->setDesc(TII->get(SP::RET)); in findDelayInstr()
/external/javassist/src/main/javassist/bytecode/
DInstructionPrinter.java109 case RET: in instructionString()
163 case RET: in wide()
DOpcode.java222 int RET = 169; field
/external/llvm/lib/Target/PTX/
DPTXISelLowering.h30 RET, enumerator
DPTXISelLowering.cpp143 case PTXISD::RET: in getTargetNodeName()
376 return DAG.getNode(PTXISD::RET, dl, MVT::Other, Chain); in LowerReturn()
379 return DAG.getNode(PTXISD::RET, dl, MVT::Other, Chain, Flag); in LowerReturn()
/external/llvm/lib/Target/CellSPU/
DSPUHazardRecognizers.cpp109 case SPU::RET: in getHazardType()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLR.g92 RET;
388 …* ^(RULE[block,"rule"] ID["name"] {modifier} ARG["ARG"] RET["RET"] SCOPE["scope"] {block} EOR[EOBA…
396 adaptor.addChild( rule, adaptor.create( RET, "RET" ) );
593 ^(RET["RET"] $rt?)
DANTLRTreePrinter.g236 ^(RET (ret=ARG_ACTION {out(" returns ["+$ret.text+"]");} )? )
257 ^(RET (ret=ARG_ACTION {out(" returns ["+$ret.text+"]");} )? )
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutineScanner.java99 if (Util.isReturn(opcode) || opcode == RET || opcode == ATHROW) in scanOp()
/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java235 case Opcode.RET :
275 else if (op == Opcode.WIDE && ci.byteAt(index + 1) == Opcode.RET)
/external/clang/test/CodeGenObjC/
Darc.m23 // CHECK-NEXT: [[RET:%.*]] = call i8* @objc_retain(i8* [[T0]])
29 // CHECK-NEXT: [[T1:%.*]] = call i8* @objc_autoreleaseReturnValue(i8* [[RET]])
156 // CHECK-NEXT: [[RET:%.*]] = call i8* @objc_autoreleaseReturnValue(i8* [[INIT]])
158 // CHECK-NEXT: ret i8* [[RET]]
643 // CHECK-NEXT: [[RET:%.*]] = call i8* @objc_retain(i8* [[T1]])
648 // CHECK-NEXT: ret i8* [[RET]]
707 // CHECK-NEXT: [[RET:%.*]] = call i8* @objc_retain(i8* [[CALL]]) nounwind
716 // CHECK-NEXT: ret i8* [[RET]]
761 // CHECK-NEXT: [[RET:%.*]] = call i8* @objc_retain(i8* [[T1]]) nounwind
773 // CHECK-NEXT: ret i8* [[RET]]
[all …]

123