Searched refs:is_inline (Results 1 - 9 of 9) sorted by last modified time

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp103 bool is_inline; member in class:__anon26007::CppWriter
109 ModulePass(ID), Out(o), uniqueNum(0), is_inline(false), indent_level(0){}
443 if (is_inline) {
995 if (is_inline) {
1053 if (is_inline) {
1641 if (!is_inline) {
1701 if (!is_inline || Fun != F)
1800 if (!is_inline) {
1882 is_inline = true;
1885 is_inline
[all...]
/external/lldb/examples/python/
H A Ddiagnose_nsstring.py110 is_inline = (info_bits & 0x60) == 0
117 (info_bits, "yes" if is_mutable else "no","yes" if is_inline else "no","yes" if has_explicit_length else "no","yes" if is_unicode else "no","yes" if is_special else "no","yes" if has_null else "no")
123 if is_mutable and not is_inline:
125 elif is_inline:
127 elif not is_inline and not is_mutable:
142 elif is_inline and has_explicit_length and not is_unicode and not is_special and not is_mutable:
146 if is_inline:
155 elif is_inline:
/external/lldb/examples/summaries/cocoa/
H A DCFString.py278 def is_inline(self): member in class:CFStringSynthProvider
317 self.inline = self.is_inline();
/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h344 bool is_inline);
H A DClangASTType.h474 bool is_inline,
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1919 const bool is_inline = false; local
1929 is_inline,
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp6362 bool is_inline = false; local
6400 case DW_AT_inline: is_inline = form_value.Boolean(); break;
6710 is_inline,
6785 is_inline);
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1905 bool is_inline)
1926 is_inline,
1940 is_inline,
1901 CreateFunctionDeclaration(DeclContext *decl_ctx, const char *name, const ClangASTType &function_clang_type, int storage, bool is_inline) argument
H A DClangASTType.cpp4542 bool is_inline,
4589 is_inline,
4602 is_inline,
4630 is_inline,
4643 is_inline,
4659 is_inline,
4537 AddMethodToCXXRecordType(const char *name, const ClangASTType &method_clang_type, lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline, bool is_explicit, bool is_attr_used, bool is_artificial) argument

Completed in 3658 milliseconds