Home
last modified time | relevance | path

Searched defs:integer_type (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h332 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 DSBType.cpp552 __anonb919bf400102( const CompilerType &integer_type, ConstString name, const llvm::APSInt &value) GetEnumMembers() argument
/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp819 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 DTypeSystemClang.cpp5573 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 Dllvm.mli614 val integer_type : llcontext -> int -> lltype global() val