HomeSort by relevance Sort by last modified time
    Searched defs:is_native (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Linker/
LinkItems.cpp 39 bool is_native = false; local
40 if (LinkInLibrary(I->first, is_native))
42 if (is_native)
46 bool is_native = false; local
47 if (LinkInFile(sys::Path(I->first), is_native))
49 if (is_native)
59 bool is_native; local
62 if(LinkInLibrary(*I, is_native))
64 if (is_native)
74 bool Linker::LinkInLibrary(StringRef Lib, bool& is_native) {
126 bool is_native = false; local
236 bool is_native; local
    [all...]
  /external/v8/src/
compiler.h 89 bool is_native() const { function in class:v8::internal::BASE_EMBEDDED
objects-debug.cc 432 bool is_native = RegExpImpl::UsesNativeRegExp(); local
440 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
443 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
  /external/bluetooth/glib/gio/
gfile.h 58 * @is_native: Checks to see if a file is native to the system.
148 gboolean (* is_native) (GFile *file); member in struct:_GFileIface
    [all...]

Completed in 132 milliseconds