HomeSort by relevance Sort by last modified time
    Searched refs:Modules (Results 201 - 225 of 246) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 342 if (PP->getLangOpts().Modules && PP->getLangOpts().ImplicitModules)
    [all...]
CompilerInvocation.cpp     [all...]
ASTUnit.cpp 615 // about. This effectively drops diagnostics from modules we're building.
616 // FIXME: In the long run, ee don't want to drop source managers from modules.
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /build/soong/cc/
cc.go 138 // names of other cc_object modules to link into this module using partial linking
142 // Properties used to compile all C or C++ modules
157 // headers that are exposed to /vendor modules.
385 // Vendor returns true for vendor modules excluding VNDK libraries so that
733 // NDK libraries to the modules in prebuilts/ndk, or not rewritten
736 // The second is a list of ndk_library modules. These need to be
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 250 (*===-- Modules -----------------------------------------------------------===*)
    [all...]
llvm.mli 324 (** {6 Modules} *)
327 the context [context]. Modules are not garbage collected; it is mandatory
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
symtab.go 249 // activeModules returns a slice of active modules.
261 // modulesinit creates the active modules slice out of all loaded modules.
269 // program. First, if compiled with -linkshared, a number of modules
280 modules := new([]*moduledata)
282 *modules = append(*modules, md)
289 // Modules appear in the moduledata linked list in the order they are
299 for i, md := range *modules {
301 (*modules)[0] = m
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
symtab.go 249 // activeModules returns a slice of active modules.
261 // modulesinit creates the active modules slice out of all loaded modules.
269 // program. First, if compiled with -linkshared, a number of modules
280 modules := new([]*moduledata)
282 *modules = append(*modules, md)
289 // Modules appear in the moduledata linked list in the order they are
299 for i, md := range *modules {
301 (*modules)[0] = m
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 101 R->MayHaveOutOfDateDef = C.getLangOpts().Modules;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /build/make/core/
main.mk 376 # Change CUSTOM_MODULES to include only modules that were
378 # modules as a side-effect. Do this after including ONE_SHOT_MAKEFILE
379 # so that the modules will be installed in the same place they
381 CUSTOM_MODULES := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
426 # Bring in the PDK platform.zip modules.
441 # Enforce to generate all RRO packages for modules having resource
450 # just bare module names. Leave unknown modules alone in case
459 # Define dependencies for modules that require other modules.
465 # BUG: the system image won't know to depend on modules that ar
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 335 (*===-- Modules -----------------------------------------------------------===*)
    [all...]
llvm.mli 446 (** {6 Modules} *)
449 the context [context]. Modules are not garbage collected; it is mandatory
    [all...]
  /external/python/cpython2/PC/os2vacpp/
makefile 10 # essential modules of Python and a small Python.exe program to start
39 PY_MODULES = ..\..\Modules
179 # Extension Modules (Built-In or as Separate DLLs)
180 MODULES = \
208 # Standalone Parser Generator Program (Shares Some of Python's Modules)
268 Modules: $(MODULES)
295 PyCore.lib: $(MODULES) $(OBJECTS) $(PARSER) $(PYTHON) $(PATHOBJ)\Config.obj
    [all...]
makefile.omk 10 # essential modules of Python and a small Python.exe program to start
30 PY_MODULES = ..\..\Modules
141 # Extension Modules (Built-In or as Separate DLLs)
142 MODULES = \
169 # Omitted Modules (and Description/Reason):
226 # Standalone Parser Generator Program (Shares Some of Python's Modules)
300 PyCore.lib: $(MODULES) $(OBJECTS) $(PARSER) $(PYTHON) Config.obj
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 84 if (getLangOpts().Modules || getLangOpts().DebuggerSupport)
    [all...]
  /external/v8/tools/
grokdump.py 556 ("modules", lambda t: MINIDUMP_RAW_MODULE.ctype * t.number_of_modules)
562 ("modules", lambda t: MINIDUMP_RAW_MODULE.ctype * t.number_of_modules)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 414 (Context.getLangOpts().Modules || !LinkerOptionsMetadata.empty())) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]

Completed in 980 milliseconds

1 2 3 4 5 6 7 8910