Home
last modified time | relevance | path

Searched refs:ABSENT (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/DebugInfo/X86/
Ddebug-info-static-member.ll3 ; 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/libpng/contrib/libtests/
Dpngunknown.c177 #define ABSENT 0 macro
193 { "PLTE", PNG_INFO_PLTE, png_PLTE, 0, 0, ABSENT, 0 },
226 1, ABSENT, 0 },
233 1, ABSENT, 0 },
240 1, ABSENT, 0 },
282 1, ABSENT, 0 },
310 0, ABSENT, 0 },
/external/v8/src/
Dcontexts.cc226 *attributes = ABSENT; in Lookup()
283 maybe = Just(ABSENT); in Lookup()
293 maybe = Just(found.FromJust() ? NONE : ABSENT); in Lookup()
304 if (maybe.FromJust() != ABSENT) { in Lookup()
Dproperty-details.h27 ABSENT = 64, // Used in runtime to indicate a property is absent. enumerator
Dobjects.cc757 if (result.FromJust() != ABSENT) return Just(true); in HasProperty()
765 return Just(result.FromJust() != ABSENT); in HasProperty()
1358 if (result.IsJust() && result.FromJust() != ABSENT) return result; in GetPropertyAttributesWithFailedAccessCheck()
1363 return Just(ABSENT); in GetPropertyAttributesWithFailedAccessCheck()
4099 done = maybe_attributes.FromJust() != ABSENT; in SetPropertyInternal()
5122 if (!found.FromJust()) return Just(ABSENT); in GetPropertyAttributes()
5391 return Just(ABSENT); in GetPropertyAttributesWithInterceptor()
5444 return Just(ABSENT); in GetPropertyAttributesWithInterceptor()
5461 if (result.FromJust() != ABSENT) return result; in GetPropertyAttributes()
5468 return Just(ABSENT); in GetPropertyAttributes()
[all …]
Dapi.cc3664 if (result.FromJust() == i::ABSENT) { in GetPropertyAttributes()
4132 if (result.FromJust() == i::ABSENT) return Just(None); in GetRealNamedPropertyAttributesInPrototypeChain()
4179 if (result.FromJust() == i::ABSENT) { in GetRealNamedPropertyAttributes()
Dobjects-inl.h7112 return Just(attributes.FromJust() != ABSENT); in HasOwnProperty()
/external/v8/src/runtime/
Druntime-scopes.cc233 if (attributes != ABSENT && in DeclareLookupSlot()
256 if (attributes != ABSENT && holder->IsJSGlobalObject()) { in DeclareLookupSlot()
273 if (attributes != ABSENT) { in DeclareLookupSlot()
375 if (attributes == ABSENT) { in RUNTIME_FUNCTION()
1155 if (attributes != ABSENT) { in RUNTIME_FUNCTION()
Druntime-object.cc219 if (attrs == ABSENT) return factory->undefined_value(); in GetOwnProperty()
714 if (maybe.FromJust() == ABSENT) return isolate->heap()->false_value(); in RUNTIME_FUNCTION()
/external/bison/data/m4sugar/
Dm4sugar.m42984 # 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),