===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
catch2-2.13.3/.conan/test_package/CMakeLists.txt-3-
catch2-2.13.3/.conan/test_package/CMakeLists.txt:4:include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
catch2-2.13.3/.conan/test_package/CMakeLists.txt-5-conan_basic_setup(TARGETS)
##############################################
catch2-2.13.3/CMake/Catch2Config.cmake.in-8-
catch2-2.13.3/CMake/Catch2Config.cmake.in:9:    include(${CMAKE_CURRENT_LIST_DIR}/Catch2Targets.cmake)
catch2-2.13.3/CMake/Catch2Config.cmake.in-10-endif()
##############################################
catch2-2.13.3/CMake/FindLcov.cmake-131-# which is needed to get also data for objects, which were not loaded at
catch2-2.13.3/CMake/FindLcov.cmake:132:# execution time. It will call geninfo for every source file of <TNAME> once and
catch2-2.13.3/CMake/FindLcov.cmake-133-# store the info file in the same directory.
##############################################
catch2-2.13.3/CMake/FindLcov.cmake-256-		# Generate coverage files. If no .gcda file was generated during
catch2-2.13.3/CMake/FindLcov.cmake:257:		# execution, the empty coverage file will be used instead.
catch2-2.13.3/CMake/FindLcov.cmake-258-		set(OUTFILE "${TDIR}/${FILE}.info")
##############################################
catch2-2.13.3/contrib/Catch.cmake-173-    "if(EXISTS \"${ctest_tests_file}\")\n"
catch2-2.13.3/contrib/Catch.cmake:174:    "  include(\"${ctest_tests_file}\")\n"
catch2-2.13.3/contrib/Catch.cmake-175-    "else()\n"
##############################################
catch2-2.13.3/docs/benchmarks.md-24-
catch2-2.13.3/docs/benchmarks.md:25:## Execution procedure
catch2-2.13.3/docs/benchmarks.md-26-
##############################################
catch2-2.13.3/include/internal/benchmark/catch_optimizer.hpp-22-        inline void keep_memory(T* p) {
catch2-2.13.3/include/internal/benchmark/catch_optimizer.hpp:23:            asm volatile("" : : "g"(p) : "memory");
catch2-2.13.3/include/internal/benchmark/catch_optimizer.hpp-24-        }
catch2-2.13.3/include/internal/benchmark/catch_optimizer.hpp-25-        inline void keep_memory() {
catch2-2.13.3/include/internal/benchmark/catch_optimizer.hpp:26:            asm volatile("" : : : "memory");
catch2-2.13.3/include/internal/benchmark/catch_optimizer.hpp-27-        }
##############################################
catch2-2.13.3/include/internal/catch_debugger.h-43-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
catch2-2.13.3/include/internal/catch_debugger.h:44:        #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */
catch2-2.13.3/include/internal/catch_debugger.h-45-    #else // Fall back to the generic way.
##############################################
catch2-2.13.3/single_include/catch2/catch.hpp-6480-        inline void keep_memory(T* p) {
catch2-2.13.3/single_include/catch2/catch.hpp:6481:            asm volatile("" : : "g"(p) : "memory");
catch2-2.13.3/single_include/catch2/catch.hpp-6482-        }
catch2-2.13.3/single_include/catch2/catch.hpp-6483-        inline void keep_memory() {
catch2-2.13.3/single_include/catch2/catch.hpp:6484:            asm volatile("" : : : "memory");
catch2-2.13.3/single_include/catch2/catch.hpp-6485-        }
##############################################
catch2-2.13.3/single_include/catch2/catch.hpp-7956-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
catch2-2.13.3/single_include/catch2/catch.hpp:7957:        #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */
catch2-2.13.3/single_include/catch2/catch.hpp-7958-    #else // Fall back to the generic way.