/external/llvm-project/lldb/source/Core/ |
D | ValueObjectConstResult.cpp | 52 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()
|
D | ValueObjectConstResultImpl.cpp | 68 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()
|
D | ValueObjectConstResultChild.cpp | 25 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectConstResultChild() 72 ValueObjectConstResultChild::Cast(const CompilerType &compiler_type) { in Cast()
|
D | ValueObjectCast.cpp | 68 CompilerType compiler_type(GetCompilerType()); in UpdateValue() local
|
D | ValueObjectConstResultCast.cpp | 60 ValueObjectConstResultCast::Cast(const CompilerType &compiler_type) { in Cast()
|
D | Value.cpp | 254 void Value::SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() 564 const CompilerType &compiler_type = GetCompilerType(); in ResolveValue() local
|
D | ValueObjectChild.cpp | 30 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectChild()
|
/external/python/cryptography/src/_cffi_src/ |
D | utils.py | 69 def extra_link_args(compiler_type): argument 78 def compiler_type(): function
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | TaggedASTType.h | 20 TaggedASTType(const CompilerType &compiler_type) in TaggedASTType()
|
/external/python/cpython2/Lib/distutils/ |
D | cygwinccompiler.py | 84 compiler_type = 'cygwin' variable in CygwinCCompiler 299 compiler_type = 'mingw32' variable in Mingw32CCompiler
|
D | emxccompiler.py | 33 compiler_type = 'emx' variable in EMXCCompiler
|
/external/python/cpython3/Lib/distutils/ |
D | cygwinccompiler.py | 90 compiler_type = 'cygwin' variable in CygwinCCompiler 276 compiler_type = 'mingw32' variable in Mingw32CCompiler
|
/external/llvm-project/lldb/unittests/SymbolFile/PDB/ |
D | SymbolFilePDBTests.cpp | 363 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/ |
D | Type.cpp | 145 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()
|
D | Variable.cpp | 493 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/ |
D | ClangPersistentVariables.cpp | 36 const CompilerType &compiler_type, lldb::ByteOrder byte_order, in CreatePersistentVariable()
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_ccompiler.py | 90 compiler_type = 'unix' variable in CCompilerTestCase.test_customize_compiler.compiler
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | LanguageRuntime.h | 139 virtual bool GetTypeBitSize(const CompilerType &compiler_type, in GetTypeBitSize()
|
/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABIMacOSX_i386.cpp | 166 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local 190 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
|
D | ABISysV_i386.cpp | 183 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/ |
D | test_sysconfig.py | 81 compiler_type = 'unix' variable in SysconfigTestCase.customize_compiler.compiler
|
/external/llvm-project/lldb/source/Plugins/ABI/ARM/ |
D | ABIMacOSX_arm.cpp | 1452 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 1693 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
|
D | ABISysV_arm.cpp | 1455 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/ |
D | TypeFormat.cpp | 66 CompilerType compiler_type = value.GetCompilerType(); in FormatObject() local
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 70 CompilerType compiler_type(valobj.GetCompilerType()); in GetObjectDescription() local 117 CompilerType compiler_type = value.GetCompilerType(); in GetObjectDescription() local
|