Home
last modified time | relevance | path

Searched refs:preflightFlowElement (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDYAMLTraits.h492 virtual bool preflightFlowElement(unsigned, void *&) = 0;
773 if ( io.preflightFlowElement(i, SaveInfo) ) {
998 bool preflightFlowElement(unsigned , void *&) override;
1133 bool preflightFlowElement(unsigned, void *&) override;
/NextBSD/contrib/llvm/lib/Support/
HDYAMLTraits.cpp215 bool Input::preflightFlowElement(unsigned index, void *&SaveInfo) { in preflightFlowElement() function in Input
530 bool Output::preflightFlowElement(unsigned, void *&) { in preflightFlowElement() function in Output