/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stoptheworld_testlib.cpp | 34 void *argument) { in Callback() 38 void *SuspenderThread(void *argument) { in SuspenderThread()
|
H A D | sanitizer_stoptheworld_test.cpp | 52 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 D | sanitizer_linux_test.cpp | 94 TidReporterArgument *arg = reinterpret_cast<TidReporterArgument *>(argument); in TidReporterThread() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_fuchsia.cpp | 27 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() 30 void *argument; in StopTheWorld() member
|
H A D | sanitizer_stoptheworld_win.cpp | 80 void *argument; member 83 DWORD WINAPI RunThread(void *argument) { in RunThread() 161 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld()
|
H A D | sanitizer_stoptheworld_mac.cpp | 50 void *argument; member 82 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld()
|
H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 180 static int TracerThread(void *argument) { in TracerThread() argument 270 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() argument
|
H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 279 TracerThread(void * argument) TracerThread() argument 395 StopTheWorld(StopTheWorldCallback callback,void * argument) StopTheWorld() argument
|
/llvm-project/compiler-rt/test/BlocksRuntime/ |
H A D | dispatch_call_Block_with_release.c | 11 void callsomething(const char *format, int argument) { in callsomething()
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common_linux.cpp | 113 void *argument; global() member 140 LockStuffAndStopTheWorld(StopTheWorldCallback callback,CheckForLeaksParam * argument) LockStuffAndStopTheWorld() argument
|
H A D | lsan_common_fuchsia.cpp | 70 CheckForLeaksParam *argument) { in LockStuffAndStopTheWorld() 76 CheckForLeaksParam *argument; in LockStuffAndStopTheWorld() member
|
H A D | lsan_common_mac.cpp | 232 CheckForLeaksParam *argument) { in LockStuffAndStopTheWorld()
|
/llvm-project/mlir/test/CAPI/ |
H A D | pass.c | 366 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 D | Pass.cpp | 114 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 D | stack_logging.h |
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | MacroParenthesesCheck.cpp | 153 void MacroParenthesesPPCallbacks::argument(const Token &MacroNameTok, in argument() function in clang::tidy::bugprone::MacroParenthesesPPCallbacks
|
/llvm-project/mlir/lib/Analysis/ |
H A D | Liveness.cpp | 54 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 D | InliningUtils.h | 155 Operation *callable, Value argument, in handleArgument() argument
|
/llvm-project/mlir/lib/Analysis/DataFlow/ |
H A D | SparseAnalysis.cpp | 59 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 D | LocalizationChecker.cpp | 137 {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 D | LLVMInlining.cpp |
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | FormatGen.cpp | 419 FailureOr<FormatElement *> argument = parseElement(CustomDirectiveContext); parseCustomDirective() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | FunctionImplementation.cpp | 41 OpAsmParser::Argument argument; in parseFunctionArgumentList() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 159 unsigned argument) { in makeForbiddenType()
|
/llvm-project/lldb/examples/darwin/heap_find/heap/ |
H A D | heap_find.cpp | 86 uint64_t argument; member 182 uint64_t argument; member
|