Searched defs:is_native (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Linker/
H A DLinkArchives.cpp94 Linker::LinkInArchive(const sys::Path &Filename, bool &is_native) { argument
123 is_native = true;
126 is_native = false;
H A DLinkItems.cpp39 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) { argument
126 bool is_native = false; local
158 LinkInFile(const sys::Path &File, bool &is_native) argument
236 bool is_native; local
[all...]
/external/v8/src/
H A Dcompiler.h94 bool is_native() const { function in class:v8::internal::BASE_EMBEDDED
H A Dobjects-debug.cc608 bool is_native = RegExpImpl::UsesNativeRegExp(); local
616 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
619 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
H A Dfull-codegen.h555 bool is_native() { return info_->is_native(); } function in class:v8::internal::FullCodeGenerator
H A Druntime.cc1335 bool is_native = DeclareGlobalsNativeFlag::decode(flags); local
1336 if (is_const_property || (is_native && is_function_declaration)) {
/external/bluetooth/glib/gio/
H A Dgfile.h58 * @is_native: Checks to see if a file is native to the system.
148 gboolean (* is_native) (GFile *file); member in struct:_GFileIface

Completed in 205 milliseconds