Searched refs:isSet (Results 26 - 50 of 79) sorted by relevance

1234

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGValueSource.h172 bool isSet() const function in class:JSC::DFG::ValueSource
177 bool operator!() const { return !isSet(); }
H A DDFGDisassembler.h59 ASSERT(label.isSet());
H A DDFGEdge.h153 bool isSet() const { return !!node(); }
167 operator UnspecifiedBoolType*() const { return reinterpret_cast<UnspecifiedBoolType*>(isSet()); }
169 bool operator!() const { return !isSet(); }
H A DDFGValidate.cpp430 for (; nodeIndex < block->size() && !block->at(nodeIndex)->origin.isSet(); nodeIndex++) { }
435 VALIDATE((block->at(nodeIndex)), block->at(nodeIndex)->origin.isSet());
441 VALIDATE((node), !node->origin.isSet());
H A DDFGDisassembler.cpp67 if (ops[i].codeOrigin.isSet())
H A DDFGJITCompiler.cpp136 if (doLookup.isSet())
259 if (info.m_replacementSource.isSet()) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DPutByIdStatus.h79 bool isSet() const { return m_state != NoInformation; } function in class:JSC::PutByIdStatus
H A DCallLinkStatus.cpp216 if (status.isSet()) {
252 if (!isSet()) {
H A DValueRecovery.h80 bool isSet() const { return m_technique != DontKnow; } function in class:JSC::ValueRecovery
81 bool operator!() const { return !isSet(); }
H A DGetByIdStatus.cpp332 if (result.isSet())
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dinputext.cpp71 UBool InputText::isSet() const function in class:InputText
H A Dgregocal.cpp650 isSet((UCalendarDateFields)field) &&
657 if (isSet(UCAL_DATE)) {
665 if (isSet(UCAL_DAY_OF_YEAR)) {
674 if (isSet(UCAL_DAY_OF_WEEK_IN_MONTH) &&
1257 return isSet(UCAL_ERA) ? internalGet(UCAL_ERA) : (int32_t)AD;
H A Dcompactdecimalformat.cpp75 inline UBool isSet() const { function in struct:CDFUnit
864 if (!otherUnits[i].isSet()) {
879 if (!units[i].isSet()) {
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dfldset.h191 UBool isSet(int32_t field) const;
230 // UBool isSet(UCalendarDateFields field) const { return isSet((int32_t)field); }
H A Ddadrfmt.cpp213 if (fromSet.isSet((UCalendarDateFields)q)) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DAbstractMacroAssembler.h377 bool isSet() const { return m_label.isSet(); } function in class:JSC::AbstractMacroAssembler::Label
407 bool isSet() const { return m_label.isSet(); } function in class:JSC::AbstractMacroAssembler::ConvertibleLoadLabel
430 bool isSet() const { return m_label.isSet(); } function in class:JSC::AbstractMacroAssembler::DataLabelPtr
649 bool isSet() const { return m_label.isSet(); } function in class:JSC::AbstractMacroAssembler::Jump
697 if (jump.isSet())
H A DAssemblerBuffer.h52 bool isSet() const { return (m_offset != std::numeric_limits<uint32_t>::max()); } function in struct:JSC::AssemblerLabel
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Ddebugging.c82 if (isSet(value)) {
89 if (!isSet(setToCheck))
240 if (isSet(value)) {
248 if (isSet(value)) {
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Ddebugging.c82 if (isSet(value)) {
89 if (!isSet(setToCheck))
240 if (isSet(value)) {
248 if (isSet(value)) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLink.cpp104 if (node->origin.semantic.isSet()) {
118 if (node->origin.semantic.isSet())
H A DFTLSlowPathCall.cpp166 if (!codeOrigin.isSet())
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DThreadSpecific.h66 bool isSet(); // Useful as a fast check to see if this thread has set this value.
249 inline bool ThreadSpecific<T>::isSet() function in class:WTF::ThreadSpecific
H A DMainThread.cpp272 if (isGCThread->isSet() && **isGCThread)
/macosx-10.10.1/swig-12/Source/Modules/
H A Dr.cxx364 int OutputMemberReferenceMethod(String *className, int isSet, List *el, File *out);
413 String *name, int isSet = -1);
1025 int isSet = strcmp(ptr, "set") == 0; local
1028 OutputMemberReferenceMethod(className, isSet, el, out);
1044 isSet - a logical value indicating whether the method is for
1051 int R::OutputMemberReferenceMethod(String *className, int isSet, argument
1061 Printf(f->def, "function(x, name%s)", isSet ? ", value" : "");
1062 Printf(attr->def, "function(x, i, j, ...%s)", isSet ? ", value" : "");
1106 if (!isSet && varaccessor > 0) {
1129 "stop(\"No ", (isSet
1311 addAccessor(String *memberName, Wrapper *wrapper, String *name, int isSet) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dcalendar.h1219 * @deprecated ICU 2.6. Use isSet(UCalendarDateFields field) instead.
1221 UBool isSet(EDateFields field) const;
1232 UBool isSet(UCalendarDateFields field) const;
2496 * fUserSetZoneOffset, as well as the isSet[] array.

Completed in 420 milliseconds

1234