Searched refs:preflightFlowElement (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 470 virtual bool preflightFlowElement(unsigned, void *&) = 0; 748 if ( io.preflightFlowElement(i, SaveInfo) ) { 996 bool preflightFlowElement(unsigned , void *&) override; 1127 bool preflightFlowElement(unsigned, void *&) override;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 525 virtual bool preflightFlowElement(unsigned, void *&) = 0; 835 if ( io.preflightFlowElement(i, SaveInfo) ) { 1084 bool preflightFlowElement(unsigned , void *&) override; 1225 bool preflightFlowElement(unsigned, void *&) override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 240 bool Input::preflightFlowElement(unsigned index, void *&SaveInfo) { in preflightFlowElement() function in Input 557 bool Output::preflightFlowElement(unsigned, void *&) { in preflightFlowElement() function in Output
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 215 bool Input::preflightFlowElement(unsigned index, void *&SaveInfo) { in preflightFlowElement() function in Input 543 bool Output::preflightFlowElement(unsigned, void *&) { in preflightFlowElement() function in Output
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1338 bool preflightFlowElement(unsigned, void *&) override;
|