Home
last modified time | relevance | path

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 D12.cc54 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 DSBType.cpp449 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 DCompilerType.h351 std::function<bool(const CompilerType &integer_type, ConstString name,
H A DTypeSystem.h309 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument
/openbsd-src/gnu/gcc/gcc/cp/
H A Dclass.c4645 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 DCompilerType.cpp605 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c5032 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 DTypeSystemClang.h778 std::function<bool(const CompilerType &integer_type,
H A DTypeSystemClang.cpp5606 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 Dllvm.ml471 external integer_type : llcontext -> int -> lltype = "llvm_integer_type"
H A Dllvm.mli609 (** [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 Dtree.def139 DEFTREECODE (INTEGER_TYPE, "integer_type", 't', 0)
/openbsd-src/gnu/gcc/gcc/
H A Dtree.def161 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)