Home
last modified time | relevance | path

Searched defs:argument (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_testlib.cpp34 void *argument) { in Callback()
38 void *SuspenderThread(void *argument) { in SuspenderThread()
H A Dsanitizer_stoptheworld_test.cpp52 void *argument) { in Callback()
67 CallbackArgument argument; in TEST() local
114 void *argument) { in AdvancedCallback()
134 AdvancedCallbackArgument argument; in TEST() local
154 void *argument) { in SegvCallback()
H A Dsanitizer_linux_test.cpp94 TidReporterArgument *arg = reinterpret_cast<TidReporterArgument *>(argument); in TidReporterThread() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_fuchsia.cpp27 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld()
30 void *argument; in StopTheWorld() member
H A Dsanitizer_stoptheworld_win.cpp80 void *argument; member
83 DWORD WINAPI RunThread(void *argument) { in RunThread()
161 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld()
H A Dsanitizer_stoptheworld_mac.cpp50 void *argument; member
82 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld()
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp180 static int TracerThread(void *argument) { in TracerThread() argument
270 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() argument
H A Dsanitizer_stoptheworld_linux_libcdep.cpp279 TracerThread(void * argument) TracerThread() argument
395 StopTheWorld(StopTheWorldCallback callback,void * argument) StopTheWorld() argument
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Ddispatch_call_Block_with_release.c11 void callsomething(const char *format, int argument) { in callsomething()
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp113 void *argument; global() member
140 LockStuffAndStopTheWorld(StopTheWorldCallback callback,CheckForLeaksParam * argument) LockStuffAndStopTheWorld() argument
H A Dlsan_common_fuchsia.cpp70 CheckForLeaksParam *argument) { in LockStuffAndStopTheWorld()
76 CheckForLeaksParam *argument; in LockStuffAndStopTheWorld() member
H A Dlsan_common_mac.cpp232 CheckForLeaksParam *argument) { in LockStuffAndStopTheWorld()
/llvm-project/mlir/test/CAPI/
H A Dpass.c366 MlirStringRef argument = in testExternalPass() local
405 MlirStringRef argument = in testExternalPass() local
456 MlirStringRef argument = in testExternalPass() local
503 MlirStringRef argument = in testExternalPass() local
552 MlirStringRef argument = in testExternalPass() local
/llvm-project/mlir/lib/CAPI/IR/
H A DPass.cpp114 ExternalPass(TypeID passID,StringRef name,StringRef argument,StringRef description,std::optional<StringRef> opName,ArrayRef<MlirDialectHandle> dependentDialects,MlirExternalPassCallbacks callbacks,void * userData) ExternalPass() argument
165 std::string argument; global() member in mlir::ExternalPass
174 mlirCreateExternalPass(MlirTypeID passID,MlirStringRef name,MlirStringRef argument,MlirStringRef description,MlirStringRef opName,intptr_t nDependentDialects,MlirDialectHandle * dependentDialects,MlirExternalPassCallbacks callbacks,void * userData) mlirCreateExternalPass() argument
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A Dstack_logging.h
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMacroParenthesesCheck.cpp153 void MacroParenthesesPPCallbacks::argument(const Token &MacroNameTok, in argument() function in clang::tidy::bugprone::MacroParenthesesPPCallbacks
/llvm-project/mlir/lib/Analysis/
H A DLiveness.cpp54 for (BlockArgument argument : block->getArguments()) { in BlockInfoBuilder() local
273 for (BlockArgument argument : block->getArguments()) in print() local
/llvm-project/mlir/include/mlir/Transforms/
H A DInliningUtils.h155 Operation *callable, Value argument, in handleArgument() argument
/llvm-project/mlir/lib/Analysis/DataFlow/
H A DSparseAnalysis.cpp59 for (Value argument : region.front().getArguments()) in initialize() local
166 for (BlockArgument argument : block->getArguments()) { visitBlock() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp137 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument}); argument
140 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument}); argument
143 ADD_METHOD(receiver,method_list,count,argument) global() argument
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMInlining.cpp
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.cpp419 FailureOr<FormatElement *> argument = parseElement(CustomDirectiveContext); parseCustomDirective() local
/llvm-project/mlir/lib/Interfaces/
H A DFunctionImplementation.cpp41 OpAsmParser::Argument argument; in parseFunctionArgumentList() local
/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h159 unsigned argument) { in makeForbiddenType()
/llvm-project/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp86 uint64_t argument; member
182 uint64_t argument; member

123