Searched refs:enclosing (Results 1 – 25 of 63) sorted by relevance
123
/external/llvm/test/Transforms/LoopSimplify/ |
D | unreachable-loop-pred.ll | 5 ; block to the enclosing loop and not get confused by the unreachable
|
/external/clang/test/CodeGenObjC/ |
D | 2010-03-17-StructRef.m | 2 // Bitfield references must not touch memory outside of the enclosing
|
/external/skia/gyp/ |
D | common_variables.gypi | 27 # 1. directly enclosing 'variable' dicts, and 30 # and NOT inherited by "uncles" (siblings of directly enclosing 'variable'
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ActionAnalysis.g | 71 /** $x.y x is enclosing rule or rule ref or rule label 79 // ref to enclosing rule.
|
D | ActionTranslator.g | 176 /** $x.y x is enclosing rule, y is a return value, parameter, or 476 * reference within enclosing rule's outermost alt. 478 * something defined within the enclosing rule. 648 * there is no reference to rulename in the enclosing alternative,
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebClipView.mm | 39 // But it looks for the enclosing clip view, which gives us a hook we can use to control it.
|
/external/clang/docs/ |
D | Block-ABI-Apple.rst | 186 of ``__block`` storage class are imported as a pointer to an enclosing data 384 a. The ``forwarding`` pointer is set to the beginning of its enclosing 387 b. The ``size`` field is initialized to the total size of the enclosing 568 inner blocks are imported into all enclosing ``Block`` scopes even if the
|
D | BlockLanguageSpec.rst | 180 also captured in the scopes of their enclosing Blocks. 357 any enclosing class, are evaluated by capturing ``this`` just like a
|
D | LanguageExtensions.rst | 1730 the acquired lock is implicitly ``this`` of the enclosing object. 1740 the enclosing object. 1752 enclosing object. 1764 is implicitly ``this`` of the enclosing object. 1773 implicitly ``this`` of the enclosing object.
|
D | AutomaticReferenceCounting.rst | 526 the enclosing full-expression, subject to the usual optimizations on local 1746 destroyed when the block literal is, i.e. at the end of the enclosing scope. 1991 current thread, where neither ``pool`` nor any enclosing pool have previously 1996 pool directly enclosing ``pool``. 2023 enclosing call frame. If this is not possible, the object is autoreleased as
|
D | InternalsManual.rst | 1160 declared inside another declaration will actually "leak" out into the enclosing 1201 enclosing the declaration itself. This feature is implemented via 1204 nearest enclosing non-transparent declaration context. This means that the
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
D | en.stg | 181 …ference $<arg> is ambiguous; rule <arg> is enclosing rule and referenced in the production (assumi…
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 598 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup()); in PopCleanupBlock() local 599 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing)); in PopCleanupBlock()
|
/external/clang/test/Analysis/ |
D | keychainAPI.m | 121 // Do not warn if the address is a parameter in the enclosing function.
|
/external/llvm/test/Transforms/Inline/ |
D | inline_invoke.ll | 5 ; enclosing landing pad.
|
/external/openssh/ |
D | ssh_config.0 | 201 specified by enclosing addresses in square brackets. By default, 442 specified by enclosing addresses in square brackets. Multiple 557 specified by enclosing addresses in square brackets. Multiple
|
D | ssh.0 | 96 IPv6 addresses can be specified by enclosing the address in 163 specified by enclosing the address in square brackets. Only the 301 the remote machine. IPv6 addresses can be specified by enclosing
|
/external/regex-re2/doc/ |
D | syntax.txt | 204 Me enclosing mark
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/ |
D | Readme SDL Developer.txt | 139 Do not copy our enclosing folder into the location (e.g. TemplatesForXcodeSnowLeopard).
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.td | 343 // The result of eh.typeid.for depends on the enclosing function, but inside a
|
/external/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 976 ; bottom of the loop needs to be exiting into the nearest enclosing loop (to 977 ; which there is an exit). Otherwise, we force that enclosing loop into
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 187 enclosing blocks see the abbreviation). Abbreviations can also be defined 304 this immediate block --- it is not visible in subblocks or enclosing blocks.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 184 "character too large for enclosing character literal type">;
|
D | DiagnosticSemaKinds.td | 126 "within its enclosing subobject">, InGroup<InitializerOverrides>; 1237 "expected the class name after '~' to name the enclosing class">; 2264 "default argument references local variable %0 of enclosing function">; 2869 "specialization of %1 not in a namespace enclosing %2">; 3050 "explicit instantiation of %0 not in a namespace enclosing %1">; 3054 "explicit instantiation of %0 not in a namespace enclosing %1">, 5425 "reference to local variable %0 declared in enclosing function %1">; 5427 "reference to local variable %0 declared in enclosing block literal">; 5429 "reference to local variable %0 declared in enclosing lambda expression">; 5431 "reference to local variable %0 declared in enclosing context">;
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BaseRecognizer.as | 357 * enclosing rule. This local follow set only includes tokens
|
123