Home
last modified time | relevance | path

Searched refs:enclosing (Results 1 – 25 of 47) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp279 DefaultBlock (const SharedPtr& enclosing) in DefaultBlock() argument
280 : Node(TYPE_DEFAULT_BLOCK, enclosing) in DefaultBlock()
283 DE_ASSERT(enclosing->getType() == TYPE_SHADER || in DefaultBlock()
284 enclosing->getType() == TYPE_SHADER_SET); in DefaultBlock()
291 StorageQualifier (const SharedPtr& enclosing, glu::Storage storage) in StorageQualifier() argument
292 : Node (TYPE_STORAGE_QUALIFIER, enclosing) in StorageQualifier()
296 DE_ASSERT(enclosing->getType() == TYPE_DEFAULT_BLOCK); in StorageQualifier()
305 Variable (const SharedPtr& enclosing, glu::DataType dataType) in Variable() argument
306 : Node (TYPE_VARIABLE, enclosing) in Variable()
309 DE_ASSERT(enclosing->getType() == TYPE_STORAGE_QUALIFIER || in Variable()
[all …]
/external/llvm/test/Transforms/LoopSimplify/
Dunreachable-loop-pred.ll5 ; block to the enclosing loop and not get confused by the unreachable
/external/clang/test/CodeGenObjC/
D2010-03-17-StructRef.m2 // Bitfield references must not touch memory outside of the enclosing
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DActionAnalysis.g71 /** $x.y x is enclosing rule or rule ref or rule label
79 // ref to enclosing rule.
DActionTranslator.g176 /** $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/skia/gyp/
Dcommon_variables.gypi27 # 1. directly enclosing 'variable' dicts, and
30 # and NOT inherited by "uncles" (siblings of directly enclosing 'variable'
/external/clang/docs/
DModules.rst452 A header declaration specifies that a particular header is associated with the enclosing module.
461enclosing module. Specifically, when the module is built, the named header will be parsed and its …
512 Submodule declarations describe modules that are nested within their enclosing module.
520 … module. If the *module-declaration* has a ``framework`` specifier, the enclosing module shall hav…
585 …dules that will be re-exported to any translation unit that imports the enclosing module. Each imp…
665 … a library or framework against which a program should be linked if the enclosing module is import…
685 …ecifies the set of configuration macros that have an effect on the the API of the enclosing module.
697 …nly be present on a top-level module, i.e., a module that is not nested within an enclosing module.
738 … with which the enclosing module conflicts. The specified module shall not have been imported in t…
DBlock-ABI-Apple.rst186 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
DBlockLanguageSpec.rst180 also captured in the scopes of their enclosing Blocks.
357 any enclosing class, are evaluated by capturing ``this`` just like a
DAutomaticReferenceCounting.rst526 the enclosing full-expression, subject to the usual optimizations on local
1754 destroyed when the block literal is, i.e. at the end of the enclosing scope.
1999 current thread, where neither ``pool`` nor any enclosing pool have previously
2004 pool directly enclosing ``pool``.
2031 enclosing call frame. If this is not possible, the object is autoreleased as
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
Den.stg181 …ference $<arg> is ambiguous; rule <arg> is enclosing rule and referenced in the production (assumi…
/external/clang/lib/CodeGen/
DCGCleanup.cpp635 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup()); in PopCleanupBlock() local
636 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing)); in PopCleanupBlock()
/external/clang/test/Analysis/
DkeychainAPI.m121 // Do not warn if the address is a parameter in the enclosing function.
/external/llvm/test/Transforms/Inline/
Dinline_invoke.ll5 ; enclosing landing pad.
/external/llvm/test/DebugInfo/
Dnamespace.ll59 ; enclosing scope
/external/regex-re2/doc/
Dsyntax.txt204 Me enclosing mark
/external/openssh/
Dssh.092 IPv6 addresses can be specified by enclosing the address in
167 specified by enclosing the address in square brackets. Only the
329 the remote machine. IPv6 addresses can be specified by enclosing
Dssh_config.0309 specified by enclosing addresses in square brackets. By default,
585 specified by enclosing addresses in square brackets. Multiple
723 specified by enclosing addresses in square brackets. Multiple
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll938 ; bottom of the loop needs to be exiting into the nearest enclosing loop (to
939 ; which there is an exit). Otherwise, we force that enclosing loop into
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake277 … ''var' : definition from the for loop is ignored; the definition from the enclosing scope is used'
/external/tagsoup/
DREADME115 the application with enclosing HTML, BODY, and UL tags. Why UL? Because
/external/llvm/include/llvm/IR/
DIntrinsics.td407 // The result of eh.typeid.for depends on the enclosing function, but inside a
/external/llvm/docs/
DBitCodeFormat.rst188 enclosing blocks see the abbreviation). Abbreviations can also be defined
305 this immediate block --- it is not visible in subblocks or enclosing blocks.
DStackMaps.rst91 the code from the beginning of the enclosing function.
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td175 "within its enclosing subobject">, InGroup<InitializerOverrides>;
1051 "enclosing namespace is a Microsoft extension; add a nested name specifier">,
1445 "expected the class name after '~' to name the enclosing class">;
2825 "default argument references local variable %0 of enclosing function">;
3478 "specialization of %1 not in a namespace enclosing %2">;
3483 "specialization of %1 outside namespace enclosing %2 "
3690 "explicit instantiation of %0 not in a namespace enclosing %1">;
3694 "explicit instantiation of %0 not in a namespace enclosing %1">,
6447 "reference to local variable %0 declared in enclosing function %1">;
6449 "reference to local variable %0 declared in enclosing block literal">;
[all …]

12