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

  /external/lldb/examples/python/
diagnose_nsstring.py 110 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/
CFString.py 278 def is_inline(self): member in class:CFStringSynthProvider
317 self.inline = self.is_inline();
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 105 bool is_inline; member in class:__anon15030::CppWriter
112 is_inline(false), indent_level(0) {}
446 if (is_inline) {
    [all...]
  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 344 bool is_inline);
ClangASTType.h 474 bool is_inline,
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
ClangASTType.cpp     [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 1919 const bool is_inline = false; local
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 6362 bool is_inline = false; local
    [all...]

Completed in 781 milliseconds