Home
last modified time | relevance | path

Searched refs:innermost (Results 1 – 21 of 21) sorted by relevance

/external/valgrind/exp-sgcheck/
Dsg_main.c1975 StackFrame *innermost, *innermostOrig; in shadowStack_unwind() local
1977 innermost = shadowStacks[tid]; in shadowStack_unwind()
1978 tl_assert(innermost); in shadowStack_unwind()
1979 innermostOrig = innermost; in shadowStack_unwind()
1982 if (!innermost->outer) in shadowStack_unwind()
1984 if (innermost->inner) in shadowStack_unwind()
1985 tl_assert(innermost->inner->outer == innermost); in shadowStack_unwind()
1986 tl_assert(innermost->outer->inner == innermost); in shadowStack_unwind()
1987 tl_assert(innermost->blocks_added_by_call == NULL); in shadowStack_unwind()
1988 if (sp_now <= innermost->creation_sp) break; in shadowStack_unwind()
[all …]
/external/v8/test/webkit/
Dexception-with-handler-inside-eval-with-dynamic-scope-expected.txt31 PASS result is "innermost scope"
32 PASS result is "innermost scope"
36 PASS result is "innermost scope"
37 PASS result is "innermost scope"
/external/apache-xml/src/main/java/org/apache/xml/utils/
DFastStringBuffer.java295 FastStringBuffer innermost = this; in reset() local
297 while (innermost.m_innerFSB != null) in reset()
299 innermost = innermost.m_innerFSB; in reset()
302 m_chunkBits = innermost.m_chunkBits; in reset()
303 m_chunkSize = innermost.m_chunkSize; in reset()
304 m_chunkMask = innermost.m_chunkMask; in reset()
/external/clang/test/CodeGenObjC/
Ddebug-info-nested-blocks.m22 // innermost block.
Dencode-test.m14 struct Innermost *innermost; field
/external/llvm/docs/
DVectorizers.rst221 control flow in the innermost loop. The innermost loop may contain complex
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto144 // innermost called frame in a stack, this will be an exact program counter
/external/valgrind/docs/internals/
Dxml-output.txt358 is one or more FRAMEs. The first is the innermost frame, the
Dxml-output-protocol4.txt223 is one or more FRAMEs. The first is the innermost frame, the
/external/clang/lib/Sema/
DSemaType.cpp430 unsigned innermost = -1U; in distributeObjCPointerTypeAttrFromDeclarator() local
437 innermost = i; in distributeObjCPointerTypeAttrFromDeclarator()
469 if (innermost != -1U) { in distributeObjCPointerTypeAttrFromDeclarator()
471 declarator.getTypeObject(innermost).getAttrListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
/external/clang/docs/
DAutomaticReferenceCounting.rst501 pointer which is guaranteed to be valid at least as long as the innermost
742 where the next-innermost declarator is a function declarator, and
748 object, it is applied to the innermost pointer or block-pointer type.
1987 to the innermost autorelease pool exactly as if the object had been sent the
/external/libvorbis/doc/
D04-codec.tex184 % itemize at the innermost level. However, it would be much better to
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td532 "be innermost component of anonymous pack declaration}0">;
/external/bison/build-aux/
Dtexinfo.tex754 % This records the amount of indent in the innermost environment.
2220 % \INITMACRO can check \currentmarkupstyle for the innermost
/external/pcre/dist/doc/
Dpcre.txt7494 This verb causes a skip to the next innermost alternative when back-
7601 alternative in the innermost enclosing group that has alternations,
7628 (*THEN) skips to the next alternative in the innermost enclosing group
/external/e2fsprogs/lib/et/
Dtexinfo.tex804 % This records the amount of indent in the innermost environment.
/external/e2fsprogs/doc/
Dtexinfo.tex804 % This records the amount of indent in the innermost environment.
/external/bison/doc/
Dbison.texi6784 the else-clause to the innermost if-statement, making these two inputs
6806 else-clause to the innermost if-statement; this is what Bison accomplishes
Dbison.info6504 attach the else-clause to the innermost if-statement, making these two
6522 attaching the else-clause to the innermost if-statement; this is what
/external/pcre/dist/
DChangeLog1496 alternative in the innermost enclosing group".
/external/jmonkeyengine/
DNOTICE7995 * If multiple DefaultQualifier annotations are in scope, the innermost one