Home
last modified time | relevance | path

Searched refs:BaseII (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h213 const DataFlowTrace &DFT, const InputInfo *BaseII) { in AddToCorpus() argument
242 if (II.DataFlowTraceForFocusFunction.empty() && BaseII) in AddToCorpus()
243 II.DataFlowTraceForFocusFunction = BaseII->DataFlowTraceForFocusFunction; in AddToCorpus()
H A DFuzzerLoop.cpp482 const InputInfo *BaseII, in WriteEdgeToMutationGraphFile() argument
497 if (BaseII) { in WriteEdgeToMutationGraphFile()
498 std::string BaseSha1 = Sha1ToString(BaseII->Sha1); in WriteEdgeToMutationGraphFile()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp7151 IdentifierInfo *BaseII = D.getIdentifier(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
7152 LookupResult Lookup(*this, DeclarationName(BaseII), D.getIdentifierLoc(), in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()