Searched refs:preflightElement (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 464 virtual bool preflightElement(unsigned, void *&) = 0; 760 if ( io.preflightElement(i, SaveInfo) ) { 993 bool preflightElement(unsigned index, void *&) override; 1124 bool preflightElement(unsigned, void *&) override;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 519 virtual bool preflightElement(unsigned, void *&) = 0; 847 if ( io.preflightElement(i, SaveInfo) ) { 1081 bool preflightElement(unsigned index, void *&) override; 1222 bool preflightElement(unsigned, void *&) override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 223 bool Input::preflightElement(unsigned Index, void *&SaveInfo) { in preflightElement() function in Input 536 bool Output::preflightElement(unsigned, void *&) { in preflightElement() function in Output
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 198 bool Input::preflightElement(unsigned Index, void *&SaveInfo) { in preflightElement() function in Input 522 bool Output::preflightElement(unsigned, void *&) { in preflightElement() function in Output
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1335 bool preflightElement(unsigned, void *&) override;
|