Searched defs:innermost (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c808 Inv_Stack0, /* array-typed stack block in innermost frame */
809 Inv_StackN, /* array-typed stack block in non-innermost frame */
826 } Stack0; /* innermost stack frame */
831 } StackN; /* non-innermost stack frame */
1201 as NULL and the innermost in theory has .inner as NULL.
1284 /* start from the innermost frame */
1288 /* work through the frames from innermost to outermost. The
1291 more 'inner' than the 'innermost active frame', viz, just
1292 hanging around waiting to be used, when the current innermost
1967 StackFrame *innermost, *innermostOri local
[all...]
/external/clang/lib/Sema/
H A DSemaType.cpp428 // objc_gc goes on the innermost pointer to something that's not a
430 unsigned innermost = -1U; local
437 innermost = i;
469 if (innermost != -1U) {
471 declarator.getTypeObject(innermost).getAttrListRef());
512 /// Try to distribute a function type attribute to the innermost
522 // Put it on the innermost function chunk, if there is one.
551 // Try to distribute to the innermost.
570 // Try to distribute to the innermost.
636 // i.e. whether the innermost semanti
[all...]

Completed in 615 milliseconds