Home
last modified time | relevance | path

Searched refs:variable_type (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DAlignment.h32 …#define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(… argument
35 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable
/external/lldb/examples/python/
Dcmdtemplate.py62 variable_type = variable.GetType()
63 total_size = total_size + variable_type.GetByteSize()
/external/e2fsprogs/ext2ed/
Dinit.c110 char variable_name [50],variable_type [20]; in set_struct_descriptors() local
140 ch=parse_word (current_line,variable_type); in set_struct_descriptors()
143 strcpy (variable_type,variable_name); in set_struct_descriptors()
147 add_new_variable (current_descriptor,variable_type,variable_name); in set_struct_descriptors()
/external/lldb/source/Core/
DValue.cpp246 Type *variable_type = variable->GetType(); in GetClangType() local
247 if (variable_type) in GetClangType()
248 m_clang_type = variable_type->GetClangForwardType(); in GetClangType()
/external/lldb/source/Symbol/
DVariable.cpp841 Type *variable_type = variable->GetType(); in PrivateAutoComplete() local
842 if (variable_type) in PrivateAutoComplete()
844 … ClangASTType variable_clang_type (variable_type->GetClangForwardType()); in PrivateAutoComplete()
/external/lldb/source/Expression/
DIRForTarget.cpp1438 llvm::Type *variable_type = global_variable->getType(); in MaterializeInternalVariable() local
1460 Constant *new_pointer = BuildRelocation(variable_type, offset); in MaterializeInternalVariable()