Searched refs:UNCHANGED (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 186 return l == ChangeStatus::UNCHANGED ? l : r; in operator &() 408 ChangeStatus HasChanged = ChangeStatus::UNCHANGED; in update() 436 return ChangeStatus::UNCHANGED; in manifestAttrs() 449 ChangeStatus HasChanged = ChangeStatus::UNCHANGED; in manifestAttrs() 458 if (HasChanged == ChangeStatus::UNCHANGED) in manifestAttrs() 626 return Assumed == S.getAssumed() ? ChangeStatus::UNCHANGED in clampStateAndIndicateChange() 822 return ChangeStatus::UNCHANGED; 838 return BeforeState == S ? ChangeStatus::UNCHANGED : ChangeStatus::CHANGED; 891 return ChangeStatus::UNCHANGED; 1045 return ChangeStatus::UNCHANGED; [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | DiffKey.java | 47 UNCHANGED("===="); enum constant
|
H A D | CsvTable.java | 27 import static com.google.i18n.phonenumbers.metadata.table.DiffKey.Status.UNCHANGED; 303 diff.addRow(DiffKey.of(UNCHANGED, key), lhsRow); in diff()
|
/third_party/node/deps/v8/src/json/ |
H A D | json-stringifier.cc | 34 enum Result { UNCHANGED, SUCCESS, EXCEPTION }; enumerator 233 if (result == UNCHANGED) return factory()->undefined_value(); in Stringify() 575 return UNCHANGED; 585 return UNCHANGED; 593 if (HeapObject::cast(*object).IsCallable(cage_base)) return UNCHANGED; 735 if (result == UNCHANGED) { in SerializeJSArray() 776 if (result == UNCHANGED) { in SerializeArrayLikeSlow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 124 UNCHANGED, member in llvm::ChangeStatus 709 /// \Returns CHANGED if the IR was changed, otherwise UNCHANGED. 1232 /// \returns ChangeStatus::UNCHANGED as the assumed value should not change. 1274 return ChangeStatus::UNCHANGED; 1667 return ChangeStatus::UNCHANGED; 1767 /// If this attribute is already fixed, this method will return UNCHANGED, 1770 /// \Return CHANGED if the internal state changed, otherwise UNCHANGED. 1776 /// \Return CHANGED if the IR was altered, otherwise UNCHANGED. 1778 return ChangeStatus::UNCHANGED; in manifest() 1794 /// \Return CHANGED if the internal state changed, otherwise UNCHANGED [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | CsvData.java | 145 if (diff.getKeys().stream().anyMatch(k -> k.getStatus() != Status.UNCHANGED)) { in diff()
|
/third_party/node/deps/v8/src/debug/ |
H A D | liveedit.cc | 679 enum ChangeState { UNCHANGED, CHANGED, DAMAGED }; enumerator 723 change.has_changes ? ChangeState::CHANGED : ChangeState::UNCHANGED; in MapLiterals() 728 if (change_state[mapping.first] == ChangeState::UNCHANGED) { in MapLiterals()
|
Completed in 23 milliseconds