Searched defs:integer_type (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | TypeSystem.h | 332 ForEachEnumerator(lldb::opaque_compiler_type_t type,std::function<bool (const CompilerType & integer_type,ConstString name,const llvm::APSInt & value)> const & callback) ForEachEnumerator() argument
|
/llvm-project/lldb/source/API/ |
H A D | SBType.cpp | 552 __anonb919bf400102( const CompilerType &integer_type, ConstString name, const llvm::APSInt &value) GetEnumMembers() argument
|
/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 819 ForEachEnumerator(std::function<bool (const CompilerType & integer_type,ConstString name,const llvm::APSInt & value)> const & callback) const ForEachEnumerator() argument
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 5573 ForEachEnumerator(lldb::opaque_compiler_type_t type,std::function<bool (const CompilerType & integer_type,ConstString name,const llvm::APSInt & value)> const & callback) ForEachEnumerator() argument 5581 CompilerType integer_type = GetType(enum_decl->getIntegerType()); ForEachEnumerator() local 8464 QualType integer_type(enum_decl->getIntegerType()); CompleteTagDeclarationDefinition() local
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 614 val integer_type : llcontext -> int -> lltype global() val
|