===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
aspcud-1.9.4/cmake/lemon.cmake-34-                set(IMPORT_LEMON "IMPORTFILE-NOTFOUND" CACHE FILEPATH "Path to the export file of the native lemon build")
aspcud-1.9.4/cmake/lemon.cmake:35:                include(${IMPORT_LEMON})
aspcud-1.9.4/cmake/lemon.cmake-36-            else()
##############################################
aspcud-1.9.4/libcudf/tests/catch.hpp-1252-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
aspcud-1.9.4/libcudf/tests/catch.hpp:1253:        #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */
aspcud-1.9.4/libcudf/tests/catch.hpp-1254-    #else // Fall back to the generic way.