Searched defs:is_signed (Results 1 - 23 of 23) sorted by relevance

/external/linux-tools-perf/src/tools/perf/tests/
H A Devsel-tp-sched.c9 int is_signed; local
17 is_signed = !!(field->flags | FIELD_IS_SIGNED);
18 if (should_be_signed && !is_signed) {
20 evsel->name, name, is_signed, should_be_signed);
/external/eigen/test/
H A Dinteger_types.cpp24 enum { is_signed = (Scalar(-1) > Scalar(0)) ? 0 : 1 }; enumerator in enum:__anon4433
25 VERIFY(is_signed == 1);
56 enum { is_signed = (Scalar(-1) > Scalar(0)) ? 0 : 1 }; enumerator in enum:__anon4434
57 VERIFY(int(NumTraits<Scalar>::IsSigned) == is_signed);
/external/google-breakpad/src/common/
H A Dbyte_cursor.h119 ByteCursor &Read(size_t size, bool is_signed, T *result) { argument
131 if (is_signed && size < sizeof(T)) {
H A Ddwarf_cu_to_module_unittest.cc172 void SetLanguageSigned(bool is_signed) { language_signed_ = is_signed; } argument
/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp342 bool is_signed = false; local
344 if (clang_type.IsIntegerType (is_signed))
387 if (is_signed)
409 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory(sp, arg_byte_size, is_signed, value->GetScalar(), error))
441 bool is_signed;
447 if (clang_type.IsIntegerType (is_signed))
461 if (is_signed)
468 if (is_signed)
474 if (is_signed)
480 if (is_signed)
525 bool is_signed; local
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp46 bool is_signed; local
50 if (!(valobj.IsPointerType() || valobj.IsIntegerType(is_signed)))
/external/v8/src/compiler/
H A Djs-typed-lowering.cc194 Node* ConvertToI32(bool is_signed, Node* node) { argument
195 Type* type = is_signed ? Type::Signed32() : Type::Unsigned32();
212 const Operator* op = is_signed ? simplified()->NumberToInt32()
/external/lldb/source/Expression/
H A DIRInterpreter.cpp266 const bool is_signed = true; local
267 value += APInt(value.getBitWidth(), offset, is_signed);
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c1180 bool is_signed = (util_format_description(surface_fmts[i]) local
1194 check_tex(ctx, 1, (is_int && is_signed ? expects :
1195 is_int && !is_signed ? expectu :
/external/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc184 static Type* I32Type(bool is_signed) { argument
185 return is_signed ? Type::Signed32() : Type::Unsigned32();
189 static IrOpcode::Value NumberToI32(bool is_signed) { argument
190 return is_signed ? IrOpcode::kNumberToInt32 : IrOpcode::kNumberToUint32;
261 static void CheckToI32(Node* old_input, Node* new_input, bool is_signed) { argument
263 Type* expected_type = I32Type(is_signed);
269 double e = static_cast<double>(is_signed ? FastD2I(v) : FastD2UI(v));
272 CHECK_EQ(NumberToI32(is_signed), new_input->opcode());
1267 bool is_signed = l ? R.signedness[o] : R.signedness[o + 1]; local
1270 CHECK(add_type->Is(I32Type(is_signed)));
1294 bool is_signed = l ? R.signedness[o] : R.signedness[o + 1]; local
[all...]
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h2965 static const bool is_signed = true; member in class:std::numeric_limits
/external/lldb/source/Core/
H A DDataExtractor.cpp1321 DumpAPInt (Stream *s, const DataExtractor &data, lldb::offset_t offset, lldb::offset_t byte_size, bool is_signed, unsigned radix) argument
1326 std::string apint_str(apint.toString(radix, is_signed));
1489 const bool is_signed = false; local
1491 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radix);
1557 const bool is_signed = true; local
1559 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radix);
1568 const bool is_signed = false; local
1570 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radix);
1579 const bool is_signed = false; local
1581 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radi
[all...]
H A DValueObject.cpp1284 bool is_signed; local
1285 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType ())
1960 ValueObject::IsIntegerType (bool &is_signed) argument
1962 return GetClangType().IsIntegerType (is_signed);
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp593 bool is_signed,
600 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, is_signed, scalar, error))
644 bool is_signed; local
646 if (clang_type.IsIntegerType (is_signed))
650 is_signed,
687 bool is_signed; local
694 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType())
759 bool is_signed;
761 if (clang_type.IsIntegerType (is_signed))
778 if (is_signed)
591 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Process *process, addr_t &current_stack_argument) argument
[all...]
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp453 bool is_signed,
466 if (is_signed)
473 if (thread.GetProcess()->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, is_signed, scalar, error))
532 bool is_signed;
534 if (clang_type.IsIntegerType (is_signed))
538 is_signed,
578 bool is_signed; local
585 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType())
675 const bool is_signed = (type_flags & ClangASTType::eTypeIsSigned) != 0; local
682 if (is_signed)
451 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Thread &thread, uint32_t *argument_register_ids, unsigned int &current_argument_register, addr_t &current_stack_argument) argument
879 bool is_signed; local
[all...]
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1186 void is_signed() function
/external/lldb/source/Symbol/
H A DClangASTType.cpp426 ClangASTType::IsIntegerType (bool &is_signed) const
438 is_signed = builtin_type->isSignedInteger();
5394 bool is_signed = false; local
5395 enumerator_clang_type.IsIntegerType (is_signed);
5403 llvm::APSInt enum_llvm_apsint(enum_value_bit_size, is_signed);
5889 const bool is_signed = qual_type->isSignedIntegerOrEnumerationType();
5891 if (is_signed)
/external/lldb/source/Target/
H A DTarget.cpp1448 bool is_signed,
1466 if (is_signed)
1445 ReadScalarIntegerFromMemory(const Address& addr, bool prefer_file_cache, uint32_t byte_size, bool is_signed, Scalar &scalar, Error &error) argument
/external/vixl/src/vixl/a64/
H A Dlogic-a64.cc2263 bool is_signed,
2272 if (is_signed) {
2282 if (is_signed) {
2288 if (is_signed) {
2260 addlp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, bool is_signed, bool do_accumulate) argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1472 bool is_signed = false; local
1480 clang_type.IsIntegerType (is_signed) &&
1483 llvm::APInt apint (lldb_type->GetByteSize() * 8, uval64, is_signed);
2631 bool is_signed = false; local
2632 clang_type.IsIntegerType(is_signed);
2633 ParseChildEnumerators(sc, clang_type, is_signed, type->GetByteSize(), dwarf_cu, die);
4313 bool is_signed,
4351 if (is_signed)
6343 bool is_signed = false; local
6344 enumerator_clang_type.IsIntegerType(is_signed);
4309 ParseChildEnumerators( const SymbolContext& sc, lldb_private::ClangASTType &clang_type, bool is_signed, uint32_t enumerator_byte_size, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die ) argument
[all...]
/external/valgrind/VEX/priv/
H A Dtilegx_disasm.h1201 UInt is_signed : 1; member in struct:tilegx_operand
H A Dguest_s390_toIR.c5648 s390_irgen_load_and_add32(UChar r1, UChar r3, IRTemp op2addr, Bool is_signed) argument
5669 if (is_signed) {
5682 s390_irgen_load_and_add64(UChar r1, UChar r3, IRTemp op2addr, Bool is_signed) argument
5703 if (is_signed) {
5778 s390_irgen_load_and_add32(r1, r3, op2addr, True /* is_signed */);
5786 s390_irgen_load_and_add64(r1, r3, op2addr, True /* is_signed */);
5794 s390_irgen_load_and_add32(r1, r3, op2addr, False /* is_signed */);
5802 s390_irgen_load_and_add64(r1, r3, op2addr, False /* is_signed */);
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX-encoder.c254 unsigned int is_signed : 1; member in struct:tilegx_operand
9560 if (op->is_signed)

Completed in 800 milliseconds