Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: compile_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 276 49.9%
gold [1:9] 27 4.88%
yellow [10:29] 7 1.26%
greenyellow [30:49] 22 3.97%
lawngreen 50+ 221 39.9%
All colors 553 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
73 463 glslang::TInfoSinkBase::append(std::__1::basic_string , std::__1::allocator > const&) call site: 00463 fputs
15 250 (anonymous namespace)::CreateParseContext(glslang::TSymbolTable&, glslang::TIntermediate&, int, EProfile, glslang::EShSource, EShLanguage, TInfoSink&, glslang::SpvVersion, bool, EShMessages, bool, std::__1::basic_string , std::__1::allocator >) call site: 00250
13 427 (anonymous namespace)::TNoContractionPropagator::TNoContractionPropagator(std::__1::unordered_set , std::__1::allocator >, std::__1::hash , std::__1::allocator > >, std::__1::equal_to , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > > >*, std::__1::unordered_map , std::__1::allocator >, std::__1::hash , std::__1::equal_to , std::__1::allocator , std::__1::allocator > > > > const&) call site: 00427
10 73 (anonymous namespace)::DeduceVersionProfile(TInfoSink&, EShLanguage, bool, int, glslang::EShSource, int&, EProfile&, glslang::SpvVersion const&) call site: 00073
10 331 glslang::TSymbolTableLevel::clone() const call site: 00331 snprintf
9 235 glslang::TParseContext::TParseContext(glslang::TSymbolTable&, glslang::TIntermediate&, bool, int, EProfile, glslang::SpvVersion const&, EShLanguage, TInfoSink&, bool, EShMessages, std::__1::basic_string , glslang::pool_allocator > const*) call site: 00235
8 377 (anonymous namespace)::AddContextSpecificSymbols(TBuiltInResource const*, TInfoSink&, glslang::TSymbolTable&, int, EProfile, glslang::SpvVersion const&, EShLanguage, glslang::EShSource) call site: 00377
8 444 glslang::TIntermediate::postProcess(TIntermNode*, EShLanguage) call site: 00444
7 136 glslang::TInfoSinkBase::append(std::__1::basic_string , glslang::pool_allocator > const&) call site: 00136 fputs
7 195 glslang::TParseContext::TParseContext(glslang::TSymbolTable&, glslang::TIntermediate&, bool, int, EProfile, glslang::SpvVersion const&, EShLanguage, TInfoSink&, bool, EShMessages, std::__1::basic_string , glslang::pool_allocator > const*) call site: 00195
7 282 (anonymous namespace)::InitializeSymbolTable(std::__1::basic_string , glslang::pool_allocator > const&, int, EProfile, glslang::SpvVersion const&, EShLanguage, glslang::EShSource, TInfoSink&, glslang::TSymbolTable&) call site: 00282
6 66 glslang::TInfoSinkBase::append(char const*) call site: 00066 fputs

Runtime coverage analysis

