Home
last modified time | relevance | path

Searched defs:compiler_type (Results 1 – 25 of 66) sorted by relevance

123

/external/llvm-project/lldb/source/Core/
DValueObjectConstResult.cpp52 const CompilerType &compiler_type, in Create()
64 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult()
85 const CompilerType &compiler_type, in Create()
110 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult()
127 const CompilerType &compiler_type, in Create()
141 const CompilerType &compiler_type, ConstString name, lldb::addr_t address, in ValueObjectConstResult()
296 ValueObjectConstResult::Cast(const CompilerType &compiler_type) { in Cast()
DValueObjectConstResultImpl.cpp68 CompilerType compiler_type = m_impl_backend->GetCompilerType(); in CreateChildAtIndex() local
122 CompilerType compiler_type(m_impl_backend->GetCompilerType()); in AddressOf() local
144 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { in Cast()
DValueObjectConstResultChild.cpp25 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectConstResultChild()
72 ValueObjectConstResultChild::Cast(const CompilerType &compiler_type) { in Cast()
DValueObjectCast.cpp68 CompilerType compiler_type(GetCompilerType()); in UpdateValue() local
DValueObjectConstResultCast.cpp60 ValueObjectConstResultCast::Cast(const CompilerType &compiler_type) { in Cast()
DValue.cpp254 void Value::SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType()
564 const CompilerType &compiler_type = GetCompilerType(); in ResolveValue() local
DValueObjectChild.cpp30 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectChild()
/external/python/cryptography/src/_cffi_src/
Dutils.py69 def extra_link_args(compiler_type): argument
78 def compiler_type(): function
/external/llvm-project/lldb/include/lldb/Symbol/
DTaggedASTType.h20 TaggedASTType(const CompilerType &compiler_type) in TaggedASTType()
/external/python/cpython2/Lib/distutils/
Dcygwinccompiler.py84 compiler_type = 'cygwin' variable in CygwinCCompiler
299 compiler_type = 'mingw32' variable in Mingw32CCompiler
Demxccompiler.py33 compiler_type = 'emx' variable in EMXCCompiler
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py90 compiler_type = 'cygwin' variable in CygwinCCompiler
276 compiler_type = 'mingw32' variable in Mingw32CCompiler
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp363 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local
416 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local
460 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local
484 CompilerType compiler_type = enum_type->GetFullCompilerType(); in TEST_F() local
533 CompilerType compiler_type = typedef_type->GetFullCompilerType(); in TEST_F() local
/external/llvm-project/lldb/source/Symbol/
DType.cpp145 const Declaration &decl, const CompilerType &compiler_type, in Type()
787 void TypeAndOrName::SetCompilerType(CompilerType compiler_type) { in SetCompilerType()
813 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl()
840 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType()
851 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType()
DVariable.cpp493 const CompilerType &compiler_type, CompletionRequest &request) { in PrivateAutoCompleteMembers()
552 const CompilerType &compiler_type, CompletionRequest &request) { in PrivateAutoComplete()
735 CompilerType compiler_type; in AutoComplete() local
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangPersistentVariables.cpp36 const CompilerType &compiler_type, lldb::ByteOrder byte_order, in CreatePersistentVariable()
/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py90 compiler_type = 'unix' variable in CCompilerTestCase.test_customize_compiler.compiler
/external/llvm-project/lldb/include/lldb/Target/
DLanguageRuntime.h139 virtual bool GetTypeBitSize(const CompilerType &compiler_type, in GetTypeBitSize()
/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABIMacOSX_i386.cpp166 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local
190 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
DABISysV_i386.cpp183 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local
207 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
/external/python/cpython3/Lib/distutils/tests/
Dtest_sysconfig.py81 compiler_type = 'unix' variable in SysconfigTestCase.customize_compiler.compiler
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
DABIMacOSX_arm.cpp1452 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
1693 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
DABISysV_arm.cpp1455 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
1838 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
/external/llvm-project/lldb/source/DataFormatters/
DTypeFormat.cpp66 CompilerType compiler_type = value.GetCompilerType(); in FormatObject() local
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp70 CompilerType compiler_type(valobj.GetCompilerType()); in GetObjectDescription() local
117 CompilerType compiler_type = value.GetCompilerType(); in GetObjectDescription() local

123