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

  /external/clang/include/clang/Lex/
ModuleMap.h 147 /// \param Unresolved The export declaration to resolve.
155 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
292 /// \brief Resolve all of the unresolved exports in the given module.
302 /// \brief Resolve all of the unresolved conflicts in the given module.
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 40 const Module::UnresolvedExportDecl &Unresolved,
43 if (Unresolved.Id.empty()) {
44 assert(Unresolved.Wildcard && "Invalid unresolved export");
49 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain);
53 return Module::ExportDecl(Context, Unresolved.Wildcard);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
exif_encoder.js 567 throw new Error('Unresolved forward pointer ' + key.toString(16));
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h     [all...]
  /external/v8/src/mips/
macro-assembler-mips.h     [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js 309 * Check whether the mirror reflects an unresolved function.
310 * @returns {boolean} True if the mirror reflects an unresolved function
842 * @return {boolean} True if the function is resolved. Unresolved functions can
971 * Mirror object for unresolved functions.
972 * @param {string} value The name for the unresolved function reflected by this
978 // Construct this using the ValueMirror as an unresolved function is not a
    [all...]
  /external/v8/src/
mirror-debugger.js 309 * Check whether the mirror reflects an unresolved function.
310 * @returns {boolean} True if the mirror reflects an unresolved function
792 * @return {boolean} True if the function is resolved. Unresolved functions can
905 * Mirror object for unresolved functions.
906 * @param {string} value The name for the unresolved function reflected by this
912 // Construct this using the ValueMirror as an unresolved function is not a
    [all...]

Completed in 430 milliseconds