Covered functions
439
Functions that are reachable but not covered
355
Reachable functions
516
Percentage of reachable functions covered
31.2%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/compile_fuzzer.cc 1
/src/glslang/glslang/MachineIndependent/ShaderLang.cpp 29
/src/glslang/glslang/MachineIndependent/PoolAlloc.cpp 7
/src/glslang/glslang/MachineIndependent/../Include/InfoSink.h 11
/src/glslang/glslang/MachineIndependent/../Include/ShHandle.h 3
/src/glslang/glslang/MachineIndependent/localintermediate.h 30
/src/glslang/glslang/MachineIndependent/../Include/../Public/../MachineIndependent/Versions.h 2
/src/glslang/glslang/ResourceLimits/ResourceLimits.cpp 1
/src/glslang/glslang/../glslang/Public/ShaderLang.h 6
/src/glslang/glslang/MachineIndependent/../Include/PoolAlloc.h 7
/src/glslang/glslang/MachineIndependent/Scan.h 6
/src/glslang/glslang/MachineIndependent/../Include/Common.h 32
/src/glslang/glslang/MachineIndependent/InfoSink.cpp 3
/src/glslang/glslang/MachineIndependent/Scan.cpp 4
/src/glslang/glslang/MachineIndependent/SymbolTable.h 25
/src/glslang/glslang/MachineIndependent/../HLSL/../MachineIndependent/Initialize.h 1
/src/glslang/glslang/MachineIndependent/Initialize.cpp 2
/src/glslang/glslang/MachineIndependent/../HLSL/hlslParseables.h 1
/src/glslang/glslang/HLSL/hlslParseables.cpp 1
/src/glslang/glslang/MachineIndependent/ParseHelper.cpp 3
/src/glslang/glslang/MachineIndependent/ParseHelper.h 10
/src/glslang/glslang/MachineIndependent/parseVersions.h 4
/src/glslang/glslang/MachineIndependent/../Include/Types.h 25
/src/glslang/glslang/HLSL/hlslParseHelper.cpp 1
/src/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp 2
/src/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp 1
/src/glslang/glslang/MachineIndependent/preprocessor/PpContext.h 3
/src/glslang/glslang/MachineIndependent/ScanContext.h 2
/src/glslang/glslang/MachineIndependent/SymbolTable.cpp 6
/src/glslang/glslang/MachineIndependent/Versions.cpp 1
/src/glslang/glslang/MachineIndependent/Intermediate.cpp 5
/src/glslang/glslang/MachineIndependent/../Include/intermediate.h 4
/src/glslang/glslang/MachineIndependent/propagateNoContraction.cpp 14
/src/glslang/glslang/MachineIndependent/intermOut.cpp 3

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
glslang::TParseContext::parseShaderStrings(glslang::TPpContext&,glslang::TInputScanner&,bool) /src/glslang/glslang/MachineIndependent/ParseHelper.cpp 4 ['N/A', 'N/A', 'N/A', 'bool'] 26 0 25 3 2 2231 0 8417 8186
glslang::HlslGrammar::acceptDeclaration(TIntermNode*&) /src/glslang/glslang/HLSL/hlslGrammar.cpp 2 ['N/A', 'N/A'] 89 0 607 119 47 1917 52 5767 2701
glslang::TBuiltIns::initialize(int,EProfile,glslang::SpvVersionconst&) /src/glslang/glslang/MachineIndependent/Initialize.cpp 4 ['N/A', 'int', 'int', 'N/A'] 4 0 3913 704 270 82 0 815 758
glslang::TProgram::link(EShMessages) /src/glslang/glslang/MachineIndependent/ShaderLang.cpp 2 ['N/A', 'int'] 11 0 385 92 33 625 0 1589 754
glslang::TPpContext::TokenizableIncludeFile::scan(glslang::TPpToken*) /src/glslang/glslang/MachineIndependent/preprocessor/PpContext.h 2 ['N/A', 'N/A'] 8 0 13 3 2 53 0 425 348
glslang::TIntermConstantUnion::fold(glslang::TOperator,glslang::TIntermTypedconst*)const /src/glslang/glslang/MachineIndependent/Constant.cpp 3 ['N/A', 'int', 'N/A'] 8 0 1475 232 69 203 0 570 320
glslang::TBuiltIns::identifyBuiltIns(int,EProfile,glslang::SpvVersionconst&,EShLanguage,glslang::TSymbolTable&) /src/glslang/glslang/MachineIndependent/Initialize.cpp 6 ['N/A', 'int', 'int', 'N/A', 'int', 'N/A'] 4 0 3905 575 216 56 0 318 288

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
54.0%
1795 / 3314
Cyclomatic complexity statically reachable by fuzzers
72.0%
14380 / 19944

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/compile_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['glslang::TInfoSinkBase::append(std::__1::basic_string, std::__1::allocator > const&)', '(anonymous namespace)::CreateParseContext(glslang::TSymbolTable&, glslang::TIntermediate&, int, EProfile, glslang::EShSource, EShLanguage, TInfoSink&, glslang::SpvVersion, bool, EShMessages, bool, std::__1::basic_string, std::__1::allocator >)', '(anonymous namespace)::TNoContractionPropagator::TNoContractionPropagator(std::__1::unordered_set, std::__1::allocator >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > > >*, std::__1::unordered_map, std::__1::allocator >, std::__1::hash, std::__1::equal_to, std::__1::allocator, std::__1::allocator > > > > const&)', '(anonymous namespace)::DeduceVersionProfile(TInfoSink&, EShLanguage, bool, int, glslang::EShSource, int&, EProfile&, glslang::SpvVersion const&)', 'glslang::TSymbolTableLevel::clone() const', 'glslang::TParseContext::TParseContext(glslang::TSymbolTable&, glslang::TIntermediate&, bool, int, EProfile, glslang::SpvVersion const&, EShLanguage, TInfoSink&, bool, EShMessages, std::__1::basic_string, glslang::pool_allocator > const*)', '(anonymous namespace)::AddContextSpecificSymbols(TBuiltInResource const*, TInfoSink&, glslang::TSymbolTable&, int, EProfile, glslang::SpvVersion const&, EShLanguage, glslang::EShSource)', 'glslang::TIntermediate::postProcess(TIntermNode*, EShLanguage)', 'glslang::TInfoSinkBase::append(std::__1::basic_string, glslang::pool_allocator > const&)', 'glslang::TParseContext::TParseContext(glslang::TSymbolTable&, glslang::TIntermediate&, bool, int, EProfile, glslang::SpvVersion const&, EShLanguage, TInfoSink&, bool, EShMessages, std::__1::basic_string, glslang::pool_allocator > const*)']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
glslang::HlslGrammar::acceptDeclaration(TIntermNode*&) 136 46 33.82% ['compile_fuzzer']
glslang::HlslGrammar::acceptPreQualifier(glslang::TQualifier&) 97 12 12.37% ['compile_fuzzer']
glslang::HlslGrammar::acceptType(glslang::TType&,TIntermNode*&) 839 372 44.33% ['compile_fuzzer']
glslang::HlslGrammar::acceptAttributes(glslang::TList &) 57 6 10.52% ['compile_fuzzer']
glslang::HlslGrammar::acceptPostDecls(glslang::TQualifier&) 90 9 10.0% ['compile_fuzzer']
glslang::HlslGrammar::getTypeString(glslang::EHlslTokenClass)const 35 6 17.14% ['compile_fuzzer']
glslang::HlslParseContext::transferTypeAttributes(glslang::TSourceLocconst&,glslang::TList const&,glslang::TType&,bool) 105 3 2.857% ['compile_fuzzer']
glslang::HlslParseContext::setTextureReturnType(glslang::TSampler&,glslang::TTypeconst&,glslang::TSourceLocconst&) 54 7 12.96% ['compile_fuzzer']
glslang::HlslParseContext::addPatchConstantInvocation() 218 5 2.293% ['compile_fuzzer']
glslang::HlslScanContext::tokenizeClass(glslang::HlslToken&) 89 35 39.32% ['compile_fuzzer']
glslang::TIntermConstantUnion::fold(glslang::TOperator,glslang::TTypeconst&)const 442 37 8.371% ['compile_fuzzer']
glslang::TIntermediate::fold(glslang::TIntermAggregate*) 329 5 1.519% ['compile_fuzzer']
glslang::TBuiltIns::identifyBuiltIns(int,EProfile,glslang::SpvVersionconst&,EShLanguage,glslang::TSymbolTable&,TBuiltInResourceconst&) 55 9 16.36% ['compile_fuzzer']
glslang::TIntermediate::addUnaryMath(glslang::TOperator,glslang::TIntermTyped*,glslang::TSourceLocconst&) 90 45 50.0% ['compile_fuzzer']
glslang::TIntermediate::addConversion(glslang::TOperator,glslang::TTypeconst&,glslang::TIntermTyped*) 135 34 25.18% ['compile_fuzzer']
glslang::TIntermediate::mapTypeToConstructorOp(glslang::TTypeconst&)const 340 27 7.941% ['compile_fuzzer']
glslang::TIntermediate::promoteUnary(glslang::TIntermUnary&) 37 17 45.94% ['compile_fuzzer']
glslang::TParseContextBase::rValueErrorCheck(glslang::TSourceLocconst&,charconst*,glslang::TIntermTyped*) 34 9 26.47% ['compile_fuzzer']
glslang::TParseContext::handleFunctionCall(glslang::TSourceLocconst&,glslang::TFunction*,TIntermNode*) 173 14 8.092% ['compile_fuzzer']
glslang::TParseContext::constructorError(glslang::TSourceLocconst&,TIntermNode*,glslang::TFunction&,glslang::TOperator,glslang::TType&) 304 70 23.02% ['compile_fuzzer']
glslang::TParseContext::samplerCheck(glslang::TSourceLocconst&,glslang::TTypeconst&,std::__1::basic_string ,glslang::pool_allocator >const&,glslang::TIntermTyped*) 42 9 21.42% ['compile_fuzzer']
glslang::TParseContext::globalQualifierTypeCheck(glslang::TSourceLocconst&,glslang::TQualifierconst&,glslang::TPublicTypeconst&) 133 67 50.37% ['compile_fuzzer']
glslang::TParseContext::arraySizeCheck(glslang::TSourceLocconst&,glslang::TIntermTyped*,glslang::TArraySize&,charconst*,bool) 50 16 32.0% ['compile_fuzzer']
glslang::TParseContext::arraySizesCheck(glslang::TSourceLocconst&,glslang::TQualifierconst&,glslang::TArraySizes*,glslang::TIntermTypedconst*,bool) 54 4 7.407% ['compile_fuzzer']
glslang::TParseContext::declareArray(glslang::TSourceLocconst&,std::__1::basic_string ,glslang::pool_allocator >const&,glslang::TTypeconst&,glslang::TSymbol*&) 55 13 23.63% ['compile_fuzzer']
glslang::TParseContext::redeclareBuiltinVariable(glslang::TSourceLocconst&,std::__1::basic_string ,glslang::pool_allocator >const&,glslang::TQualifierconst&,glslang::TShaderQualifiersconst&) 143 3 2.097% ['compile_fuzzer']
glslang::TParseContext::finish() 69 15 21.73% ['compile_fuzzer']
glslang::TParseContext::layoutObjectCheck(glslang::TSourceLocconst&,glslang::TSymbolconst&) 69 9 13.04% ['compile_fuzzer']
glslang::TParseContext::layoutTypeCheck(glslang::TSourceLocconst&,glslang::TTypeconst&) 209 29 13.87% ['compile_fuzzer']
glslang::TParseContext::layoutQualifierCheck(glslang::TSourceLocconst&,glslang::TQualifierconst&) 129 22 17.05% ['compile_fuzzer']
glslang::TParseContext::checkNoShaderLayouts(glslang::TSourceLocconst&,glslang::TShaderQualifiersconst&) 59 27 45.76% ['compile_fuzzer']
glslang::TParseContext::typeParametersCheck(glslang::TSourceLocconst&,glslang::TPublicTypeconst&) 92 3 3.260% ['compile_fuzzer']
glslang::TParseContext::declareVariable(glslang::TSourceLocconst&,std::__1::basic_string ,glslang::pool_allocator >&,glslang::TPublicTypeconst&,glslang::TArraySizes*,glslang::TIntermTyped*) 216 76 35.18% ['compile_fuzzer']
glslang::TParseContext::executeInitializer(glslang::TSourceLocconst&,glslang::TIntermTyped*,glslang::TVariable*) 112 28 25.0% ['compile_fuzzer']
glslang::TParseContext::convertInitializerList(glslang::TSourceLocconst&,glslang::TTypeconst&,glslang::TIntermTyped*) 69 4 5.797% ['compile_fuzzer']
glslang::TParseContext::constructBuiltIn(glslang::TTypeconst&,glslang::TOperator,glslang::TIntermTyped*,glslang::TSourceLocconst&,bool) 309 21 6.796% ['compile_fuzzer']
glslang::TParseContext::declareBlock(glslang::TSourceLocconst&,glslang::TVector &,std::__1::basic_string ,glslang::pool_allocator >const*,glslang::TArraySizes*) 217 116 53.45% ['compile_fuzzer']
glslang::TParseContext::blockStageIoCheck(glslang::TSourceLocconst&,glslang::TQualifierconst&) 86 20 23.25% ['compile_fuzzer']
glslang::TParseContext::fixBlockLocations(glslang::TSourceLocconst&,glslang::TQualifier&,glslang::TVector &,bool,bool) 31 6 19.35% ['compile_fuzzer']
glslang::TParseContext::fixBlockUniformOffsets(glslang::TQualifier&,glslang::TVector &) 33 3 9.090% ['compile_fuzzer']
glslang::TParseContext::fixBlockUniformLayoutMatrix(glslang::TQualifier&,glslang::TVector *,glslang::TVector *) 39 7 17.94% ['compile_fuzzer']
glslang::TParseContext::fixBlockUniformLayoutPacking(glslang::TQualifier&,glslang::TVector *,glslang::TVector *) 31 7 22.58% ['compile_fuzzer']
glslang::TScanContext::tokenize(glslang::TPpContext*,glslang::TParserToken&) 94 42 44.68% ['compile_fuzzer']
(anonymousnamespace)::TranslateEnvironment(glslang::TEnvironmentconst*,EShMessages&,glslang::EShSource&,EShLanguage&,glslang::SpvVersion&) 57 18 31.57% ['compile_fuzzer']
(anonymousnamespace)::DeduceVersionProfile(TInfoSink&,EShLanguage,bool,int,glslang::EShSource,int&,EProfile&,glslang::SpvVersionconst&) 162 40 24.69% ['compile_fuzzer']
yyparse(glslang::TParseContext*) 7042 3758 53.36% ['compile_fuzzer']
glslang::TConstTraverser::visitAggregate(glslang::TVisit,glslang::TIntermAggregate*) 33 12 36.36% ['compile_fuzzer']
glslang::TConstTraverser::visitConstantUnion(glslang::TIntermConstantUnion*) 68 14 20.58% ['compile_fuzzer']
glslang::TPpContext::CPPdefine(glslang::TPpToken*) 133 27 20.30% ['compile_fuzzer']
glslang::TPpContext::readCPPline(glslang::TPpToken*) 80 41 51.24% ['compile_fuzzer']
glslang::TPpContext::MacroExpand(glslang::TPpToken*,bool,bool) 133 16 12.03% ['compile_fuzzer']
glslang::TPpContext::characterLiteral(glslang::TPpToken*) 58 23 39.65% ['compile_fuzzer']
glslang::TPpContext::tokenPaste(int,glslang::TPpToken&) 65 6 9.230% ['compile_fuzzer']
glslang::PropagateNoContraction(glslang::TIntermediateconst&) 34 12 35.29% ['compile_fuzzer']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/glslang/glslang/MachineIndependent/propagateNoContraction.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/limits.cpp [] []
/src/glslang/glslang/HLSL/hlslParseHelper.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/SymbolTable.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/HLSL/hlslAttributes.cpp [] []
/src/glslang/glslang/HLSL/hlslParseHelper.h [] []
/src/glslang/glslang/HLSL/hlslScanContext.h [] []
/src/glslang/glslang/MachineIndependent/ParseContextBase.cpp [] []
/src/glslang/glslang/MachineIndependent/../Include/../Public/../MachineIndependent/Versions.h ['compile_fuzzer'] []
/src/glslang/glslang/MachineIndependent/attribute.cpp [] []
/src/glslang/glslang/ResourceLimits/ResourceLimits.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/iomapper.h [] []
/src/glslang/glslang/MachineIndependent/Versions.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/HLSL/hlslGrammar.cpp [] []
/src/glslang/glslang/MachineIndependent/RemoveTree.cpp [] []
/src/glslang/glslang/MachineIndependent/../Include/SpirvIntrinsics.h [] []
/src/glslang/glslang/MachineIndependent/InfoSink.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp [] []
/src/glslang/glslang/HLSL/../Include/defer.h [] []
/src/glslang/glslang/MachineIndependent/../Include/../Public/ShaderLang.h [] []
/src/glslang/glslang/MachineIndependent/../Include/intermediate.h ['compile_fuzzer'] []
/src/glslang/glslang/MachineIndependent/Scan.h ['compile_fuzzer'] []
/usr/local/bin/../include/c++/v1/string [] []
/src/glslang/glslang/MachineIndependent/Constant.cpp [] []
/src/glslang/glslang/MachineIndependent/LiveTraverser.h [] []
/src/glslang/build/glslang/MachineIndependent/glslang_tab.cpp [] []
/src/glslang/glslang/MachineIndependent/reflection.h [] []
/src/glslang/glslang/HLSL/hlslGrammar.h [] []
/src/compile_fuzzer.cc ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/preprocessor/PpContext.h ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/../glslang/Public/ShaderLang.h ['compile_fuzzer'] []
/src/glslang/glslang/MachineIndependent/ParseHelper.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/Scan.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/GenericCodeGen/CodeGen.cpp [] []
/src/glslang/glslang/MachineIndependent/ParseHelper.h ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/../HLSL/../MachineIndependent/Initialize.h ['compile_fuzzer'] []
/src/glslang/glslang/HLSL/hlslTokenStream.h [] []
/src/glslang/glslang/MachineIndependent/../Include/InfoSink.h ['compile_fuzzer'] []
/src/glslang/glslang/MachineIndependent/Intermediate.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/HLSL/hlslScanContext.cpp [] []
/src/glslang/glslang/MachineIndependent/Initialize.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/span.h [] []
/src/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/iomapper.cpp [] []
/src/glslang/glslang/MachineIndependent/intermOut.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/IntermTraverse.cpp [] []
/src/glslang/glslang/MachineIndependent/PoolAlloc.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/../Include/Common.h ['compile_fuzzer'] []
/src/glslang/glslang/MachineIndependent/SymbolTable.h ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/HLSL/hlslParseables.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/GenericCodeGen/Link.cpp [] []
/src/glslang/glslang/MachineIndependent/../Include/ConstantUnion.h [] []
/src/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp [] []
/src/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/../Include/ShHandle.h ['compile_fuzzer'] []
/src/glslang/glslang/MachineIndependent/ShaderLang.cpp ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/MachineIndependent/ScanContext.h ['compile_fuzzer'] []
/src/glslang/glslang/HLSL/../MachineIndependent/Initialize.h [] []
/src/glslang/glslang/MachineIndependent/parseConst.cpp [] []
/src/glslang/glslang/HLSL/hlslOpMap.cpp [] []
/src/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp [] []
/src/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp [] []
/src/glslang/glslang/MachineIndependent/Initialize.h [] []
/src/glslang/glslang/MachineIndependent/linkValidate.cpp [] []
/src/glslang/glslang/HLSL/hlslAttributes.h [] []
/src/glslang/glslang/MachineIndependent/localintermediate.h ['compile_fuzzer'] ['compile_fuzzer']
/src/glslang/glslang/HLSL/hlslParseables.h [] []
/src/glslang/glslang/MachineIndependent/../Include/PoolAlloc.h ['compile_fuzzer'] []
/src/glslang/glslang/MachineIndependent/parseVersions.h ['compile_fuzzer'] []
/src/glslang/glslang/HLSL/hlslTokenStream.cpp [] []
/src/glslang/glslang/MachineIndependent/../Include/../Include/BaseTypes.h [] []
/src/glslang/glslang/MachineIndependent/../HLSL/hlslParseables.h ['compile_fuzzer'] []
/src/glslang/glslang/MachineIndependent/../Include/Types.h ['compile_fuzzer'] []
/src/glslang/glslang/MachineIndependent/reflection.cpp [] []
/usr/local/bin/../include/c++/v1/variant [] []
/src/glslang/glslang/MachineIndependent/../Include/arrays.h [] []

Directories in report

Directory
/src/glslang/glslang/MachineIndependent/../Include/../Public/../MachineIndependent/
/src/glslang/glslang/MachineIndependent/
/src/glslang/glslang/ResourceLimits/
/src/glslang/glslang/MachineIndependent/../HLSL/
/src/
/src/glslang/glslang/HLSL/
/src/glslang/glslang/MachineIndependent/preprocessor/
/src/glslang/glslang/HLSL/../Include/
/src/glslang/glslang/../glslang/Public/
/usr/local/bin/../include/c++/v1/
/src/glslang/glslang/GenericCodeGen/
/src/glslang/glslang/MachineIndependent/../Include/../Include/
/src/glslang/glslang/MachineIndependent/../Include/../Public/
/src/glslang/build/glslang/MachineIndependent/
/src/glslang/glslang/HLSL/../MachineIndependent/
/src/glslang/glslang/MachineIndependent/../Include/
/src/glslang/glslang/MachineIndependent/../HLSL/../MachineIndependent/