Home
last modified time | relevance | path

Searched +full:clang +full:- +full:msan +full:- +full:fuzz +full:- +full:unoptimized (Results 1 – 2 of 2) sorted by relevance

/external/zstd/.github/workflows/
Ddev-long-tests.yml1 name: dev-long-tests
5 group: long-${{ github.ref }}
6 cancel-in-progress: true
12 permissions: read-all
15 make-all:
16 runs-on: ubuntu-latest
18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
19 - name: make all
23 make-test:
24 runs-on: ubuntu-latest
[all …]
/external/AFLplusplus/src/
Dafl-cc.c2 american fuzzy lop++ - compiler instrumentation wrapper
3 -------------------------------------------------------
8 Copyright 2019-2024 AFLplusplus Project. All rights reserved.
14 https://www.apache.org/licenses/LICENSE-2.0
24 #include "alloc-inl.h"
25 #include "llvm-alternative-coverage.h"
37 #if (LLVM_MAJOR - 0 == 0)
43 #if (LLVM_MINOR - 0 == 0)
54 /** Global declarations -----BEGIN----- **/
60 PARAM_KEEP, // kept as-is
[all …]