Searched refs:preflightKey (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 477 virtual bool preflightKey(const char*, bool, bool, bool &, void *&) = 0; 594 if (this->preflightKey(Key, Required, sameAsDefault, UseDefault, 610 if ( this->preflightKey(Key, Required, sameAsDefault, UseDefault, 625 if ( this->preflightKey(Key, Required, false, UseDefault, SaveInfo) ) { 987 bool preflightKey(const char *, bool, bool, bool &, void *&) override; 1118 bool preflightKey(const char *key, bool, bool, bool &, void *&) override;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 532 virtual bool preflightKey(const char*, bool, bool, bool &, void *&) = 0; 668 if (this->preflightKey(Key, Required, sameAsDefault, UseDefault, 684 if ( this->preflightKey(Key, Required, sameAsDefault, UseDefault, 699 if ( this->preflightKey(Key, Required, false, UseDefault, SaveInfo) ) { 1075 bool preflightKey(const char *, bool, bool, bool &, void *&) override; 1216 bool preflightKey(const char *key, bool, bool, bool &, void *&) override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 148 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, in preflightKey() function in Input 471 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey() function in Output
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 124 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, in preflightKey() function in Input 457 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey() function in Output
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1328 bool preflightKey(const char *key, bool, bool, bool &, void *&) override;
|