Home
last modified time | relevance | path

Searched defs:Signed (Results 1 – 17 of 17) sorted by relevance

/external/jsr305/ri/src/main/java/javax/annotation/
DSigned.java16 public @interface Signed { annotation
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.h63 int64_t Signed() const { return m_value.value.sval; } in Signed() function
/external/llvm/lib/Target/NVPTX/
DNVPTX.h126 Signed, enumerator
DNVPTXISelLowering.cpp2854 Signed = 0, enumerator
2970 bool Signed; in TryMULWIDECombine() local
/external/llvm/unittests/ADT/
DStringRefTest.cpp389 } Signed[] = variable
/external/llvm/lib/Target/R600/
DAMDGPUISelDAGToDAG.cpp441 bool Signed = Opc == AMDGPUISD::BFE_I32; in Select() local
DAMDGPUISelLowering.cpp1970 bool Signed = N->getOpcode() == AMDGPUISD::BFE_I32; in PerformDAGCombine() local
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1118 bool AArch64FastISel::SelectFPToInt(const Instruction *I, bool Signed) { in SelectFPToInt()
1151 bool AArch64FastISel::SelectIntToFP(const Instruction *I, bool Signed) { in SelectIntToFP()
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp450 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon()
DMipsSEISelLowering.cpp1002 bool Signed; in performVSELECTCombine() local
/external/llvm/lib/Support/
DAPInt.cpp2126 bool Signed, bool formatAsCLiteral) const { in toString()
2247 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp581 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; in SoftenFloatRes_XINT_TO_FP() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp133 bool Float, Signed, Void, Poly, Constant, Pointer; member in __anon7fb122680111::Type
/external/llvm/lib/Target/X86/
DX86FastISel.cpp496 bool Signed = true; in X86FastEmitStore() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h156 bool Signed; member
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3615 bool AsmParser::parseDirectiveLEB128(bool Signed) { in parseDirectiveLEB128()
/external/clang/lib/AST/
DASTContext.cpp7458 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local