Home
last modified time | relevance | path

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

123

/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/llvm/utils/vim/indent/
Dllvm.vim10 " enclosing '{'/'}' block
/external/skia/gyp/
Dcommon_variables.gypi27 # 1. directly enclosing 'variable' dicts, and
30 # and NOT inherited by "uncles" (siblings of directly enclosing 'variable'
/external/selinux/secilc/docs/
Dcil_network_labeling_statements.md13 - IP Addresses may be declared without a previous declaration by enclosing within parentheses e.g…
108 IP Addresses may be declared without a previous declaration by enclosing within parentheses e.g. `(…
Dcil_reference_guide.md60 …ted to IP addesses where they can be declared directly in statements by enclosing them within pare…
/external/clang/docs/
DModules.rst449 A header declaration specifies that a particular header is associated with the enclosing module.
458enclosing module. Specifically, when the module is built, the named header will be parsed and its …
509 Submodule declarations describe modules that are nested within their enclosing module.
517 … module. If the *module-declaration* has a ``framework`` specifier, the enclosing module shall hav…
582 …dules that will be re-exported to any translation unit that imports the enclosing module. Each imp…
662 … a library or framework against which a program should be linked if the enclosing module is import…
682 …* specifies the set of configuration macros that have an effect on the API of the enclosing module.
694 …nly be present on a top-level module, i.e., a module that is not nested within an enclosing module.
735 … 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
/external/guava/guava/src/com/google/common/collect/
DTreeRangeSet.java800 Range<C> enclosing = TreeRangeSet.this.rangeEnclosing(range);
801 return enclosing != null && !enclosing.intersection(restriction).isEmpty();
/external/llvm/docs/CommandGuide/
Dllvm-symbolizer.rst115 Print human readable output. If ``-inlining`` is specified, enclosing scope is
/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.cpp651 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup()); in PopCleanupBlock() local
652 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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DdumpICUrules.bat374 # and taking other text and enclosing it in double quotes
/external/llvm/test/DebugInfo/Generic/
Dnamespace.ll58 ; enclosing scope
/external/regex-re2/doc/
Dsyntax.txt204 Me enclosing mark
/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/tagsoup/
DREADME115 the application with enclosing HTML, BODY, and UL tags. Why UL? Because
/external/llvm/include/llvm/IR/
DIntrinsics.td447 // 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.

123