Searched refs:isValid (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr56999.C57 bool isValid () const;
79 bool isValid () { return value != UNJITTABLE; } function in struct:JSScript::JITScriptHandle
100 return jith->isValid () ? jith->getValid () : __null;
123 inline bool CompilerOutput::isValid () const function in class:js::types::CompilerOutput
156 if (co->isValid ())
158 if (co->isValid ())
H A Dunroll1.C294 { if (isValid()) ptr_m->addReference(); }
300 bool isValid() const { return ptr_m != 0; } function in class:RefCountedPtr
309 if ( isValid() && ptr_m->removeRefAndCheckGarbage() )
/haiku-buildtools/gcc/libsanitizer/ubsan/
H A Dubsan_type_hash.h32 bool isValid() const { return MostDerivedTypeName; } function in class:__ubsan::DynamicTypeInfo
H A Dubsan_handlers_cxx.cc37 if (DTI.isValid() &&
52 if (!DTI.isValid())
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/graphite/
H A Dpr42930.C43 bool isValid() const;
51 if (!_activePal.isValid() || _activePal.empty()) {
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr50672.C11 bool isValid() const;
13 if (isValid() && p.isValid()) {

Completed in 63 milliseconds