Searched refs:submodules (Results 1 – 21 of 21) sorted by relevance
/external/llvm/test/tools/dsymutil/X86/ |
D | submodules.m | 12 clang -D CHILD_H -E -o Child.h submodules.m 16 -fdisable-module-hash submodules.m -o 1.o 19 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/submodules \
|
/external/clang/test/Modules/ |
D | import-self.m | 3 // RUN: -I %S/Inputs/submodules %s 2>&1 | FileCheck %s 7 // RUN: -I %S/Inputs/submodules -fmodule-name=import_self %s \
|
D | missing-header.m | 2 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules %s 2>&1 | FileCh…
|
D | redecl-merge.m | 105 // Test redeclarations of entities in explicit submodules, to make
|
/external/clang/include/clang/Basic/ |
D | Module.h | 481 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function 484 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
|
D | DiagnosticLexKinds.td | 596 "only submodules and framework modules may be inferred with wildcard syntax">; 598 "inferred submodules require a module with an umbrella">;
|
/external/clang/docs/ |
D | Modules.rst | 223 …submodules. Entities within a submodule that has already been built are visible when building late… 225 …submodules with the same name, those two types are distinct types (but may be *compatible* types i… 231 …anslation unit, and Clang may inline or devirtualize based on knowledge from unimported submodules. 306 …e ``std`` encompasses the whole C standard library. It has a number of submodules containing diffe… 338 …es a module, including the headers that contribute to that module, its submodules, and other aspec… 348 … module that is nested within another module. The contents of explicit submodules are only made av… 397 The requirements clause allows specific modules or submodules to specify that they are only accessi… 519 A *submodule-declaration* that is an *inferred-submodule-declaration* describes a set of submodules…
|
D | PCHInternals.rst | 422 into several completely different submodules of Clang. For example, lazily
|
/external/autotest/client/bin/ |
D | base_utils.py | 950 submodules = line_parts[3].split(",") 951 for submodule in submodules:
|
/external/opencv3/3rdparty/openexr/ |
D | ChangeLog.ilmbase | 33 * Depracated the MacCode_Warrior and Shake submodules.
|
/external/opencv3/cmake/ |
D | OpenCVModule.cmake | 23 # OPENCV_MODULE_${the_module}_CHILDREN - list of submodules for compound modules (cmake >= 2.8.8) 32 # OPENCV_MODULE_CHILDREN - list of submodules 202 # add submodules if any 203 …the_module}_CHILDREN "${OPENCV_MODULE_CHILDREN}" CACHE INTERNAL "List of ${the_module} submodules")
|
/external/libcxx/include/ |
D | module.modulemap | 2 // FIXME: The standard does not require that each of these submodules
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
D | modulegraph.rst | 177 Yield all submodules that would be imported when importing *fromlist* 184 Yield the filenames for submodules of in the same package as *m*.
|
D | changelog.rst | 178 submodules.
|
/external/fonttools/Doc/ |
D | changes.txt | 117 - Added several submodules to fontTools, some new, some older.
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/ |
D | PKG-INFO | 195 submodules.
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/ |
D | PKG-INFO | 195 submodules.
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 390 HelpText<"Enforce name visibility rules across submodules of the same "
|
/external/bison/ |
D | ChangeLog | 3266 * submodules/autoconf: Update. 3899 …build: update gnulib and autoconf submodules to latest (cherry picked from commit 728415f885e5cb8e…
|
D | ChangeLog-2012 | 257 (Release Procedure): Note that submodules should be updated. 265 * submodules/autoconf: Update to latest for improvement in m4.m4 1659 * submodules/autoconf: Update. 2105 * submodules/autoconf: Update to autoconf 2.64. 2376 * m4/m4.m4: Make it a sym link to submodules/autoconf/m4/m4.m4. 2925 submodules: update to latest 2926 * submodules/autoconf: Use latest upstream Autoconf. 2982 * .gitmodules: Add submodules/autoconf. 2984 submodules/autoconf. 3143 * README-hacking: We now use git and git submodules.
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2576 for (auto *M : Mod->submodules()) in WriteSubmodules()
|