Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/objc/
H A Dnsinvocation-argument-lifetime.rst20 __strong id returnValue;
21 [invocation getReturnValue:&returnValue];
30 __unsafe_unretained id returnValue;
31 [invocation getReturnValue:&returnValue];
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js412 var returnValue = true;
421 returnValue = false;
424 return returnValue;
434 this.returnValue = false;
/llvm-project-15.0.7/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; };
/llvm-project-15.0.7/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js412 var returnValue = true;
421 returnValue = false;
424 return returnValue;
434 this.returnValue = false;
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DCoverageChecker.cpp172 std::error_code returnValue; in doChecks() local
186 returnValue = std::error_code(1, std::generic_category()); in doChecks()
188 return returnValue; in doChecks()
H A DPreprocessorTracker.cpp854 bool returnValue = true; in checkForIncludesInBlock() local
865 returnValue = false; in checkForIncludesInBlock()
880 return returnValue; in checkForIncludesInBlock()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h891 self()->printSExpr(E->returnValue(), SS, Prec_Other); in printReturn()
H A DThreadSafetyTIL.h1468 SExpr *returnValue() { return Retval; } in returnValue() function
1469 const SExpr *returnValue() const { return Retval; } in returnValue() function