Searched defs:InputInfo (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 28 struct InputInfo { struct 29 Unit U; // The actual input data. 30 uint8_t Sha1[kSHA1NumBytes]; // Checksum. 32 size_t NumFeatures = 0; 33 size_t Tmp = 0; // Used by ValidateFeatureSet. 35 size_t NumExecutedMutations = 0; 36 size_t NumSuccessfullMutations = 0; 37 bool MayDeleteFile = false; 38 bool Reduced = false; 39 bool HasFocusFunction = false; [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | InputInfo.h | 50 InputInfo() : InputInfo(nullptr, nullptr) {} in InputInfo() function 51 InputInfo(const Action *A, const char *_BaseInput) in InputInfo() function 54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) in InputInfo() function 58 InputInfo(const Action *A, const char *_Filename, const char *_BaseInput) in InputInfo() function 63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, in InputInfo() function 68 InputInfo(const Action *A, const llvm::opt::Arg *_InputArg, in InputInfo() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Tool.h | 24 class InputInfo; variable
|
H A D | Job.h | 29 class InputInfo; variable
|
H A D | Driver.h | 43 class InputInfo; variable
|
H A D | ToolChain.h | 57 class InputInfo; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 10057 CodeGenFunction::OMPTargetDataInfo InputInfo; in emitTargetCall() local 10321 CodeGenFunction::OMPTargetDataInfo InputInfo; in emitTargetCall() local 11072 CodeGenFunction::OMPTargetDataInfo InputInfo; in emitTargetDataStandAloneCall() local
|
H A D | CGStmtOpenMP.cpp | 4585 OMPTargetDataInfo &InputInfo) { in EmitOMPTargetTaskBasedDirective()
|