HomeSort by relevance Sort by last modified time
    Searched refs:NewModule (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Serialization/
ModuleManager.cpp 88 bool NewModule = false;
97 NewModule = true;
144 if (NewModule)
153 if (NewModule) {
176 return NewModule? NewlyLoaded : AlreadyLoaded;
  /external/v8/src/
interface.h 54 static Interface* NewModule(Zone* zone) {
scopes.cc 82 ? Interface::NewModule(zone) : NULL),
    [all...]
ast.h 635 interface_(Interface::NewModule(zone)),
    [all...]
parser.cc     [all...]

Completed in 1334 milliseconds