Home
last modified time | relevance | path

Searched refs:returnValue (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp304 void* returnValue; in main() local
305 result = pthread_join( add1Thread, &returnValue ); in main()
310 std::cout << "Add1 returned " << intptr_t(returnValue) << std::endl; in main()
312 result = pthread_join( fibThread1, &returnValue ); in main()
317 std::cout << "Fib1 returned " << intptr_t(returnValue) << std::endl; in main()
319 result = pthread_join( fibThread2, &returnValue ); in main()
324 std::cout << "Fib2 returned " << intptr_t(returnValue) << std::endl; in main()
/openbsd-src/usr.bin/telnet/
H A Dsys_bsd.c501 int returnValue = 0; in process_rings() local
559 returnValue = 1; in process_rings()
586 returnValue = 1; /* did something useful */ in process_rings()
590 returnValue |= netflush(); in process_rings()
593 returnValue |= (ttyflush(SYNCHing|flushout) > 0); in process_rings()
596 return returnValue; in process_rings()
H A Dtelnet.c1412 int returnValue = 0; in telrcv() local
1420 returnValue = 1; in telrcv()
1617 return returnValue||count; in telrcv()
1639 int returnValue = 0; in telsnd() local
1651 returnValue = 1; in telsnd()
1772 return returnValue||count; /* Non-zero if we did anything */ in telsnd()
1792 int returnValue; in Scheduler() local
1821 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()
1826 returnValue |= telsnd(); in Scheduler()
1830 returnValue |= telrcv(); in Scheduler()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DARMAttributeParser.cpp384 std::optional<Error> returnValue; in also_compatible_with() local
401 returnValue = in also_compatible_with()
410 returnValue = createStringError( in also_compatible_with()
424 returnValue = createStringError( in also_compatible_with()
460 return returnValue ? std::move(*returnValue) : Error::success(); in also_compatible_with()
/openbsd-src/gnu/llvm/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js412 var returnValue = true;
421 returnValue = false;
424 return returnValue;
434 this.returnValue = false;
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js455 var returnValue = true;
468 returnValue = false;
471 return returnValue;
480 fixEvent.preventDefault = function() { this.returnValue = false; };
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js412 var returnValue = true;
421 returnValue = false;
424 return returnValue;
434 this.returnValue = false;
/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp182 bool returnValue = false; in getSystemRegistryString()
237 returnValue = true; in getSystemRegistryString()
251 returnValue = true; in getSystemRegistryString()
257 return returnValue; in getSystemRegistryString()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h894 self()->printSExpr(E->returnValue(), SS, Prec_Other); in printReturn()
H A DThreadSafetyTIL.h1466 SExpr *returnValue() { return Retval; } in returnValue() function
1467 const SExpr *returnValue() const { return Retval; } in returnValue() function