HomeSort by relevance Sort by last modified time
    Searched refs:Module (Results 751 - 775 of 826) sorted by null

<<31323334

  /external/clang/include/clang/Lex/
Preprocessor.h 223 /// \brief The module import path that we're currently processing.
226 /// \brief Whether the module import expectes an identifier next. Otherwise,
458 /// \brief Retrieve the module loader associated with this preprocessor.
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 58 // Zero out the first 4 bytes; this is used to store the owning module ID.
67 Module *Decl::getOwningModuleSlow() const {
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 277 const Module *Imported) {
    [all...]
IndexingContext.cpp 265 Module *Mod = ImportD->getImportedModule();
288 /*module=*/NULL,
    [all...]
  /external/llvm/include/llvm/Analysis/
Dominators.h 870 virtual void print(raw_ostream &OS, const Module* M= 0) const;
  /external/llvm/lib/Analysis/
RegionInfo.cpp 731 void RegionInfo::print(raw_ostream &OS, const Module *) const {
  /external/llvm/lib/IR/
Type.cpp 17 #include "llvm/IR/Module.h"
618 StructType *Module::getTypeByName(StringRef Name) const {
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 30 #include "llvm/IR/Module.h"
296 Module *M) {
InlineFunction.cpp 29 #include "llvm/IR/Module.h"
711 Module *M = Caller->getParent();
    [all...]
SimplifyCFG.cpp 35 #include "llvm/IR/Module.h"
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 114 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig)
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/chromium_org/remoting/webapp/
format_iq.js 7 * Module to format IQ messages so they can be displayed in the debug log.
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py 9 from compiler.ast import Module
161 assert isinstance(ast, Module)
844 # python module and then calls that module's DoMain() function,
858 "module (%s): %s" % (parsed_contents[0], e))
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 95 virtual void print(raw_ostream &O, const Module* = 0) const;
303 void MachineScheduler::print(raw_ostream &O, const Module* m) const {
    [all...]
LiveIntervalAnalysis.cpp 138 void LiveIntervals::print(raw_ostream &OS, const Module* ) const {
    [all...]
  /external/chromium_org/v8/src/
messages.js 181 invalid_module_path: ["Module does not export '", "%0", "', or export is not itself a module"],
182 module_type_error: ["Module '", "%0", "' used improperly"],
183 module_export_undefined: ["Export '", "%0", "' is not defined in module"]
201 str = "module";
    [all...]
  /external/v8/src/
messages.js 249 "invalid_module_path", ["Module does not export '", "%0", "', or export is not itself a module"],
250 "module_type_error", ["Module '", "%0", "' used improperly"],
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 489 Module& pModule,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 99 Module *readModule(const RecordData &R, unsigned &I) {
341 // module).
388 // Determine whether this declaration is part of a (sub)module. If so, it
394 // Module-private declarations are never visible, so there is no work to do.
396 if (Module *Owner = Reader.getSubmodule(SubmoduleID)) {
397 if (Owner->NameVisibility != Module::AllVisible) {
398 // The owning module is not visible. Mark this declaration as hidden.
401 // Note that this declaration was hidden because its owning module is
627 // module. Merge it.
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/chromium_org/ppapi/tests/
test_file_io.cc 25 #include "ppapi/cpp/module.h"
    [all...]

Completed in 850 milliseconds

<<31323334