Searched refs:ABSENT (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/DebugInfo/X86/ |
D | debug-info-static-member.ll | 3 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=ABSENT 8 ; verify that attributes we don't want are ABSENT. 196 ; ABSENT verifies that static member declarations do not have either 200 ; ABSENT: .debug_info contents: 201 ; ABSENT: DW_TAG_member 202 ; ABSENT: DW_AT_name {{.*}} "a" 203 ; ABSENT-NOT: DW_AT_const_value 204 ; ABSENT-NOT: location 205 ; ABSENT: DW_AT_name {{.*}} "const_a" 206 ; ABSENT-NOT: DW_AT_linkage_name [all …]
|
/external/chromium_org/v8/src/ |
D | contexts.cc | 83 if (!attrs.has_value || attrs.value == ABSENT) return attrs; in UnscopableLookup() 101 if (blacklist.value) return maybe(ABSENT); in UnscopableLookup() 116 *attributes = ABSENT; in Lookup() 156 if (maybe.value != ABSENT) { in Lookup()
|
D | property-details.h | 27 ABSENT = 64 // Used in runtime to indicate a property is absent. enumerator
|
D | elements.cc | 591 receiver, holder, key, backing_store) != ABSENT; in HasElementImpl() 649 return ABSENT; in GetAttributesImpl() 653 ? ABSENT : NONE; in GetAttributesImpl() 1288 ? NONE : ABSENT; in GetAttributesImpl() 1497 return ABSENT; in GetAttributesImpl()
|
D | objects.cc | 609 return maybe(ABSENT); in GetPropertyAttributesWithFailedAccessCheck() 2857 done = maybe_attributes.value != ABSENT; in SetProperty() 3567 if (name->IsSymbol()) return maybe(ABSENT); in GetPropertyAttributesWithHandler() 3577 if (result->IsUndefined()) return maybe(ABSENT); in GetPropertyAttributesWithHandler() 3934 if (name->IsSymbol()) return maybe(ABSENT); in GetPropertyAttributesWithInterceptor() 3968 return maybe(ABSENT); in GetPropertyAttributesWithInterceptor() 3999 if (result.value != ABSENT) return result; in GetPropertyAttributes() 4010 return maybe(ABSENT); in GetPropertyAttributes() 4024 return maybe(ABSENT); in GetElementAttributeWithReceiver() 4030 if (iter.IsAtEnd()) return maybe(ABSENT); in GetElementAttributeWithReceiver() [all …]
|
D | objects-inl.h | 6654 return maybe(result.value != ABSENT); in HasProperty() 6666 return maybe(result.value != ABSENT); in HasOwnProperty() 6726 return maybe(result.value != ABSENT); in HasElement() 6739 return maybe(result.value != ABSENT); in HasOwnElement()
|
D | runtime.cc | 1984 if (attrs == ABSENT) return factory->undefined_value(); in GetOwnProperty() 2000 if (attrs == ABSENT) return factory->undefined_value(); in GetOwnProperty() 2408 if ((attributes != ABSENT && holder->IsJSGlobalObject()) || in RUNTIME_FUNCTION() 2415 if (attributes != ABSENT) { in RUNTIME_FUNCTION() 2487 if (attributes == ABSENT) { in RUNTIME_FUNCTION() 5746 if (maybe.value == ABSENT) maybe.value = DONT_ENUM; in RUNTIME_FUNCTION() 9517 if (attributes != ABSENT) { in RUNTIME_FUNCTION()
|
D | api.cc | 3244 if (result.value == ABSENT) return static_cast<PropertyAttribute>(NONE); in GetPropertyAttributes()
|
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 166 #define ABSENT 0 macro 182 { "PLTE", PNG_INFO_PLTE, png_PLTE, 0, 0, ABSENT, 0 }, 215 1, ABSENT, 0 }, 222 1, ABSENT, 0 }, 229 1, ABSENT, 0 }, 271 1, ABSENT, 0 }, 299 0, ABSENT, 0 },
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | deep-heap-profile.cc | 860 type = ABSENT; in SnapshotMaps() 1014 all_[ABSENT].AddToVirtualBytes(absent_virtual); in SnapshotMaps() 1020 all_[ABSENT].AddToCommittedBytes(absent_committed); in SnapshotMaps() 1059 all_[ABSENT].Unparse("absent", buffer); in Unparse() 1066 unhooked_[ABSENT].Unparse("nonprofiled-absent", buffer); in Unparse()
|
D | deep-heap-profile.h | 87 ABSENT, enumerator
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 2984 # m4_set_contains(SET, VALUE, [IF-PRESENT], [IF-ABSENT]) 2986 # Expand IF-PRESENT if SET contains VALUE, otherwise expand IF-ABSENT. 3178 # m4_set_remove(SET, VALUE, [IF-PRESENT], [IF-ABSENT]) 3181 # Otherwise expand IF-ABSENT. Deleting a single value is O(1),
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 413 ABSENT AE1 B S AH0 N T
|