Home
last modified time | relevance | path

Searched refs:ReturnValue (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas155 ReturnValue: string;
157 ReturnValue := FIANTLRString.GetValue;
158 CheckEquals(ReturnValue,'foo');
183 ReturnValue: string;
185 ReturnValue := FANTLRString.ToString;
186 CheckEquals(ReturnValue,'foo');
205 ReturnValue: IANTLRInterface;
207 ReturnValue := FICloneable.Clone;
208 Check(Supports(ReturnValue, IFoo));
209 CheckEquals((ReturnValue as IFoo).Value,(FICloneable as IFoo).Value);
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.logicalConvert.frag.out293 ReturnValue 16
298 ReturnValue 16
303 ReturnValue 16
308 ReturnValue 16
313 ReturnValue 16
318 ReturnValue 16
323 ReturnValue 16
328 ReturnValue 16
333 ReturnValue 16
338 ReturnValue 16
[all …]
Dspv.functionCall.frag.out91 ReturnValue 31
104 ReturnValue 42
106 ReturnValue 45
109 ReturnValue 47
120 ReturnValue 53
123 ReturnValue 55
Dremap.similar_1b.everything.frag.out88 ReturnValue 20342
103 ReturnValue 7042
117 ReturnValue 14626
120 ReturnValue 6429
Dremap.similar_1a.everything.frag.out83 ReturnValue 11601
97 ReturnValue 17278
111 ReturnValue 14626
114 ReturnValue 6429
Dspv.forwardFun.frag.out98 ReturnValue 43
100 ReturnValue 46
103 ReturnValue 48
113 ReturnValue 56
Dremap.similar_1a.none.frag.out97 ReturnValue 36
111 ReturnValue 46
125 ReturnValue 68
128 ReturnValue 70
Dspv.bufferhandle13.frag.out100 ReturnValue 10(y)
106 ReturnValue 26
111 ReturnValue 18(y)
117 ReturnValue 31
Dremap.similar_1b.none.frag.out102 ReturnValue 39
117 ReturnValue 50
131 ReturnValue 73
134 ReturnValue 75
Dspv.switch.frag.out488 ReturnValue 27
491 ReturnValue 29
496 ReturnValue 33
498 ReturnValue 37
514 ReturnValue 46
516 ReturnValue 49
519 ReturnValue 51
524 ReturnValue 55
526 ReturnValue 37
Dspv.bufferhandle12.frag.out199 ReturnValue 53
244 ReturnValue 85
274 ReturnValue 106
284 ReturnValue 113
294 ReturnValue 120
305 ReturnValue 127
Dhlsl.wavequery.frag.out117 ReturnValue 21
119 ReturnValue 24
122 ReturnValue 26
Dhlsl.namespace.frag.out152 ReturnValue 25
157 ReturnValue 29
162 ReturnValue 32
168 ReturnValue 35
181 ReturnValue 48
Dhlsl.memberFunCall.frag.out214 ReturnValue 36
220 ReturnValue 39
228 ReturnValue 43
241 ReturnValue 50
254 ReturnValue 60
263 ReturnValue 67
Dhlsl.tx.overload.frag.out210 ReturnValue 33
215 ReturnValue 37
220 ReturnValue 33
225 ReturnValue 37
250 ReturnValue 67
Dspv.register.noautoassign.frag.out204 ReturnValue 107
219 ReturnValue 120
232 ReturnValue 137
243 ReturnValue 147
Dspv.register.autoassign.frag.out204 ReturnValue 107
219 ReturnValue 120
232 ReturnValue 137
243 ReturnValue 147
Dhlsl.if.frag.out284 ReturnValue 21
294 ReturnValue 29
298 ReturnValue 33
326 ReturnValue 53
336 ReturnValue 61
340 ReturnValue 65
369 ReturnValue 93
Dspv.matFun.vert.out116 ReturnValue 30
143 ReturnValue 61
155 ReturnValue 68
/external/clang/lib/CodeGen/
DCGCUDARuntime.cpp29 ReturnValueSlot ReturnValue) { in EmitCUDAKernelCallExpr() argument
48 CGF.EmitCall(E->getCallee()->getType(), Callee, E, ReturnValue, TargetDecl); in EmitCUDAKernelCallExpr()
/external/clang/include/clang/AST/
DStmtCXX.h307 ReturnValue, ///< Return value for thunk function. enumerator
316 Expr *ReturnValue, ArrayRef<Expr *> ParamMoves) in CoroutineBodyStmt() argument
324 SubStmts[CoroutineBodyStmt::ReturnValue] = ReturnValue; in CoroutineBodyStmt()
349 return cast<Expr>(SubStmts[SubStmt::ReturnValue]); in getReturnValueInit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c115 int ReturnValue; in iJIT_NotifyEvent() local
237 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
239 return ReturnValue; in iJIT_NotifyEvent()
/external/v8/src/third_party/vtune/
Djitprofiling.cc153 int ReturnValue; in iJIT_NotifyEvent() local
266 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
268 return ReturnValue; in iJIT_NotifyEvent()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c116 int ReturnValue; in iJIT_NotifyEvent() local
238 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
240 return ReturnValue; in iJIT_NotifyEvent()
/external/llvm/lib/Support/
DCompression.cpp37 static zlib::Status encodeZlibReturnValue(int ReturnValue) { in encodeZlibReturnValue() argument
38 switch (ReturnValue) { in encodeZlibReturnValue()

12345678910>>...15