HomeSort by relevance Sort by last modified time
    Searched refs:canElideEmptySequence (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
YAMLTraits.h 467 virtual bool canElideEmptySequence() = 0;
562 if ( this->canElideEmptySequence() && !(Val.begin() != Val.end()) )
1009 bool canElideEmptySequence() override;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h 522 virtual bool canElideEmptySequence() = 0;
633 if (this->canElideEmptySequence() && !(Val.begin() != Val.end()))
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 391 bool Input::canElideEmptySequence() {
659 bool Output::canElideEmptySequence() {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
YAMLTraits.cpp 412 bool Input::canElideEmptySequence() {
686 bool Output::canElideEmptySequence() {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
YAMLTraits.h 610 virtual bool canElideEmptySequence() = 0;
723 if (this->canElideEmptySequence() && !(Val.begin() != Val.end()))
    [all...]

Completed in 77 milliseconds