Searched refs:integer_type (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/istream_extractor_arith/ |
| H A D | 12.cc | 54 bool test12_aux(bool integer_type) in test12_aux() argument 59 if (integer_type) in test12_aux()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBType.cpp | 449 const CompilerType &integer_type, in GetEnumMembers() 454 lldb::TypeImplSP(new TypeImpl(integer_type)), name, value))); in GetEnumMembers()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 351 std::function<bool(const CompilerType &integer_type, ConstString name,
|
| H A D | TypeSystem.h | 309 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | class.c | 4645 tree integer_type; in layout_class_type() local 4659 integer_type = integer_types[itk - 1]; in layout_class_type() 4665 || INT_CST_LT (TYPE_SIZE (integer_type), DECL_SIZE (field))) in layout_class_type() 4679 TYPE_SIZE (integer_type)); in layout_class_type() 4695 DECL_SIZE (field) = TYPE_SIZE (integer_type); in layout_class_type() 4696 DECL_ALIGN (field) = TYPE_ALIGN (integer_type); in layout_class_type() 4697 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 605 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | class.c | 5032 tree integer_type; in layout_class_type() local 5046 integer_type = integer_types[itk - 1]; in layout_class_type() 5060 TYPE_SIZE (integer_type)); in layout_class_type() 5062 DECL_SIZE (field) = TYPE_SIZE (integer_type); in layout_class_type() 5063 DECL_ALIGN (field) = TYPE_ALIGN (integer_type); in layout_class_type() 5064 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 778 std::function<bool(const CompilerType &integer_type,
|
| H A D | TypeSystemClang.cpp | 5606 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument 5614 CompilerType integer_type = GetType(enum_decl->getIntegerType()); in ForEachEnumerator() local 5621 if (!callback(integer_type, name, enum_pos->getInitVal())) in ForEachEnumerator() 8425 QualType integer_type(enum_decl->getIntegerType()); in CompleteTagDeclarationDefinition() local 8426 if (!integer_type.isNull()) { in CompleteTagDeclarationDefinition()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 471 external integer_type : llcontext -> int -> lltype = "llvm_integer_type"
|
| H A D | llvm.mli | 609 (** [integer_type c n] returns an integer type of bitwidth [n] in the context 611 val integer_type : llcontext -> int -> lltype val
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree.def | 139 DEFTREECODE (INTEGER_TYPE, "integer_type", 't', 0)
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree.def | 161 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
|