HomeSort by relevance Sort by last modified time
    Searched defs:ScopeInfo (Results 1 - 3 of 3) sorted by null

  /external/v8/src/objects/
scope-info.h 26 // ScopeInfo represents information about different scopes of a source
28 // is stored in a compressed form in ScopeInfo objects and is used
33 class ScopeInfo : public FixedArray {
35 DECLARE_CAST(ScopeInfo)
144 static int ContextSlotIndex(Handle<ScopeInfo> scope_info, Handle<String> name,
176 // Returns true if this ScopeInfo is linked to a outer ScopeInfo.
179 // Returns true if this ScopeInfo was created for a debug-evaluate scope.
182 // Can be used to mark a ScopeInfo that looks like a with-scope as actually
186 // Return the outer ScopeInfo if present
    [all...]
  /external/clang/lib/Sema/
SemaCoroutine.cpp 131 auto *ScopeInfo = S.getCurFunction();
132 assert(ScopeInfo && "missing function scope for function");
135 if (!ScopeInfo->CoroutinePromise) {
145 ScopeInfo->CoroutinePromise =
149 S.CheckVariableDeclarationType(ScopeInfo->CoroutinePromise);
150 if (!ScopeInfo->CoroutinePromise->isInvalidDecl())
151 S.ActOnUninitializedDecl(ScopeInfo->CoroutinePromise, false);
154 return ScopeInfo;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpsapi.h 100 } ScopeInfo;
189 DWORD WINAPI DhcpGetOptionValue(DHCP_CONST WCHAR *ServerIpAddress,DHCP_OPTION_ID OptionID,DHCP_CONST DHCP_OPTION_SCOPE_INFO *ScopeInfo,LPDHCP_OPTION_VALUE *OptionValue);
316 } ScopeInfo;
409 DHCP_OPTION_SCOPE_INFO6 ScopeInfo,
456 LPDHCP_OPTION_SCOPE_INFO6 ScopeInfo,
489 DHCP_OPTION_SCOPE_INFO6 ScopeInfo
514 LDHCP_OPTION_SCOPE_INFO6 ScopeInfo,

Completed in 4035 milliseconds