/llvm-project/compiler-rt/test/tsan/ |
H A D | ignored-interceptors-mmap.cpp | 19 void mmap_ignored(bool ignore, size_t size) { in mmap_ignored() 38 bool ignore = (argc > 1) && (strcmp(argv[1], "ignore") == 0); in main() local
|
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_sync_test.cpp | 55 ScopedIgnoreInterceptors ignore; in TEST() local 78 ScopedIgnoreInterceptors ignore; in TEST() local 113 ScopedIgnoreInterceptors ignore; in TEST() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-tautological-compare.cpp | 37 void ignore() { in ignore() function 73 void ignore() { in ignore() function
|
H A D | warn-uninitialized-const-reference.cpp | 14 void ignore(const int &i) {} in ignore() function
|
H A D | warn-bool-conversion.cpp | 145 void ignore() { in ignore() function
|
H A D | constant-expression-cxx14.cpp | 575 struct ignore { template<typename ...Ts> constexpr ignore(Ts &&...) {} }; in ignore() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | pr29160.cpp | 9 static void ignore() {} in ignore() function
|
/llvm-project/clang/test/C/C23/ |
H A D | n3042.c | 45 nullptr_t ignore = nullptr; in test() local
|
/llvm-project/lldb/test/API/functionalities/step-avoids-regexp/ |
H A D | main.cpp | 1 namespace ignore { namespace
|
/llvm-project/llvm/unittests/Debuginfod/ |
H A D | DebuginfodTests.cpp | 17 #define setenv(name, var, ignore) _putenv_s(name, var) argument
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
H A D | utils.py | 29 def aborter(res, msg, ignore=[]): argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | partial-spec-instantiate.cpp | 99 template<typename> using ignore = void; // expected-warning 0-1{{extension}} typedef 123 template <bool...> using ignore = void; // expected-warning 0-2{{extension}} typedef
|
/llvm-project/llvm/unittests/Support/ |
H A D | raw_pwrite_stream_test.cpp | 48 #define setenv(name, var, ignore) _putenv_s(name, var) argument
|
H A D | ProcessTest.cpp | 43 #define setenv(name, var, ignore) _putenv_s(name, var) argument
|
H A D | ThreadPool.cpp | 436 #define setenv(name, var, ignore) _putenv_s(name, var) argument
|
/llvm-project/clang/test/Sema/ |
H A D | warn-tautological-compare.c | 10 void ignore(void) { in ignore() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/openmp/ |
H A D | exception-escape.cpp | 19 void ignore() { in ignore() function
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Scalar.h | 66 bool ignore; in Scalar() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | timing.h | 54 void ignore() { ignore() function
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | DumpValueObjectOptions.cpp | 111 SetIgnoreCap(bool ignore) SetIgnoreCap() argument
|
/llvm-project/lldb/source/API/ |
H A D | SBExpressionOptions.cpp | 70 void SBExpressionOptions::SetIgnoreBreakpoints(bool ignore) { in SetIgnoreBreakpoints()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.cpp | 688 ScopedIgnoreInterceptors ignore; in Initialize() local 669 ScopedIgnoreInterceptors ignore; CheckUnwind() local
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointOptions.cpp | 116 int32_t ignore, bool one_shot, in BreakpointOptions() argument
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 588 size_t ignore = ignore_value->GetValueAsUnsigned(0); in GetBacktraceThreadFromException() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_taskdeps.cpp | 990 bool ignore = current_task->td_flags.team_serial || in __kmpc_omp_taskwait_deps_51() local
|